32 lines
833 B
JSON
32 lines
833 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev --host --port 3003",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"production": "nuxt build --mode production"
|
|
},
|
|
"devDependencies": {
|
|
"@element-plus/nuxt": "^1.0.8",
|
|
"@iconify-json/fa": "^1.1.8",
|
|
"@nuxtjs/i18n": "^8.3.0",
|
|
"nuxt": "^3.11.1",
|
|
"sass": "^1.71.1",
|
|
"unplugin-icons": "^0.18.5"
|
|
},
|
|
"dependencies": {
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
|
"animate.css": "^4.1.1",
|
|
"bootstrap": "^5.3.0-alpha1",
|
|
"element-plus": "^2.2.32",
|
|
"hyw-load": "^1.0.1",
|
|
"jquery": "^3.6.4",
|
|
"path": "^0.12.7",
|
|
"swiper": "^8.4.7",
|
|
"v3-lazyload-hyw": "^1.5.7",
|
|
"vue-awesome-swiper": "^5.0.1"
|
|
}
|
|
} |