41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "react",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@spec/relay": "workspace:*",
|
|
"@spec/schemas": "workspace:*",
|
|
"@tanstack/react-query": "5.89.0",
|
|
"@tanstack/react-router": "1.131.47",
|
|
"@valkyr/db": "npm:@jsr/valkyr__db@2.0.0",
|
|
"@valkyr/event-emitter": "npm:@jsr/valkyr__event-emitter@1.0.1",
|
|
"fast-equals": "5.2.2",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1",
|
|
"tailwindcss": "4.1.13",
|
|
"zod": "4.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.35.0",
|
|
"@tailwindcss/vite": "4.1.13",
|
|
"@tanstack/react-router-devtools": "1.131.47",
|
|
"@types/react": "19.1.13",
|
|
"@types/react-dom": "19.1.9",
|
|
"@vitejs/plugin-react": "4.7.0",
|
|
"eslint": "9.35.0",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
"globals": "16.4.0",
|
|
"typescript": "5.9.2",
|
|
"typescript-eslint": "8.44.0",
|
|
"vite": "7.1.6"
|
|
}
|
|
}
|