-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 911 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
35
36
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"start": "nuxt start",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@lottiefiles/lottie-player": "^2.0.2",
"@nuxtjs/robots": "^3.0.0",
"@pinia-plugin-persistedstate/nuxt": "^1.1.2",
"@pinia/nuxt": "^0.4.11",
"@splidejs/vue-splide": "^0.6.12",
"@types/xml": "^1.0.9",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"autoprefixer": "^10.4.16",
"consola": "^3.2.3",
"dayjs": "^1.11.10",
"nuxt": "^3.7.4",
"nuxt-simple-sitemap": "^3.4.0",
"pinia": "^2.1.6",
"postcss": "^8.4.31",
"sass": "^1.69.3",
"tailwindcss": "^3.3.3",
"vue3-lazy-hydration": "^1.2.1",
"@nuxtjs/device": "^3.1.1",
"xml": "^1.0.1"
},
"overrides": {
"vue": "^3.3.4"
}
}