UNPKG

@lynx-js/react-rsbuild-plugin

Version:
81 lines 2.27 kB
{ "name": "@lynx-js/react-rsbuild-plugin", "version": "0.12.1", "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.7.0", "@lynx-js/react-alias-rsbuild-plugin": "0.12.1", "@lynx-js/react-refresh-webpack-plugin": "0.3.4", "@lynx-js/react-webpack-plugin": "0.7.3", "@lynx-js/runtime-wrapper-webpack-plugin": "0.1.3", "@lynx-js/template-webpack-plugin": "0.10.0", "@lynx-js/use-sync-external-store": "1.5.0", "background-only": "^0.0.1" }, "devDependencies": { "@microsoft/api-extractor": "7.52.15", "@rollup/plugin-typescript": "^12.1.4", "@rsbuild/core": "1.6.13", "@rsbuild/plugin-sass": "1.4.0", "@rsbuild/plugin-typed-css-modules": "1.1.1", "rsbuild-plugin-arethetypeswrong": "0.1.1", "rsbuild-plugin-publint": "0.3.3", "source-map": "^0.7.6", "tailwindcss": "^3.4.17", "type-fest": "^5.0.1", "typia": "9.7.2", "typia-rspack-plugin": "2.2.2", "@lynx-js/react": "0.115.1", "@lynx-js/react-transform": "0.2.0", "@lynx-js/rspeedy": "0.12.2", "@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 || ^0.113.0 || ^0.114.0 || ^0.115.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" } }