32 lines
817 B
JSON
32 lines
817 B
JSON
{
|
|
"name": "react-tanstack-router",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "rsbuild dev",
|
|
"build": "rsbuild build",
|
|
"preview": "rsbuild preview"
|
|
},
|
|
"dependencies": {
|
|
"@abraham/reflection": "^0.12.0",
|
|
"@outposts/injection-js": "^2.5.1",
|
|
"@tanstack/react-router": "^1.99.6",
|
|
"@tanstack/router-devtools": "^1.99.6",
|
|
"autoprefixer": "^10.4.20",
|
|
"observable-hooks": "^4.2.4",
|
|
"oidc-client-rx": "workspace:*",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwindcss": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rsbuild/core": "^1.2.3",
|
|
"@rsbuild/plugin-react": "^1.1.0",
|
|
"@tanstack/router-plugin": "^1.99.6",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"postcss": "^8.5.1",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|