mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
24 lines
684 B
JSON
24 lines
684 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": "^94.0.1",
|
|
"@types/react": "^18.0.6",
|
|
"@types/react-dom": "^18.0.2",
|
|
"@types/semver": "^7.3.9",
|
|
"@types/uuid": "^8.3.4",
|
|
"esbuild": "^0.14.38",
|
|
"preact": "^10.7.1",
|
|
"semver": "^7.3.7",
|
|
"ts-loader": "^9.2.8",
|
|
"typescript": "^4.6.3",
|
|
"uuid": "^8.3.2",
|
|
"web-ext": "^6.8.0"
|
|
}
|
|
}
|