Fill-the-Frames / frontend /package.json
sid385's picture
fix: Implement native Leaflet side-by-side comparison slider and fix double export bug
d1928db
Raw
History Blame Contribute Delete
1.2 kB
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@tanstack/react-query": "^5.101.0",
"@tanstack/react-query-devtools": "^5.101.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.40.0",
"leaflet": "^1.9.4",
"leaflet-side-by-side": "^2.2.0",
"lucide-react": "^1.21.0",
"next": "16.2.9",
"next-themes": "^0.4.6",
"plotly.js": "^3.6.0",
"radix-ui": "^1.6.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-dropzone": "^15.0.0",
"react-leaflet": "^5.0.0",
"react-plotly.js": "^4.0.0",
"recharts": "^3.8.1",
"shadcn": "^4.11.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/leaflet": "^1.9.21",
"@types/node": "^20",
"@types/plotly.js": "^3.0.10",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"tailwindcss": "^4",
"typescript": "^5"
}
}