mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
30 lines
926 B
JSON
30 lines
926 B
JSON
{
|
|
"__extensionName": "fx_cast",
|
|
"__extensionId": "fx_cast@matt.tf",
|
|
"__extensionVersion": "0.0.1",
|
|
"__mirroringAppId": "19A6F4AE",
|
|
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"package": "node build.js --package",
|
|
"watch": "node build.js --watch",
|
|
"start": "web-ext run -s ../dist/ext/"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.3.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.3.3",
|
|
"@babel/plugin-proposal-do-expressions": "^7.2.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
|
|
"@babel/preset-env": "^7.3.1",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-loader": "^8.0.4",
|
|
"copy-webpack-plugin": "^4.6.0",
|
|
"preact": "^8.4.2",
|
|
"preact-compat": "^3.18.4",
|
|
"uuid": "^3.3.2",
|
|
"web-ext": "^2.9.1",
|
|
"webpack": "^4.27.0",
|
|
"webpack-cli": "^3.1.2"
|
|
}
|
|
}
|