-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 821 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 821 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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.2.1",
"@astrojs/react": "^4.2.4",
"@google/generative-ai": "^0.24.0",
"@heroicons/react": "^2.2.0",
"@monaco-editor/react": "^4.7.0",
"@tailwindcss/vite": "^4.1.4",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"astro": "^5.7.3",
"heroicons": "^2.2.0",
"jsonwebtoken": "^9.0.2",
"monaco-editor": "^0.52.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sonner": "^2.0.3",
"sqlite3": "^5.1.7",
"tailwindcss": "^4.1.4"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^22.14.1"
}
}