-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 896 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@azure/storage-blob": "^12.27.0",
"@nuxt/image": "^1.10.0",
"@nuxt/ui": "^3.2.0",
"@pinia/nuxt": "^0.11.1",
"argon2": "^0.43.0",
"browser-image-compression": "^2.0.2",
"dotenv": "^17.0.0",
"ioredis": "^5.6.1",
"jsonwebtoken": "^9.0.2",
"nuxt": "^3.17.5",
"pg": "^8.16.3",
"pinia-plugin-persistedstate": "^4.4.1",
"validator": "^13.15.15",
"vue": "^3.5.17",
"vue-router": "^4.5.1",
"zod": "^3.25.71"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.57",
"@types/jsonwebtoken": "^9.0.10",
"@types/pg": "^8.15.4",
"@types/validator": "^13.15.2"
}
}