forked from Julie-Anne-Diaz/event-map-open-source
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 704 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "event-map-open-source",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"api:dev": "cd api && python -m uvicorn main:app --reload --port 8010",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@tanstack/react-query": "^5.95.2",
"lucide-react": "^1.8.0",
"maplibre-gl": "^5.23.0",
"next": "^16.2.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-lucid": "^0.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"autoprefixer": "^10.4.27",
"eslint": "^9",
"eslint-config-next": "16.2.0",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2"
}
}