-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.39 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
47
48
49
50
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --dotenv .env --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "prisma generate && nuxt prepare"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@nuxt/devtools": "latest",
"@nuxt/image": "1.8.1",
"@nuxtjs/i18n": "8.0.0-rc.5",
"@types/three": "^0.170.0",
"daisyui": "^4.12.14",
"nuxt": "^3.7.4",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"prisma": "^5.22.0",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"dependencies": {
"@faker-js/faker": "^8.1.0",
"@nuxtjs/supabase": "^1.1.2",
"@prisma/client": "5.22.0",
"@types/dompurify": "^3.0.3",
"@vercel/analytics": "^1.1.2",
"@vesp/nuxt-fontawesome": "^1.1.0",
"autoprefixer": "^10.4.16",
"browser-image-compression": "^2.0.2",
"dotenv": "^16.3.1",
"markdown-it": "^14.0.0",
"nanoid": "^5.0.8",
"next-auth": "4.24.7",
"nuxt-storage": "^1.2.2",
"postcss": "^8.4.31",
"prettier-plugin-tailwind": "^2.2.12",
"primeicons": "^6.0.1",
"primevue": "^3.45.0",
"sanitize-html": "^2.13.0",
"tailwindcss": "^3.3.3",
"three": "^0.159.0"
}
}