-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev -p 3005 && npm run lint",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/supabase": "^1.2.2",
"@pinia/nuxt": "^0.5.1",
"add": "^2.0.6",
"module": "^1.2.5",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"typescript": "^5.4.5",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue3-lottie": "^3.3.0"
},
"devDependencies": {
"@element-plus/nuxt": "^1.0.10",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@vesp/nuxt-fontawesome": "^1.0.4",
"@xpd/tailwind-3dtransforms": "^1.0.3",
"dayjs-nuxt": "^2.1.9",
"element-plus": "^2.8.4",
"nuxt-emoji": "^1.0.2",
"sass": "^1.77.1",
"supabase": "^1.187.3",
"tailwindcss": "^3.4.3"
}
}