|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 | 34 | "@babel/types": "^7.20.7",
|
35 |
| - "@microsoft/api-extractor": "^7.33.7", |
36 |
| - "@rollup/plugin-typescript": "^10.0.1", |
37 | 35 | "@types/babel__core": "^7.1.20",
|
38 |
| - "@types/babel__standalone": "^7.1.4", |
39 | 36 | "@types/convert-source-map": "^1.5.2",
|
40 |
| - "@types/cross-spawn": "^6.0.2", |
41 | 37 | "@types/debug": "^4.1.7",
|
42 |
| - "@types/estree": "^1.0.0", |
43 |
| - "@types/etag": "^1.8.1", |
44 | 38 | "@types/fs-extra": "^9.0.13",
|
45 |
| - "@types/less": "^3.0.3", |
46 |
| - "@types/micromatch": "^4.0.2", |
47 | 39 | "@types/minimist": "^1.2.2",
|
48 | 40 | "@types/node": "^18.11.18",
|
49 |
| - "@types/picomatch": "^2.3.0", |
50 | 41 | "@types/prompts": "^2.4.2",
|
51 | 42 | "@types/resolve": "^1.20.2",
|
52 |
| - "@types/sass": "~1.43.1", |
53 | 43 | "@types/semver": "^7.3.13",
|
54 |
| - "@types/stylus": "^0.48.38", |
55 |
| - "@types/ws": "^8.5.4", |
56 | 44 | "@typescript-eslint/eslint-plugin": "^5.47.1",
|
57 | 45 | "@typescript-eslint/parser": "^5.47.1",
|
58 | 46 | "conventional-changelog-cli": "^2.2.2",
|
59 |
| - "esbuild": "^0.16.3", |
60 | 47 | "eslint": "^8.31.0",
|
61 | 48 | "eslint-define-config": "^1.13.0",
|
62 | 49 | "eslint-plugin-import": "^2.26.0",
|
|
74 | 61 | "prettier": "2.8.1",
|
75 | 62 | "prompts": "^2.4.2",
|
76 | 63 | "resolve": "^1.22.1",
|
77 |
| - "rimraf": "^3.0.2", |
78 | 64 | "rollup": "^3.7.0",
|
79 | 65 | "rollup-plugin-license": "^2.9.1",
|
80 | 66 | "semver": "^7.3.8",
|
81 | 67 | "simple-git-hooks": "^2.8.1",
|
82 |
| - "tslib": "^2.4.1", |
83 | 68 | "tsx": "^3.12.1",
|
84 | 69 | "typescript": "^4.6.4",
|
85 | 70 | "unbuild": "^1.1.1",
|
|
109 | 94 | "pnpm": {
|
110 | 95 | "overrides": {
|
111 | 96 | "@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 |
| - } |
124 | 97 | }
|
125 | 98 | }
|
126 | 99 | }
|
0 commit comments