Files
fx_cast/ext/package.json
2019-03-05 19:17:34 +00:00

27 lines
775 B
JSON

{
"__extensionName": "fx_cast",
"__extensionId": "fx_cast@matt.tf",
"__extensionVersion": "0.0.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": "^65.0.2",
"@types/react": "^16.8.4",
"@types/react-dom": "^16.8.2",
"copy-webpack-plugin": "^4.6.0",
"preact": "^8.4.2",
"preact-compat": "^3.18.4",
"ts-loader": "^5.3.3",
"web-ext": "^2.9.1",
"webpack": "^4.27.0",
"webpack-cli": "^3.1.2"
}
}