-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: clean some leftovers from Vite core
- Loading branch information
1 parent
9094c8b
commit b650b3a
Showing
10 changed files
with
72 additions
and
971 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,61 +30,37 @@ | |
"release": "tsx scripts/release.ts" | ||
}, | ||
"devDependencies": { | ||
"@babel/types": "^7.20.5", | ||
"@microsoft/api-extractor": "^7.33.6", | ||
"@rollup/plugin-typescript": "^10.0.1", | ||
"@types/babel__core": "^7.1.20", | ||
"@types/babel__standalone": "^7.1.4", | ||
"@types/convert-source-map": "^1.5.2", | ||
"@types/cross-spawn": "^6.0.2", | ||
"@types/debug": "^4.1.7", | ||
"@types/estree": "^1.0.0", | ||
"@types/etag": "^1.8.1", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/less": "^3.0.3", | ||
"@types/micromatch": "^4.0.2", | ||
"@types/minimist": "^1.2.2", | ||
"@types/node": "^17.0.42", | ||
"@types/picomatch": "^2.3.0", | ||
"@types/prompts": "^2.4.1", | ||
"@types/resolve": "^1.20.2", | ||
"@types/sass": "~1.43.1", | ||
"@types/semver": "^7.3.13", | ||
"@types/stylus": "^0.48.38", | ||
"@types/ws": "^8.5.3", | ||
"@typescript-eslint/eslint-plugin": "^5.44.0", | ||
"@typescript-eslint/parser": "^5.44.0", | ||
"conventional-changelog-cli": "^2.2.2", | ||
"esbuild": "^0.15.9", | ||
"eslint": "^8.28.0", | ||
"eslint-define-config": "^1.12.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-regexp": "^1.11.0", | ||
"execa": "^6.1.0", | ||
"fast-glob": "^3.2.12", | ||
"fs-extra": "^10.1.0", | ||
"lint-staged": "^13.0.4", | ||
"minimist": "^1.2.7", | ||
"npm-run-all": "^4.1.5", | ||
"picocolors": "^1.0.0", | ||
"playwright-chromium": "^1.28.1", | ||
"pnpm": "^7.17.1", | ||
"prettier": "2.8.0", | ||
"prompts": "^2.4.2", | ||
"resolve": "^1.22.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "~3.3.0", | ||
"rollup-plugin-license": "^2.9.1", | ||
"rollup": "~3.5.0", | ||
"semver": "^7.3.8", | ||
"simple-git-hooks": "^2.8.1", | ||
"tslib": "^2.4.1", | ||
"tsx": "^3.12.1", | ||
"typescript": "^4.6.4", | ||
"unbuild": "^0.9.4", | ||
"vite": "^4.0.0-alpha.0", | ||
"vitest": "^0.25.3", | ||
"vue": "^3.2.45" | ||
"vitest": "^0.25.3" | ||
}, | ||
"simple-git-hooks": { | ||
"pre-commit": "pnpm exec lint-staged --concurrent false", | ||
|
@@ -104,19 +80,5 @@ | |
"eslint --cache --fix" | ||
] | ||
}, | ||
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"packageExtensions": { | ||
"postcss-load-config": { | ||
"peerDependencies": { | ||
"postcss": "*" | ||
} | ||
}, | ||
"acorn-walk": { | ||
"peerDependencies": { | ||
"acorn": "*" | ||
} | ||
} | ||
} | ||
} | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.