-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.12 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"tail": "npx tailwind-config-viewer -o",
"start": "node .output/server/index.mjs",
"studio": "npx prisma studio"
},
"devDependencies": {
"@intlify/nuxt3": "^0.2.2",
"@nuxtjs/color-mode": "^3.1.4",
"@nuxtjs/tailwindcss": "^5.1.2",
"@types/accept-language-parser": "^1.5.3",
"@types/cookie": "^0.5.1",
"@types/js-cookie": "^3.0.2",
"@types/jsonwebtoken": "^8.5.8",
"@vue-leaflet/vue-leaflet": "^0.6.1",
"nuxt": "3.0.0-rc.4",
"nuxt-schema-org": "^0.6.2",
"prisma": "^3.15.2"
},
"dependencies": {
"@fontsource/roboto": "^4.5.7",
"@pinia/nuxt": "^0.1.9",
"@prisma/client": "^3.15.2",
"@vuelidate/core": "^2.0.0-alpha.42",
"@vuelidate/validators": "^2.0.0-alpha.30",
"accept-language-parser": "^1.5.0",
"argon2": "^0.28.5",
"cookie": "^0.5.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"material-icons": "^1.11.4",
"pinia": "^2.0.14",
"pinia-plugin-persistedstate-2": "^1.0.0"
}
}