You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build --dotenv .env.production",
|
|
"dev": "nuxt dev --dotenv .env.development",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@element-plus/nuxt": "^1.1.3",
|
|
"@microsoft/signalr": "^8.0.7",
|
|
"@nuxt/kit": "^4.0.3",
|
|
"@nuxtjs/device": "^3.2.4",
|
|
"@pinia/nuxt": "^0.11.2",
|
|
"@types/cookie": "^1.0.0",
|
|
"@types/ioredis": "^5.0.0",
|
|
"axios": "^1.10.0",
|
|
"cookie": "^1.0.2",
|
|
"dayjs": "^1.11.13",
|
|
"echarts": "^5.6.0",
|
|
"element-plus": "^2.10.2",
|
|
"fast-xml-parser": "^5.2.5",
|
|
"ioredis": "^5.6.1",
|
|
"jquery": "^3.7.1",
|
|
"js-cookie": "^3.0.5",
|
|
"lru-cache": "^11.1.0",
|
|
"mitt": "^3.0.1",
|
|
"nuxt-proxy": "^0.4.1",
|
|
"nuxt-session": "^1.0.3",
|
|
"pinia": "^3.0.3",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"vue": "^3.5.17",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/schema": "^3.17.7",
|
|
"@nuxt/types": "^2.18.1",
|
|
"@nuxt/typescript-build": "^3.0.2",
|
|
"@types/axios": "^0.14.4",
|
|
"@types/jquery": "^3.5.32",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/node": "^24.0.3",
|
|
"@types/vue": "^2.0.0",
|
|
"nuxt": "^3.17.7",
|
|
"sass-embedded": "^1.89.2",
|
|
"typescript": "^5.8.3",
|
|
"vue-tsc": "^2.2.10"
|
|
}
|
|
}
|