-
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) · 900 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 900 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",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@google-cloud/local-auth": "^3.0.1",
"@iconify-json/lucide": "^1.2.68",
"@nuxt/image": "^1.11.0",
"@nuxt/ui": "^3.3.3",
"@nuxtjs/leaflet": "^1.3.2",
"@remixicon/vue": "^4.6.0",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/nuxt": "^13.9.0",
"axios": "^1.11.0",
"googleapis": "^160.0.0",
"nuxt": "^4.0.3",
"quill": "^2.0.3",
"typescript": "^5.9.2",
"vue": "^3.5.20",
"vue-router": "^4.5.1",
"vue3-google-signin": "^2.1.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@types/node": "^24.5.1"
}
}