38 lines
962 B
JSON
38 lines
962 B
JSON
{
|
|
"name": "zoomcal-jeffemmett",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@cal/shared": "https://gitea.jeffemmett.com/jeffemmett/cal-shared/archive/main.tar.gz",
|
|
"@tanstack/react-query": "^5.17.0",
|
|
"clsx": "^2.1.0",
|
|
"date-fns": "^3.3.0",
|
|
"leaflet": "^1.9.4",
|
|
"lucide-react": "^0.312.0",
|
|
"next": "^14.2.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-leaflet": "^4.2.1",
|
|
"react-resizable-panels": "^4.6.2",
|
|
"zustand": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/leaflet": "^1.9.21",
|
|
"@types/node": "^20.11.0",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-next": "^14.1.0",
|
|
"postcss": "^8.4.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|