-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "SEOGenius",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"generate-favicons": "node scripts/generate-favicons.js"
},
"dependencies": {
"@googleapis/searchconsole": "^1.0.5",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.47.6",
"@tanstack/react-query": "^5.62.7",
"@tremor/react": "^3.18.6",
"@types/react-router-dom": "^5.3.3",
"chart.js": "^4.4.7",
"date-fns": "^3.6.0",
"lucide-react": "^0.453.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^7.0.2",
"serpapi": "^2.1.0"
},
"devDependencies": {
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"globals": "^15.9.0",
"postcss": "^8.4.47",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14",
"typescript": "^5.5.3",
"vite": "^5.4.6"
}
}