app/frontend-old/package.json

36 lines
925 B
JSON
Raw Permalink Normal View History

2025-10-13 14:57:11 +02:00
{
"name": "my-react-router-app",
2025-10-13 14:57:11 +02:00
"private": true,
"type": "module",
2025-10-13 14:57:11 +02:00
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
2025-10-13 14:57:11 +02:00
},
"dependencies": {
2025-11-09 13:09:22 +01:00
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@react-router/node": "^7.5.3",
"@react-router/serve": "^7.5.3",
2025-11-09 13:09:22 +01:00
"@types/luxon": "^3.7.1",
"classnames": "^2.5.1",
"isbot": "^5.1.27",
2025-11-09 13:09:22 +01:00
"luxon": "^3.7.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router": "^7.5.3"
2025-10-13 14:57:11 +02:00
},
"devDependencies": {
"@react-router/dev": "^7.5.3",
"@tailwindcss/vite": "^4.1.6",
2025-10-13 14:57:11 +02:00
"@types/node": "^20",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"tailwindcss": "^4.1.6",
"typescript": "^5.8.3",
"vite": "^6.3.3",
"vite-tsconfig-paths": "^5.1.4"
2025-10-13 14:57:11 +02:00
}
}