-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.34 KB
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
42
43
44
45
46
47
{
"name": "nuxt-app",
"private": true,
"type": "module",
"version": "1.0.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev:local": "nuxt dev --port 3005",
"generate": "nuxt generate",
"preview": "nuxt preview --port 3005",
"postinstall": "nuxt prepare",
"prod": "nuxt generate --dotenv .env.production",
"build:local": "nuxt build --dotenv .env.production",
"build:prod": "nuxt generate --dotenv .env.production && node build-zip.js",
"upload:prod": "node upload-zip.js"
},
"dependencies": {
"@nuxt/fonts": "^0.11.4",
"@nuxt/icon": "^2.0.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"@pinia/nuxt": "^0.11.2",
"@primeuix/themes": "^1.2.3",
"@primevue/forms": "^4.3.7",
"@primevue/nuxt-module": "^4.3.7",
"@tailwindcss/typography": "^0.5.19",
"@vite-pwa/nuxt": "^1.0.4",
"basic-ftp": "^5.2.0",
"chart.js": "^4.5.0",
"dayjs-nuxt": "^2.1.11",
"dotenv": "^17.4.0",
"nuxt": "^4.0.3",
"nuxt-auth-sanctum": "^1.1.2",
"pinia": "^3.0.3",
"primevue": "^4.5.4",
"print-js": "^1.6.0",
"quill": "^2.0.3",
"vue": "^3.5.18",
"vue-router": "^4.5.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@types/node": "^24.2.1",
"archiver": "^5.3.1",
"baseline-browser-mapping": "^2.8.29"
}
}