Switch to Vite (#434)

This commit is contained in:
Aria 2023-07-16 22:19:21 +02:00 committed by GitHub
parent 2052824aca
commit b83164f26f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 3326 additions and 787 deletions

View file

@ -44,16 +44,17 @@
"@microsoft/api-extractor": "^7.28.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"esbuild": "^0.16.7",
"esbuild-jest": "^0.5.0",
"esbuild": "^0.18.13",
"eslint": "^8.20.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-tsdoc": "^0.2.16",
"eslint-plugin-unused-imports": "^2.0.0",
"fast-glob": "^3.3.0",
"husky": "^6.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-esbuild": "^0.3.0",
"jsonc-parser": "^3.1.0",
"lint-staged": "^13.0.3",
"node-gyp": "^9.1.0",