mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
24 lines
686 B
JSON
24 lines
686 B
JSON
{
|
|
"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": "eslint src --ext .ts,.tsx"
|
|
},
|
|
"devDependencies": {
|
|
"@types/firefox-webext-browser": "^82.0.1",
|
|
"@types/react": "^17.0.19",
|
|
"@types/react-dom": "^17.0.9",
|
|
"@types/semver": "^7.3.8",
|
|
"@types/uuid": "^8.3.1",
|
|
"esbuild": "^0.12.24",
|
|
"preact": "^10.5.14",
|
|
"semver": "^7.3.5",
|
|
"ts-loader": "^9.2.5",
|
|
"typescript": "^4.4.2",
|
|
"uuid": "^8.3.2",
|
|
"web-ext": "^6.3.0"
|
|
}
|
|
}
|