ai-interview-ui/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2023-10-18 08:59:06 +00:00
{
"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": {
2023-11-04 16:31:58 +00:00
"@arco-design/web-vue": "^2.53.0",
2023-10-18 08:59:06 +00:00
"@element-plus/icons-vue": "^2.1.0",
2023-12-14 17:01:10 +00:00
"ant-design-vue": "4.x",
2023-10-18 08:59:06 +00:00
"axios": "^1.5.1",
2023-11-04 16:31:58 +00:00
"echarts": "^5.4.3",
"element-china-area-data": "^6.1.0",
2023-10-18 08:59:06 +00:00
"element-plus": "^2.4.0",
2023-11-04 16:31:58 +00:00
"less": "^4.2.0",
2023-10-18 08:59:06 +00:00
"pinia": "^2.1.6",
2023-11-12 08:33:09 +00:00
"uuid": "^9.0.1",
"uuidv1": "^1.6.14",
2023-10-18 08:59:06 +00:00
"vue": "^3.3.4",
2023-11-04 16:31:58 +00:00
"vue-echarts": "^6.6.1",
"vue-router": "^4.2.4",
2023-11-12 08:33:09 +00:00
"vue-select-image": "^1.9.0",
"vue-uuid": "^3.0.0"
2023-10-18 08:59:06 +00:00
},
"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"
}
}