-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
34 lines (34 loc) · 936 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --dotenv .env.development",
"sit": "nuxt build --dotenv .env.sit",
"prod": "nuxt build --dotenv .env.production",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify/json": "^2.2.188",
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.3.0",
"@nuxt/ui": "^2.14.1",
"@nuxtjs/tailwindcss": "^6.10.1",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"lodash-es": "^4.17.21",
"nuxt": "^3.10.2",
"nuxt-icon": "^0.6.8",
"pinia": "^2.1.7",
"sass": "^1.69.5",
"vite": "^5.0.4",
"vue": "^3.4.19",
"vue-router": "^4.2.5"
}
}