-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.05 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
{
"name": "voix",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heeoneie/VOIX.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/heeoneie/VOIX/issues"
},
"homepage": "https://github.com/heeoneie/VOIX#readme",
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@supabase/ssr": "^0.10.0",
"@supabase/supabase-js": "^2.102.1",
"lucide-react": "^1.7.0",
"next": "^14.2.35",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^3.8.1",
"zustand": "^5.0.12"
},
"devDependencies": {
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.2",
"postcss": "^8.5.9",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
}
}