2022-09-11 10:34:18 +00:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
2022-09-14 10:03:28 +00:00
|
|
|
"preview": "vite preview --port 4173",
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
|
|
"prettier": "prettier --write ."
|
2022-09-11 10:34:18 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-09-13 08:53:31 +00:00
|
|
|
"ant-design-vue": "^3.2.12",
|
2022-09-11 10:34:18 +00:00
|
|
|
"axios": "^0.27.2",
|
2022-09-16 17:10:33 +00:00
|
|
|
"echarts": "^5.3.3",
|
2022-09-14 08:22:39 +00:00
|
|
|
"moment": "^2.29.4",
|
2022-09-11 10:34:18 +00:00
|
|
|
"normalize.css": "^8.0.1",
|
|
|
|
"pinia": "^2.0.21",
|
|
|
|
"pinia-plugin-persistedstate": "^2.2.0",
|
|
|
|
"vue": "^3.2.38",
|
|
|
|
"vue-router": "^4.1.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-14 10:03:28 +00:00
|
|
|
"@rushstack/eslint-patch": "^1.1.4",
|
2022-09-11 10:34:18 +00:00
|
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
2022-09-14 10:03:28 +00:00
|
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
|
|
"eslint": "^8.22.0",
|
|
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
|
|
"prettier": "^2.7.1",
|
2022-09-13 08:53:31 +00:00
|
|
|
"unplugin-vue-components": "^0.22.7",
|
2022-09-11 10:34:18 +00:00
|
|
|
"vite": "^3.0.9"
|
|
|
|
}
|
|
|
|
}
|