Skip to content

Commit 26b16ea

Browse files
authored
chore: remove not used deps (#88)
1 parent 2da4337 commit 26b16ea

File tree

2 files changed

+6
-326
lines changed

2 files changed

+6
-326
lines changed

package.json

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,18 @@
3232
},
3333
"devDependencies": {
3434
"@babel/types": "^7.20.7",
35-
"@microsoft/api-extractor": "^7.33.7",
36-
"@rollup/plugin-typescript": "^10.0.1",
3735
"@types/babel__core": "^7.1.20",
38-
"@types/babel__standalone": "^7.1.4",
3936
"@types/convert-source-map": "^1.5.2",
40-
"@types/cross-spawn": "^6.0.2",
4137
"@types/debug": "^4.1.7",
42-
"@types/estree": "^1.0.0",
43-
"@types/etag": "^1.8.1",
4438
"@types/fs-extra": "^9.0.13",
45-
"@types/less": "^3.0.3",
46-
"@types/micromatch": "^4.0.2",
4739
"@types/minimist": "^1.2.2",
4840
"@types/node": "^18.11.18",
49-
"@types/picomatch": "^2.3.0",
5041
"@types/prompts": "^2.4.2",
5142
"@types/resolve": "^1.20.2",
52-
"@types/sass": "~1.43.1",
5343
"@types/semver": "^7.3.13",
54-
"@types/stylus": "^0.48.38",
55-
"@types/ws": "^8.5.4",
5644
"@typescript-eslint/eslint-plugin": "^5.47.1",
5745
"@typescript-eslint/parser": "^5.47.1",
5846
"conventional-changelog-cli": "^2.2.2",
59-
"esbuild": "^0.16.3",
6047
"eslint": "^8.31.0",
6148
"eslint-define-config": "^1.13.0",
6249
"eslint-plugin-import": "^2.26.0",
@@ -74,12 +61,10 @@
7461
"prettier": "2.8.1",
7562
"prompts": "^2.4.2",
7663
"resolve": "^1.22.1",
77-
"rimraf": "^3.0.2",
7864
"rollup": "^3.7.0",
7965
"rollup-plugin-license": "^2.9.1",
8066
"semver": "^7.3.8",
8167
"simple-git-hooks": "^2.8.1",
82-
"tslib": "^2.4.1",
8368
"tsx": "^3.12.1",
8469
"typescript": "^4.6.4",
8570
"unbuild": "^1.1.1",
@@ -109,18 +94,6 @@
10994
"pnpm": {
11095
"overrides": {
11196
"@vitejs/plugin-vue": "workspace:*"
112-
},
113-
"packageExtensions": {
114-
"postcss-load-config": {
115-
"peerDependencies": {
116-
"postcss": "*"
117-
}
118-
},
119-
"acorn-walk": {
120-
"peerDependencies": {
121-
"acorn": "*"
122-
}
123-
}
12497
}
12598
}
12699
}

0 commit comments

Comments
 (0)