-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 805 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 805 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/base-64": "^1.0.0",
"dotenv": "^16.3.1",
"nuxt": "^3.7.3"
},
"dependencies": {
"@google/generative-ai": "^0.1.3",
"@mdi/font": "^7.2.96",
"@pinia/nuxt": "^0.4.11",
"axios": "^1.5.0",
"base-64": "^1.0.0",
"firebase": "^10.4.0",
"form-data": "^4.0.0",
"markmap-common": "^0.15.6",
"markmap-lib": "^0.15.8",
"markmap-view": "^0.15.8",
"openai": "^4.8.0",
"pinia": "^2.1.6",
"sass": "^1.67.0",
"utf8": "^3.0.0",
"vuetify": "^3.3.16"
}
}