konobangu/apps/recorder/package.json

29 lines
717 B
JSON

{
"name": "recorder",
"version": "1.0.0",
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview"
},
"dependencies": {
"@graphiql/react": "^0.28.2",
"@graphiql/toolkit": "^0.11.1",
"@tanstack/react-router": "^1.95.5",
"@tanstack/router-devtools": "^1.95.5",
"graphql-ws": "^5.16.2",
"oidc-client-ts": "^3.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-oidc-context": "^3.2.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/plugin-react": "^1.0.7",
"@tanstack/router-plugin": "^1.95.5",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.7.2"
}
}