-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.53 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.53 KB
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
51
52
53
54
55
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "nuxt start",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@element-plus/nuxt": "^1.1.4",
"@intlify/unplugin-vue-i18n": "^11.0.1",
"element-plus": "^2.11.2",
"nuxt": "3.19.x",
"vue-i18n": "^11.1.12"
},
"dependencies": {
"@averjs/nuxt-compression": "^1.2.2",
"@babel/traverse": ">=7.28.4",
"@element-plus/icons-vue": "^2.3.2",
"@model-w/axios": "*",
"@model-w/preset-nuxt3": "*",
"@model-w/proxy": "*",
"@model-w/sentry": "*",
"@nuxtjs/sentry": "*",
"@pinia/nuxt": "^0.11.2",
"@vuelidate/core": "2.0.x",
"@vuelidate/validators": "2.0.x",
"@vueuse/core": "^13.9.0",
"chatfaq-widget": "^0.2.15",
"defu": "^6.1.4",
"http-proxy-middleware": "^3.0.5",
"jsdom": "27.0.x",
"mapbox-gl": "^3.15.0",
"mitt": "^3.0.1",
"nuxt": "3.17.x",
"pinia": "3.0.x",
"plyr": "^3.8.3",
"postcss": ">=8.5.6",
"sass": "1.89.x",
"sass-loader": "^16.0.5",
"swiper": "^12.0.1",
"undici": "^7.16.0",
"vite-svg-loader": "5.1.x",
"vue": "3.5.x",
"vue3-carousel": "^0.16.0",
"wasync": "^0.1.1"
},
"overrides": {
"nuxt": "3.19.x"
}
}