-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.44 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.44 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "shaktictrl",
"version": "0.5.2",
"private": true,
"repository": {
"type": "github",
"url": "https://github.com/unknownpersonog/ShaktiControl"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/genai": "^1.31.0",
"@supabase/auth-helpers-nextjs": "^0.15.0",
"@supabase/supabase-js": "^2.86.2",
"@tailwindcss/postcss": "^4.1.17",
"axios": "^1.13.2",
"date-fns": "^4.1.0",
"firebase": "^12.6.0",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.556.0",
"next": "16.0.10",
"next-auth": "^5.0.0-beta.17",
"node-fetch": "^3.3.2",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"recharts": "^3.5.1",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^24",
"@types/node-fetch": "^2.6.13",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "^9",
"eslint-config-next": "16.0.7",
"node-polyfill-webpack-plugin": "^4.1.0",
"postcss": "^8",
"prettier": "3.7.4",
"tailwindcss": "^3.4.18",
"typescript": "^5",
"vercel": "^49.1.1"
},
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}