42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "ai-interviewer-ui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/",
|
|
"lint-staged": "lint-staged"
|
|
},
|
|
"dependencies": {
|
|
"@arco-design/web-vue": "^2.53.0",
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
"axios": "^1.5.1",
|
|
"echarts": "^5.4.3",
|
|
"element-china-area-data": "^6.1.0",
|
|
"element-plus": "^2.4.0",
|
|
"less": "^4.2.0",
|
|
"pinia": "^2.1.6",
|
|
"vue": "^3.3.4",
|
|
"vue-echarts": "^6.6.1",
|
|
"vue-router": "^4.2.4",
|
|
"vue-select-image": "^1.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@vitejs/plugin-vue": "^4.3.4",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"lint-staged": "^15.0.1",
|
|
"pinia-plugin-persistedstate": "^3.2.0",
|
|
"prettier": "^3.0.3",
|
|
"sass": "^1.69.4",
|
|
"unplugin-auto-import": "^0.16.6",
|
|
"unplugin-vue-components": "^0.25.2",
|
|
"vite": "^4.4.9"
|
|
}
|
|
}
|