feat(projects): 新增主题配置:页面功能

This commit is contained in:
Soybean
2021-09-07 11:57:35 +08:00
parent f002124ee1
commit 8601ce2ea1
18 changed files with 331 additions and 328 deletions

View File

@@ -18,8 +18,8 @@
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
},
"dependencies": {
"@vueuse/core": "^6.0.0",
"axios": "^0.21.1",
"@vueuse/core": "^6.1.0",
"axios": "^0.21.3",
"chroma-js": "^2.1.2",
"dayjs": "^1.10.6",
"form-data": "^4.0.0",
@@ -33,7 +33,7 @@
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@iconify/json": "^1.1.396",
"@iconify/json": "^1.1.397",
"@types/chroma-js": "^2.1.3",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
@@ -41,7 +41,7 @@
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.6",
"@vue/compiler-sfc": "^3.2.8",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"commitizen": "^4.2.4",
@@ -59,13 +59,12 @@
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.3.2",
"sass": "^1.38.2",
"sass": "^1.39.0",
"typescript": "^4.4.2",
"vite": "^2.5.2",
"vite-plugin-components": "^0.13.2",
"unplugin-icons": "^0.7.5",
"unplugin-vue-components": "^0.14.12",
"vite": "^2.5.3",
"vite-plugin-html": "^2.1.0",
"vite-plugin-icons": "^0.6.5",
"vite-plugin-style-import": "^1.2.1",
"vite-plugin-windicss": "^1.3.0",
"vue-tsc": "^0.3.0",
"windicss": "^3.1.7"