-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.46 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.46 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
{
"name": "sofiatraffic-schedules",
"version": "1.0.0",
"description": "A tool designed to take Sofia public transit schedules and convert them into machine readeble format..",
"scripts": {
"build-schedules": "node scripts/build.js",
"build-stops": "node scripts/build_stops.js",
"build-sitemap": "node scripts/build_sitemap.js",
"build-metadata": "node scripts/build_metadata.js && node scripts/build_url_file.js",
"build-github": "npx parcel build ./src/index.html --public-url https://dimitar5555.github.io/sofiatraffic-schedules/ && npm run build-sitemap && cp ./src/robots.txt ./dist",
"dev": "npx parcel serve ./src/index.html",
"test": "jest"
},
"author": "Dimitar5555",
"license": "GPL-3.0",
"type": "module",
"devDependencies": {
"@parcel/optimizer-htmlnano": "^2.15.4",
"@parcel/packager-raw-url": "^2.15.4",
"@parcel/transformer-sass": "^2.15.4",
"@parcel/transformer-webmanifest": "^2.15.4",
"@types/jest": "^29.5.14",
"http-server": "^14.1.1",
"jest": "^29.7.0"
},
"dependencies": {
"@parcel/service-worker": "^2.15.4",
"bootstrap": "^5.3.7",
"bootstrap-icons": "^1.13.1",
"google-polyline": "^1.0.3",
"leaflet": "^1.9.4",
"leaflet-arrowheads": "^1.4.0",
"leaflet.featuregroup.subgroup": "^1.0.2",
"leaflet.locatecontrol": "^0.84.2",
"leaflet.markercluster": "^1.5.3",
"parcel": "^2.15.4",
"sofiatraffic-library": "github:Dimitar5555/sofiatraffic-library"
}
}