70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"name": "@wxt-dev/module-react",
|
|
"description": "WXT module to enable React support",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wxt-dev/wxt.git",
|
|
"directory": "packages/module-react"
|
|
},
|
|
"homepage": "https://github.com/wxt-dev/wxt/blob/main/packages/module-react/README.md",
|
|
"keywords": [
|
|
"wxt",
|
|
"module",
|
|
"react"
|
|
],
|
|
"author": {
|
|
"name": "Aaron Klinker",
|
|
"email": "aaronklinker1+wxt@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"funding": "https://github.com/sponsors/wxt-dev",
|
|
"version": "1.2.2",
|
|
"type": "module",
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.cts",
|
|
"default": "./dist/index.cjs"
|
|
}
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "wxt",
|
|
"check": "bun run build && check",
|
|
"build": "buildc -- tsdown",
|
|
"postinstall": "buildc --deps-only -- wxt prepare",
|
|
"test": "echo 'noop'",
|
|
"test:coverage": "echo 'noop'",
|
|
"prepack": "bun run build"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": "^5.4.19 || ^6.3.4 || ^7.0.0 || ^8.0.0-0",
|
|
"wxt": ">=0.19.16"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^4.4.1 || ^5.0.0 || ^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@aklinker1/buildc": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"publint": "catalog:",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"tsdown": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "^7.0.0",
|
|
"wxt": "workspace:*"
|
|
}
|
|
}
|