chore(package.json): 添加tailwindcss和升级vite版本

This commit is contained in:
haoxr 2022-12-31 22:02:56 +08:00
parent f96410d8ce
commit 61eb5efdd1
1 changed files with 9 additions and 6 deletions

View File

@ -10,11 +10,7 @@
"prettier": "prettier --write ."
},
"dependencies": {
"vue": "^3.2.40",
"element-plus": "^2.2.27",
"@element-plus/icons-vue": "^2.0.10",
"vue-router": "^4.1.6",
"pinia": "^2.0.12",
"@types/js-cookie": "^3.0.2",
"@vueuse/core": "^9.1.1",
"@wangeditor/editor": "^5.0.0",
@ -23,13 +19,17 @@
"better-scroll": "^2.4.2",
"default-passive-events": "^2.0.0",
"echarts": "^5.2.2",
"element-plus": "^2.2.27",
"js-cookie": "^3.0.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.0",
"pinia": "^2.0.12",
"screenfull": "^6.0.0",
"sortablejs": "^1.14.0",
"vue-i18n": "^9.1.9"
"vue": "^3.2.40",
"vue-i18n": "^9.1.9",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
@ -40,16 +40,19 @@
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@vitejs/plugin-vue": "^3.1.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"fast-glob": "^3.2.11",
"husky": "^7.0.4",
"postcss": "^8.4.20",
"prettier": "^2.6.2",
"sass": "^1.53.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.7.4",
"vite": "^3.2.0",
"vite": "^4.0.3",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^0.35.0"
},