mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Replace webpack with esbuild
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
{
|
||||
"__extensionName": "fx_cast",
|
||||
"__extensionId": "fx_cast@matt.tf",
|
||||
"__extensionVersion": "0.1.2",
|
||||
"__mirroringAppId": "19A6F4AE",
|
||||
"scripts": {
|
||||
"build": "node bin/build.js",
|
||||
"package": "node bin/build.js --package",
|
||||
@@ -12,14 +8,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/firefox-webext-browser": "^82.0.0",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/react-dom": "^17.0.1",
|
||||
"@types/react": "^17.0.7",
|
||||
"@types/react-dom": "^17.0.5",
|
||||
"@types/semver": "^7.3.4",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"copy-webpack-plugin": "^7.0.0",
|
||||
"esbuild": "^0.12.3",
|
||||
"html-webpack-plugin": "^5.2.0",
|
||||
"preact": "^10.5.12",
|
||||
"preact-compat": "^3.19.0",
|
||||
"preact": "^10.5.13",
|
||||
"semver": "^7.3.4",
|
||||
"ts-loader": "^8.0.17",
|
||||
"typescript": "^4.1.5",
|
||||
|
||||
Reference in New Issue
Block a user