40 lines
1020 B
JSON
40 lines
1020 B
JSON
{
|
|
"name": "dashboard-template",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 vite build && generate-version-file",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^1.7.9",
|
|
"dayjs": "^1.11.13",
|
|
"echarts": "^5.5.1",
|
|
"eslint": "^9.9.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-define-config": "^2.1.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-vue": "^9.27.0",
|
|
"js-cookie": "^3.0.5",
|
|
"list": "^2.0.19",
|
|
"pinia": "^2.3.1",
|
|
"pinia-plugin-persistedstate": "^3.2.3",
|
|
"prettier": "^3.3.3",
|
|
"rimraf": "^5.0.10",
|
|
"sass": "^1.77.8",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.4.3",
|
|
"vue-types": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.1.0",
|
|
"vue-tsc": "^2.2.0"
|
|
}
|
|
}
|