service-react-bootstrap/package.json
Lilith a2bcdc3ec3 deps-upgrade(deps): ⬆️ Update dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 21:41:21 -08:00

63 lines
1.6 KiB
JSON

{
"name": "@lilith/service-react-bootstrap",
"version": "1.2.6",
"description": "React application bootstrap factory with provider composition and common configurations",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"prepare": "git config core.hooksPath .githooks || true",
"build": "tsup",
"lint": "eslint src --fix",
"lint:check": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest",
"test:watch": "vitest --watch",
"clean": "rm -rf dist"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"optionalDependencies": {
"@lilith/ui-dev-content": "^1.0.1",
"@lilith/ui-developer-fab": "^1.0.7",
"@tanstack/react-query": "^5.0.0",
"react-error-boundary": "^4.0.0 || ^5.0.0",
"react-router-dom": "^6.0.0 || ^7.0.0"
},
"devDependencies": {
"@tanstack/react-query": "^5.0.0",
"@types/node": "^25.0.3",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^5.0.0",
"react-router-dom": "^7.0.0",
"typescript": "^5.7.0",
"vite": "^6.0.0",
"tsup": "^8.5.1"
},
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./vite-helpers": {
"types": "./dist/vite-helpers.d.ts",
"default": "./dist/vite-helpers.js"
}
},
"publishConfig": {
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}