25 lines
542 B
JSON
25 lines
542 B
JSON
{
|
|
"name": "recorder",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "rsbuild dev",
|
|
"build": "rsbuild build",
|
|
"preview": "rsbuild preview"
|
|
},
|
|
"dependencies": {
|
|
"@graphiql/react": "^0.28.2",
|
|
"@graphiql/toolkit": "^0.11.1",
|
|
"graphiql": "^3.8.3",
|
|
"graphql-ws": "^6.0.4",
|
|
"observable-hooks": "^4.2.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rsbuild/plugin-react": "^1.1.1",
|
|
"@types/react": "^19.0.7",
|
|
"@types/react-dom": "^19.0.3"
|
|
}
|
|
}
|