generated from google-gemini/aistudio-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 976 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 976 Bytes
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
{
"name": "github",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react-dom": "^19.1.1",
"@google/genai": "^1.12.0",
"react": "^19.1.1",
"@supabase/supabase-js": "^2.45.0",
"uuid": "^13.0.0",
"marked": "^12.0.2",
"web-tree-sitter": "0.20.8",
"mermaid": "^11.12.2",
"framer-motion": "^12.23.26",
"fuse.js": "^7.1.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.9.1",
"lucide-react": "^0.562.0",
"tailwind-merge": "^3.4.0",
"date-fns": "^4.1.0",
"clsx": "^2.1.1",
"path": "^0.12.7",
"crypto": "^1.0.1",
"ts-morph": "^27.0.2",
"typescript": "^5.9.3",
"fs-extra": "^11.3.3",
"glob": "^13.0.0"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}