-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 KB
/
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
42
43
44
45
46
{
"name": "nuxt-app",
"private": true,
"prisma": {
"seed": "node prisma/seed.ts"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify-json/circle-flags": "^1.1.45",
"@iconify-json/logos": "^1.1.37",
"@iconify-json/material-symbols": "^1.1.59",
"@iconify-json/mdi": "^1.1.54",
"@nuxt/devtools": "^0.8.5",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/image": "1.0.0-rc.1",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/supabase": "^1.1.2",
"@nuxtjs/tailwindcss": "^6.8.0",
"@prisma/client": "^5.3.1",
"@types/node": "^20",
"eslint": "^8.50.0",
"nuxt": "^3.7.3",
"prisma": "^5.3.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@nuxt/ui": "^2.8.1",
"@pinia-plugin-persistedstate/nuxt": "^1.1.2",
"@pinia/nuxt": "^0.4.11",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"country-codes-list": "^1.6.11",
"flowbite": "^1.8.1",
"i18n-iso-countries": "^7.7.0",
"nuxt-icon": "^0.5.0",
"pet-breed-names": "^1.0.2",
"sass": "^1.68.0",
"vue3-carousel": "^0.3.1"
}
}