-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 975 Bytes
/
package.json
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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"prisma": {
"seed": "node prisma/seed.js"
},
"overrides": {
"vue": "latest"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/node": "^18.17.3",
"autoprefixer": "^10.4.15",
"nuxt": "^3.6.5",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"@nuxt/types": "^2.17.1",
"@nuxtjs/supabase": "^1.0.2",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@pinia/nuxt": "^0.4.11",
"@prisma/client": "^5.2.0",
"@vite-pwa/nuxt": "^0.1.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"axios": "^1.4.0",
"nuxt-icon": "^0.5.0",
"nuxt-lodash": "^2.5.0",
"pinia": "^2.1.6",
"prisma": "^5.2.0",
"vue-advanced-cropper": "^2.8.8"
}
}