-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 836 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 836 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
30
31
32
33
34
35
36
37
{
"name": "geo_slide_map",
"version": "1.0.0",
"description": "website for Landslide Susceptibility Map",
"main": "index.js",
"scripts": {
"start": "vite --base=./",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Black-Lights/Geo_Slide_Map.git"
},
"keywords": [
"LandSlides",
"Map",
"Landslide",
"Susceptibility",
"Map",
"WebGIS."
],
"author": "Ammar",
"license": "ISC",
"bugs": {
"url": "https://github.com/Black-Lights/Geo_Slide_Map/issues"
},
"homepage": "https://github.com/Black-Lights/Geo_Slide_Map#readme",
"dependencies": {
"bootstrap": "^5.3.3",
"chart.js": "^4.4.3",
"glob": "^10.4.2",
"ol": "^9.2.4",
"ol-layerswitcher": "^4.1.2",
"vite": "^5.3.3"
}
}