Skip to content

Commit

Permalink
修改部分结构
Browse files Browse the repository at this point in the history
  • Loading branch information
zouzhibing committed Aug 5, 2022
1 parent d97c624 commit 759763c
Show file tree
Hide file tree
Showing 2 changed files with 679 additions and 9 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 759763c

Please sign in to comment.