{ "name": "@wxt-dev/module-react", "version": "1.0.0", "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" ], "scripts": { "dev": "wxt", "check": "buildc --deps-only -- check", "build": "buildc -- unbuild", "postinstall": "buildc --deps-only -- wxt prepare" }, "peerDependencies": { "wxt": ">=0.18.6" }, "dependencies": { "@vitejs/plugin-react": "^4.3.1" }, "devDependencies": { "@aklinker1/check": "^1.3.1", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "publint": "^0.2.8", "react": "^18.3.0", "react-dom": "^18.3.0", "typescript": "^5.4.5", "unbuild": "^2.0.0", "wxt": "workspace:*" } }