mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
26 lines
794 B
JSON
26 lines
794 B
JSON
{
|
|
"__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",
|
|
"watch": "node bin/build.js --watch",
|
|
"start": "web-ext run -s ../dist/ext/",
|
|
"lint": "eslint src --ext .ts,.tsx"
|
|
},
|
|
"devDependencies": {
|
|
"@types/firefox-webext-browser": "^82.0.0",
|
|
"@types/react": "^17.0.2",
|
|
"@types/react-dom": "^17.0.1",
|
|
"copy-webpack-plugin": "^7.0.0",
|
|
"html-webpack-plugin": "^5.2.0",
|
|
"preact": "^10.5.12",
|
|
"preact-compat": "^3.19.0",
|
|
"ts-loader": "^8.0.17",
|
|
"web-ext": "^5.5.0",
|
|
"webpack": "^5.24.0"
|
|
}
|
|
}
|