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
37 lines (37 loc) · 781 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 781 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
{
"name": "linguatale---ai-language-story-generator",
"private": true,
"version": "0.0.0",
"type": "module",
"bin": "server.cjs",
"pkg": {
"assets": [
"dist/**/*"
],
"targets": [
"node18-win-x64"
]
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:exe": "npm run build && pkg . --out-path build-exe",
"preview": "vite preview"
},
"dependencies": {
"@google/genai": "^1.38.0",
"express": "^5.2.1",
"lucide-react": "^0.563.0",
"open": "^11.0.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"vite": "^7.3.1"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"pkg": "^5.8.1",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}