51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "react-router build",
|
|
"dev": "react-router dev",
|
|
"start": "react-router-serve ./build/server/index.js",
|
|
"typecheck": "react-router typegen && tsc",
|
|
"lint": "eslint .",
|
|
"test": "echo \"No tests specified\" && exit 0",
|
|
"generate:openapi": "typed-openapi ../api/swagger.json --tanstack tanstack-client.ts -o ./app/generated/api-client/api-client.ts"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@radix-ui/themes": "^3.2.1",
|
|
"@react-router/node": "^7.9.2",
|
|
"@react-router/serve": "^7.9.2",
|
|
"@tanstack/react-form": "^1.27.5",
|
|
"@tanstack/react-query": "^5.90.12",
|
|
"axios": "^1.13.2",
|
|
"globals": "^16.5.0",
|
|
"isbot": "^5.1.31",
|
|
"lucide-react": "^0.562.0",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-router": "^7.9.2",
|
|
"react-toastify": "^11.0.5",
|
|
"valibot": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@react-router/dev": "^7.9.2",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"@types/node": "^22",
|
|
"@types/react": "^19.1.13",
|
|
"@types/react-dom": "^19.1.9",
|
|
"dotenv": "^17.2.3",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"tailwindcss": "^4.1.13",
|
|
"typed-openapi": "^2.2.3",
|
|
"typescript": "^5.9.2",
|
|
"typescript-eslint": "^8.50.0",
|
|
"vite": "^7.1.7",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
} |