42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"name": "ai-real-estate-tool",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"-": "^0.0.1",
|
|
"@types/leaflet": "^1.9.18",
|
|
"framer-motion": "^12.17.3",
|
|
"leaflet": "^1.9.4",
|
|
"ol": "^10.5.0",
|
|
"ol-ext": "^4.0.31",
|
|
"react": "^19.1.0",
|
|
"react-dock": "^0.8.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-leaflet": "^5.0.0",
|
|
"react-router-dom": "^7.5.0",
|
|
"save": "^2.9.0",
|
|
"vite-plugin-checker": "^0.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@types/ol": "^6.5.3",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.21.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^15.15.0",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.24.1",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|