38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "recorder",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "rsbuild dev",
|
|
"build": "rsbuild build",
|
|
"preview": "rsbuild preview"
|
|
},
|
|
"dependencies": {
|
|
"@abraham/reflection": "^0.12.0",
|
|
"@graphiql/react": "^0.28.2",
|
|
"@graphiql/toolkit": "^0.11.1",
|
|
"@konobangu/design-system": "workspace:*",
|
|
"@konobangu/tailwind-config": "workspace:*",
|
|
"@outposts/injection-js": "^2.5.1",
|
|
"@tanstack/react-router": "^1.95.6",
|
|
"@tanstack/router-devtools": "^1.95.6",
|
|
"graphiql": "^3.8.3",
|
|
"graphql-ws": "^5.16.2",
|
|
"observable-hooks": "^4.2.4",
|
|
"oidc-client-rx": "0.1.0-alpha.6",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@konobangu/typescript-config": "workspace:*",
|
|
"@rsbuild/core": "1.1.3",
|
|
"@rsbuild/plugin-react": "^1.1.1",
|
|
"@tanstack/router-plugin": "^1.95.6",
|
|
"@types/react": "^19.0.7",
|
|
"@types/react-dom": "^19.0.3",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|