Files
fx_cast/ext/package.json
2020-09-07 15:18:46 +01:00

26 lines
784 B
JSON

{
"__extensionName": "fx_cast",
"__extensionId": "fx_cast@matt.tf",
"__extensionVersion": "0.1.0",
"__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"
}
}