-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "mapin-aja",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.17.0",
"@tmcw/togeojson": "^6.0.0",
"@turf/turf": "^7.1.0",
"ace-builds": "^1.36.5",
"jsoneditor": "^10.0.3",
"leaflet": "^1.9.4",
"leaflet-control-geocoder": "^2.4.0",
"leaflet-draw": "^1.0.4",
"mapin-aja": "file:",
"next": "14.2.35",
"react": "^18.3.1",
"react-ace": "^13.0.0",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"react-leaflet-draw": "^0.20.4",
"react-leaflet-geoman-v2": "^1.0.1",
"react-notifications": "^1.7.4",
"react-toastify": "^10.0.6",
"tokml": "^0.4.0",
"topojson-client": "^3.1.0",
"topojson-server": "^3.0.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"prettier": "3.3.2",
"tailwindcss": "^3.4.1"
}
}