You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.0 KiB
40 lines
1.0 KiB
{
|
|
"name": "ruoyi-ui-next",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
"axios": "^1.18.1",
|
|
"echarts": "^6.1.0",
|
|
"element-plus": "^2.14.2",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.38",
|
|
"vue-echarts": "^8.0.1",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.13.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.62.0",
|
|
"@typescript-eslint/parser": "^8.62.0",
|
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
"@vue/eslint-config-typescript": "^14.9.0",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"eslint": "^10.6.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-vue": "^10.9.2",
|
|
"prettier": "^3.9.1",
|
|
"sass": "^1.101.0",
|
|
"typescript": "~6.0.2",
|
|
"unplugin-auto-import": "^21.0.0",
|
|
"unplugin-vue-components": "^32.1.0",
|
|
"vite": "^8.1.0",
|
|
"vue-tsc": "^3.3.5"
|
|
}
|
|
}
|