buildadmin/web/package.json

55 lines
1.6 KiB
JSON
Raw Normal View History

{
"name": "build-admin",
2024-08-03 22:23:12 +00:00
"version": "2.1.1",
"license": "Apache-2.0",
2023-12-23 03:56:06 +00:00
"type": "module",
"scripts": {
"dev": "vite --force",
"build": "vite build && esno ./src/utils/build.ts",
"lint": "eslint --ext .js,.jsx,.ts,.vue src",
"lint-fix": "eslint --ext .js,.jsx,.ts,.vue src --fix",
"format": "npx prettier --write .",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
2023-12-23 03:56:06 +00:00
"@element-plus/icons-vue": "2.3.1",
2024-06-04 10:34:28 +00:00
"@vueuse/core": "10.10.0",
2024-08-18 05:54:03 +00:00
"axios": "1.7.4",
2024-06-04 10:34:28 +00:00
"echarts": "5.5.0",
2024-08-18 05:54:03 +00:00
"element-plus": "2.7.8",
"font-awesome": "4.7.0",
"lodash-es": "4.17.21",
2023-12-23 03:56:06 +00:00
"mitt": "3.0.1",
"nprogress": "0.2.0",
2023-12-23 03:56:06 +00:00
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "3.2.1",
"screenfull": "6.0.2",
2024-06-04 10:34:28 +00:00
"sortablejs": "1.15.2",
2024-08-18 05:54:03 +00:00
"v-code-diff": "1.12.1",
"vue": "3.4.38",
2024-06-04 10:34:28 +00:00
"vue-i18n": "9.13.1",
"vue-qr": "4.0.9",
2024-08-18 05:54:03 +00:00
"vue-router": "4.4.3"
},
"devDependencies": {
2023-12-23 03:56:06 +00:00
"@types/lodash-es": "4.17.12",
2024-06-04 10:34:28 +00:00
"@types/node": "20.14.0",
2023-12-23 03:56:06 +00:00
"@types/nprogress": "0.2.3",
2024-06-04 10:34:28 +00:00
"@types/sortablejs": "1.15.8",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@vitejs/plugin-vue": "5.0.5",
"async-validator": "4.2.5",
2023-12-23 03:56:06 +00:00
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
2024-06-04 10:34:28 +00:00
"eslint-plugin-vue": "9.26.0",
2024-08-18 05:54:03 +00:00
"esno": "4.7.0",
2024-06-04 10:34:28 +00:00
"prettier": "3.3.0",
"sass": "1.77.4",
"typescript": "5.4.5",
"vite": "5.2.12",
"vue-eslint-parser": "9.4.3",
2024-09-08 08:06:07 +00:00
"vue-tsc": "2.1.6"
}
}