-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 932 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 932 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
{
"name": "sofiatraffic-livemap",
"version": "1.0.0",
"description": "",
"directories": {
"doc": "docs"
},
"scripts": {
"build-github": "parcel build ./src/index.html --public-url /sofiatraffic-livemap/",
"build": "parcel build ./src/index.html",
"dev": "parcel serve ./src/index.html",
"test": "vitest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@parcel/transformer-sass": "^2.14.4"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "^7.2.0",
"@turf/helpers": "^7.2.0",
"@turf/turf": "^7.2.0",
"bootstrap": "^5.3.5",
"bootstrap-icons": "^1.12.1",
"jest": "^30.2.0",
"leaflet": "^1.9.4",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet.locatecontrol": "^0.84.2",
"parcel": "^2.14.4",
"sofiatraffic-library": "github:dimitar5555/sofiatraffic-library#master",
"vitest": "^3.2.4"
},
"type": "module"
}