修改部分结构

This commit is contained in:
zouzhibing 2022-08-05 10:56:51 +08:00
parent d97c6245b4
commit 759763c875
2 changed files with 679 additions and 9 deletions

View File

@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix"
},
"dependencies": {
"@better-scroll/core": "^2.4.2",
@ -41,8 +42,12 @@
"xlsx": "^0.18.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"@vitejs/plugin-vue": "^3.0.0",
"dart-sass": "^1.25.0",
"eslint": "^8.21.0",
"eslint-plugin-vue": "^9.3.0",
"fast-glob": "^3.2.11",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.10.3",

681
yarn.lock

File diff suppressed because it is too large Load Diff