Commit 47f72e7ead09b5c38c31cc23e6020a86f78fbc1f
1 parent
99ac309f
wip: support vite2
Showing
1 changed file
with
0 additions
and
5 deletions
package.json
@@ -42,7 +42,6 @@ | @@ -42,7 +42,6 @@ | ||
42 | "zxcvbn": "^4.4.2" | 42 | "zxcvbn": "^4.4.2" |
43 | }, | 43 | }, |
44 | "devDependencies": { | 44 | "devDependencies": { |
45 | - "@babel/core": "^7.12.10", | ||
46 | "@commitlint/cli": "^11.0.0", | 45 | "@commitlint/cli": "^11.0.0", |
47 | "@commitlint/config-conventional": "^11.0.0", | 46 | "@commitlint/config-conventional": "^11.0.0", |
48 | "@iconify/json": "^1.1.283", | 47 | "@iconify/json": "^1.1.283", |
@@ -50,7 +49,6 @@ | @@ -50,7 +49,6 @@ | ||
50 | "@purge-icons/generated": "^0.5.0", | 49 | "@purge-icons/generated": "^0.5.0", |
51 | "@types/echarts": "^4.9.3", | 50 | "@types/echarts": "^4.9.3", |
52 | "@types/fs-extra": "^9.0.6", | 51 | "@types/fs-extra": "^9.0.6", |
53 | - "@types/globrex": "^0.1.0", | ||
54 | "@types/http-proxy": "^1.17.4", | 52 | "@types/http-proxy": "^1.17.4", |
55 | "@types/koa-static": "^4.0.1", | 53 | "@types/koa-static": "^4.0.1", |
56 | "@types/lodash-es": "^4.17.4", | 54 | "@types/lodash-es": "^4.17.4", |
@@ -74,7 +72,6 @@ | @@ -74,7 +72,6 @@ | ||
74 | "conventional-changelog-cli": "^2.1.1", | 72 | "conventional-changelog-cli": "^2.1.1", |
75 | "conventional-changelog-custom-config": "^0.3.1", | 73 | "conventional-changelog-custom-config": "^0.3.1", |
76 | "cross-env": "^7.0.3", | 74 | "cross-env": "^7.0.3", |
77 | - "dot-prop": "^6.0.1", | ||
78 | "dotenv": "^8.2.0", | 75 | "dotenv": "^8.2.0", |
79 | "eslint": "^7.17.0", | 76 | "eslint": "^7.17.0", |
80 | "eslint-config-prettier": "^7.1.0", | 77 | "eslint-config-prettier": "^7.1.0", |
@@ -82,7 +79,6 @@ | @@ -82,7 +79,6 @@ | ||
82 | "eslint-plugin-vue": "^7.4.1", | 79 | "eslint-plugin-vue": "^7.4.1", |
83 | "esno": "^0.4.0", | 80 | "esno": "^0.4.0", |
84 | "fs-extra": "^9.0.1", | 81 | "fs-extra": "^9.0.1", |
85 | - "globrex": "^0.1.2", | ||
86 | "husky": "^4.3.7", | 82 | "husky": "^4.3.7", |
87 | "koa-static": "^5.0.0", | 83 | "koa-static": "^5.0.0", |
88 | "less": "^4.0.0", | 84 | "less": "^4.0.0", |
@@ -97,7 +93,6 @@ | @@ -97,7 +93,6 @@ | ||
97 | "stylelint-config-prettier": "^8.0.2", | 93 | "stylelint-config-prettier": "^8.0.2", |
98 | "stylelint-config-standard": "^20.0.0", | 94 | "stylelint-config-standard": "^20.0.0", |
99 | "stylelint-order": "^4.1.0", | 95 | "stylelint-order": "^4.1.0", |
100 | - "tasksfile": "^5.1.1", | ||
101 | "ts-node": "^9.1.0", | 96 | "ts-node": "^9.1.0", |
102 | "typescript": "^4.1.3", | 97 | "typescript": "^4.1.3", |
103 | "vite": "^2.0.0-beta.15", | 98 | "vite": "^2.0.0-beta.15", |