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.1.0",
|
|
"@types/nprogress": "^0.2.3",
|
|
"axios": "^1.6.8",
|
|
"echarts": "^5.4.3",
|
|
"element-plus": "^2.7.8",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.3.13",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.28.0",
|
|
"@types/node": "^20.16.11",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"@vitest/coverage-v8": "^1.6.0",
|
|
"eslint": "^8.57.1",
|
|
"eslint-plugin-vue": "^9.28.0",
|
|
"fast-check": "^3.22.0",
|
|
"prettier": "^3.3.3",
|
|
"sass": "^1.79.4",
|
|
"typescript": "~5.6.3",
|
|
"unplugin-auto-import": "^0.18.3",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vite": "^5.4.8",
|
|
"vitest": "^1.6.0",
|
|
"vue-tsc": "^2.1.6"
|
|
}
|
|
}
|