mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
26 lines
784 B
JSON
26 lines
784 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": "node bin/lint.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/firefox-webext-browser": "^70.0.1",
|
|
"@types/react": "^16.9.46",
|
|
"@types/react-dom": "^16.9.8",
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
"html-webpack-plugin": "^4.4.1",
|
|
"preact": "^10.4.7",
|
|
"preact-compat": "^3.19.0",
|
|
"ts-loader": "^7.0.5",
|
|
"web-ext": "^4.3.0",
|
|
"webpack": "^4.44.1"
|
|
}
|
|
}
|