generated from yangjiakai/lux-ui-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 797 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@nuxt/icon": "^1.5.0",
"@nuxtjs/i18n": "^8.5.2",
"@pinia/nuxt": "^0.5.4",
"@vueuse/core": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"nuxt": "^3.13.0",
"sass": "^1.77.8",
"vue": "latest",
"vue3-perfect-scrollbar": "^2.0.0"
},
"devDependencies": {
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"autoprefixer": "^10.4.20",
"nuxt-lodash": "^2.5.3",
"postcss": "^8.4.42",
"tailwindcss": "^3.4.10",
"vite-plugin-vuetify": "^2.0.4",
"vuetify": "^3.7.1"
}
}