@lynx-js/rspeedy
Version:
A webpack/rspack-based frontend toolchain for Lynx
98 lines • 2.41 kB
JSON
{
"name": "@lynx-js/rspeedy",
"version": "0.10.8",
"description": "A webpack/rspack-based frontend toolchain for Lynx",
"keywords": [
"webpack",
"rspack",
"Lynx",
"ReactLynx"
],
"repository": {
"type": "git",
"url": "https://github.com/lynx-family/lynx-stack.git",
"directory": "packages/rspeedy/core"
},
"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"
},
"./client": {
"types": "./client.d.ts"
},
"./register": {
"types": "./dist/register/index.d.ts",
"import": "./dist/register/index.js"
},
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"bin": {
"rspeedy": "./bin/rspeedy.js"
},
"files": [
"bin/rspeedy.js",
"client",
"dist",
"client.d.ts",
"CHANGELOG.md",
"README.md"
],
"dependencies": {
"@rsbuild/core": "1.4.15",
"@rsbuild/plugin-css-minimizer": "1.0.3",
"@rsdoctor/rspack-plugin": "1.2.3",
"@lynx-js/cache-events-webpack-plugin": "^0.0.1",
"@lynx-js/chunk-loading-webpack-plugin": "^0.3.1",
"@lynx-js/webpack-dev-transport": "^0.2.0",
"@lynx-js/websocket": "^0.0.4"
},
"devDependencies": {
"@microsoft/api-extractor": "7.52.11",
"@rollup/plugin-typescript": "^12.1.4",
"chokidar": "^4.0.3",
"commander": "^13.1.0",
"eventemitter3": "^5.0.1",
"exit-hook": "^4.0.0",
"ipaddr.js": "^2.2.0",
"javascript-stringify": "^2.1.0",
"picocolors": "^1.1.1",
"rsbuild-plugin-publint": "0.3.3",
"tiny-invariant": "^1.3.3",
"ts-blank-space": "^0.6.2",
"type-fest": "^4.41.0",
"typia": "9.7.1",
"typia-rspack-plugin": "2.2.1",
"vitest": "^3.2.4",
"webpack": "^5.101.3",
"@lynx-js/vitest-setup": "0.0.0"
},
"peerDependencies": {
"typescript": "5.1.6 - 5.9.x"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"tsdocMetadata": "./lib/tsdoc-metadata.json",
"scripts": {
"api-extractor": "api-extractor run --verbose",
"build": "rslib build",
"test": "pnpm -w run test --project rspeedy",
"test:type": "vitest --typecheck.only"
}
}