Files

45 lines
1.4 KiB
JSON

{
"name": "wxt-demo",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "buildc --deps-only -- wxt",
"dev:firefox": "buildc --deps-only -- wxt -b firefox",
"dev:firefox-mv3": "buildc --deps-only -- wxt -b firefox --mv3",
"build": "buildc --deps-only -- wxt build",
"build:all": "buildc --deps-only -- bun run --sequential 'build:*-*'",
"build:chrome-mv3": "wxt build",
"build:chrome-mv2": "wxt build --mv2",
"build:firefox-mv3": "wxt build -b firefox --mv3",
"build:firefox-mv2": "wxt build -b firefox",
"test": "buildc --deps-only -- vitest",
"test:coverage": "bun run test run --coverage",
"zip": "buildc --deps-only -- wxt zip",
"check": "buildc --deps-only -- check",
"postinstall": "buildc --deps-only -- wxt prepare"
},
"dependencies": {
"@wxt-dev/i18n": "workspace:*",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@aklinker1/buildc": "catalog:",
"@aklinker1/check": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@wxt-dev/auto-icons": "workspace:*",
"@wxt-dev/unocss": "workspace:*",
"sass": "^1.97.3",
"typescript": "catalog:",
"unocss": "catalog:",
"vitest": "catalog:",
"vitest-plugin-random-seed": "catalog:",
"wxt": "workspace:*"
},
"buildc": {
"cachable": false
}
}