35 lines
789 B
JSON
35 lines
789 B
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": {
|
|
"@tanstack/react-query": "5",
|
|
"@tanstack/react-router": "1",
|
|
"@valkyr/db": "1",
|
|
"@valkyr/event-emitter": "npm:@jsr/valkyr__event-emitter@1",
|
|
"fast-equals": "5",
|
|
"react": "19",
|
|
"react-dom": "19"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9",
|
|
"@types/react": "19",
|
|
"@types/react-dom": "19",
|
|
"@vitejs/plugin-react": "4",
|
|
"eslint": "9",
|
|
"eslint-plugin-react-hooks": "5",
|
|
"eslint-plugin-react-refresh": "0.4",
|
|
"globals": "16",
|
|
"typescript": "5",
|
|
"typescript-eslint": "8",
|
|
"vite": "7"
|
|
}
|
|
}
|