Files
fx_cast/ext/package.json
2019-05-02 06:17:31 +01:00

26 lines
775 B
JSON

{
"__extensionName": "fx_cast",
"__extensionId": "fx_cast@matt.tf",
"__extensionVersion": "0.0.3",
"__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": "^65.0.3",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.4",
"copy-webpack-plugin": "^4.6.0",
"preact": "^8.4.2",
"preact-compat": "^3.18.4",
"ts-loader": "^5.3.3",
"web-ext": "^3.0.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
}
}