51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "irth-new",
|
|
"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.74.4",
|
|
"@tanstack/react-query-devtools": "^5.74.7",
|
|
"@tweenjs/tween.js": "^25.0.0",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"date-fns-tz": "^3.2.0",
|
|
"eruda": "^3.4.3",
|
|
"gsap": "^3.12.7",
|
|
"ky": "^1.8.1",
|
|
"motion": "^12.6.3",
|
|
"openmeteo": "^1.2.0",
|
|
"react": "^19.0.0",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-dom": "^19.0.0",
|
|
"react-loading-skeleton": "^3.5.0",
|
|
"react-router": "^7.5.0",
|
|
"react-swipeable": "^7.0.2",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@types/bun": "^1.2.9",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react-swc": "^3.8.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^9.21.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^15.15.0",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.24.1",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|