UNPKG

@lynx-js/react-rsbuild-plugin

Version:
80 lines 2.21 kB
{ "name": "@lynx-js/react-rsbuild-plugin", "version": "0.10.13", "description": "A rsbuild plugin for ReactLynx", "keywords": [ "rsbuild", "Lynx", "ReactLynx" ], "repository": { "type": "git", "url": "https://github.com/lynx-family/lynx-stack.git", "directory": "packages/rspeedy/plugin-react" }, "license": "Apache-2.0", "author": { "name": "Qingyu Wang", "email": "colinwang.0616@gmail.com" }, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./package.json": "./package.json" }, "types": "./dist/index.d.ts", "files": [ "dist", "CHANGELOG.md", "README.md" ], "dependencies": { "@lynx-js/css-extract-webpack-plugin": "0.6.2", "@lynx-js/react-alias-rsbuild-plugin": "0.10.13", "@lynx-js/react-refresh-webpack-plugin": "0.3.4", "@lynx-js/react-webpack-plugin": "0.6.20", "@lynx-js/runtime-wrapper-webpack-plugin": "0.1.3", "@lynx-js/template-webpack-plugin": "0.8.5", "@lynx-js/use-sync-external-store": "1.5.0", "background-only": "^0.0.1" }, "devDependencies": { "@microsoft/api-extractor": "7.52.11", "@rollup/plugin-typescript": "^12.1.4", "@rsbuild/core": "1.4.15", "@rsbuild/plugin-sass": "1.3.5", "@rsbuild/plugin-typed-css-modules": "1.0.3", "rsbuild-plugin-arethetypeswrong": "0.1.1", "rsbuild-plugin-publint": "0.3.3", "tailwindcss": "^3.4.17", "type-fest": "^4.41.0", "typia": "9.7.1", "typia-rspack-plugin": "2.2.1", "@lynx-js/react": "0.112.4", "@lynx-js/react-transform": "0.2.0", "@lynx-js/rspeedy": "0.10.8", "@lynx-js/vitest-setup": "0.0.0" }, "peerDependencies": { "@lynx-js/react": "^0.103.0 || ^0.104.0 || ^0.105.0 || ^0.106.0 || ^0.107.0 || ^0.108.0 || ^0.109.0 || ^0.110.0 || ^0.111.0 || ^0.112.0" }, "peerDependenciesMeta": { "@lynx-js/react": { "optional": true } }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public" }, "scripts": { "api-extractor": "api-extractor run --verbose", "build": "rslib build", "test": "pnpm -w run test --project rspeedy/react" } }