Skip to content

Commit

Permalink
perf(style,vite,tsconfig,tailwind,vueuse): 优化代码,新增VueUseView
Browse files Browse the repository at this point in the history
  • Loading branch information
SadWood committed Mar 27, 2024
1 parent 3245744 commit 687de18
Show file tree
Hide file tree
Showing 10 changed files with 239 additions and 193 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.9.0",
"@antfu/eslint-config": "^2.10.1",
"@rushstack/eslint-patch": "^1.8.0",
"@tailwindcss/forms": "^0.5.7",
"@tsconfig/node20": "^20.1.2",
"@tsconfig/node20": "^20.1.3",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.30",
"@vitejs/plugin-legacy": "^5.3.2",
Expand All @@ -50,23 +50,23 @@
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-vue": "^9.23.0",
"eslint-plugin-vue": "^9.24.0",
"jsdom": "^24.0.0",
"less": "^4.2.0",
"lint-staged": "^15.2.2",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.11.0",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "3.4.1",
"terser": "^5.29.2",
"typescript": "~5.4.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-turbo-console": "^1.5.0",
"unplugin-turbo-console": "^1.5.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.4",
"vite": "^5.2.6",
"vite-plugin-meta-env": "^1.0.2",
"vite-plugin-vue-devtools": "^7.0.20",
"vite-plugin-vue-devtools": "^7.0.23",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.7"
},
Expand Down
Loading

0 comments on commit 687de18

Please # to comment.