buildadmin/web/package.json

56 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": "esno ./src/utils/build.ts && vite --force",
"build": "vite build && esno ./src/utils/build.ts",
2024-09-25 14:19:48 +00:00
"lint": "eslint .",
"lint-fix": "eslint --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",
"pinia": "2.2.2",
"pinia-plugin-persistedstate": "4.0.2",
"qrcode.vue": "3.4.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",
2024-08-18 05:54:03 +00:00
"vue-router": "4.4.3"
},
"devDependencies": {
2024-09-25 14:19:48 +00:00
"@eslint/js": "9.11.1",
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",
"@vitejs/plugin-vue": "5.0.5",
"async-validator": "4.2.5",
2024-09-25 14:19:48 +00:00
"eslint": "9.11.1",
2023-12-23 03:56:06 +00:00
"eslint-config-prettier": "9.1.0",
2024-09-25 14:19:48 +00:00
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vue": "9.28.0",
2024-08-18 05:54:03 +00:00
"esno": "4.7.0",
2024-09-25 14:19:48 +00:00
"globals": "15.9.0",
2024-06-04 10:34:28 +00:00
"prettier": "3.3.0",
"sass": "1.77.4",
"typescript": "5.4.5",
2024-09-25 14:19:48 +00:00
"typescript-eslint": "8.7.0",
2024-06-04 10:34:28 +00:00
"vite": "5.2.12",
2024-09-08 08:06:07 +00:00
"vue-tsc": "2.1.6"
}
}