46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "xiangyi-admin",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --fix",
|
|
"format": "prettier --write src/",
|
|
"test": "vitest --run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
"@types/nprogress": "^0.2.3",
|
|
"axios": "^1.13.2",
|
|
"echarts": "^6.0.0",
|
|
"element-plus": "^2.13.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.28.0",
|
|
"@types/node": "^25.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.33.0",
|
|
"@typescript-eslint/parser": "^8.33.0",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vitest/coverage-v8": "^4.0.16",
|
|
"eslint": "^9.28.0",
|
|
"eslint-plugin-vue": "^10.1.0",
|
|
"fast-check": "^4.5.3",
|
|
"prettier": "^3.5.3",
|
|
"sass": "^1.97.1",
|
|
"typescript": "~5.8.3",
|
|
"unplugin-auto-import": "^20.3.0",
|
|
"unplugin-vue-components": "^30.0.0",
|
|
"vite": "^6.3.5",
|
|
"vitest": "^4.0.16",
|
|
"vue-tsc": "^2.2.10"
|
|
}
|
|
}
|