UNPKG

@wxt-dev/module-react

Version:
62 lines 1.4 kB
{ "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", "version": "1.1.3", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "files": [ "dist" ], "peerDependencies": { "wxt": ">=0.19.16" }, "dependencies": { "@vitejs/plugin-react": "^4.3.4" }, "devDependencies": { "@aklinker1/check": "^1.4.5", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", "publint": "^0.2.12", "react": "^19.0.0", "react-dom": "^19.0.0", "typescript": "^5.6.3", "unbuild": "^2.0.0", "wxt": "0.19.22" }, "scripts": { "dev": "wxt", "check": "pnpm build && check", "build": "buildc -- unbuild" } }