mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
26 lines
810 B
JSON
26 lines
810 B
JSON
{
|
|
"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.2.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.2.1",
|
|
"@babel/plugin-proposal-do-expressions": "^7.2.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
|
|
"@babel/preset-env": "^7.2.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-loader": "^8.0.4",
|
|
"copy-webpack-plugin": "^4.6.0",
|
|
"minimist": "^1.2.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"
|
|
}
|
|
}
|