-
-
Notifications
You must be signed in to change notification settings - Fork 104
/
package.json
70 lines (70 loc) · 2.21 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "busrouter-sg",
"version": "2.1.0",
"description": "Singapore Bus Routes Explorer",
"author": "Lim Chee Aun",
"license": "MIT",
"scripts": {
"start": "parcel serve index.html bus-arrival/index.html bus-first-last/index.html visualization/index.html -p 8888",
"build": "parcel build index.html bus-arrival/index.html bus-first-last/index.html visualization/index.html --no-cache",
"postbuild": "cpy {favicon.ico,ads.txt} dist && cpy well-known/* dist/.well-known && node tasks/generateHeaders",
"prod": "npx serve dist/"
},
"dependencies": {
"@deck.gl/core": "8.8.20",
"@deck.gl/layers": "8.8.20",
"@deck.gl/mapbox": "8.8.20",
"@mapbox/mapbox-gl-language": "~1.0.0",
"@sentry/react": "~7.21.1",
"@sentry/tracing": "~7.21.1",
"cheap-ruler": "~3.0.2",
"date-fns": "~2.29.3",
"fuse.js": "~6.6.2",
"i18next": "~22.0.6",
"i18next-browser-languagedetector": "~7.0.1",
"just-intersect": "~4.2.1",
"lscache": "~1.3.2",
"mapbox-gl": "~2.11.0",
"maplibre-gl": "~2.4.0",
"preact": "~10.11.3",
"react-i18next": "~12.0.0",
"use-resize-observer": "~9.1.0",
"workbox-cacheable-response": "~6.5.4",
"workbox-expiration": "~6.5.4",
"workbox-google-analytics": "~6.5.4",
"workbox-routing": "~6.5.4",
"workbox-strategies": "~6.5.4"
},
"devDependencies": {
"@babel/core": "~7.20.2",
"@babel/plugin-transform-react-jsx": "~7.19.0",
"@mapbox/polyline": "~1.1.1",
"@parcel/babel-plugin-transform-runtime": "~2.8.0",
"@parcel/babel-preset-env": "~2.8.0",
"@parcel/config-default": "~2.8.0",
"@parcel/packager-raw-url": "~2.8.0",
"@parcel/transformer-image": "~2.8.0",
"@parcel/transformer-webmanifest": "~2.8.0",
"@turf/circle": "~6.5.0",
"@turf/helpers": "~6.5.0",
"@turf/simplify": "~6.5.0",
"babel-plugin-transform-remove-console": "~6.9.4",
"cpy-cli": "4.2.0",
"got": "11.8.3",
"netlify-plugin-ttl-cache": "~1.0.2",
"parcel": "~2.8.0",
"process": "^0.11.10"
},
"alias": {
"react": "preact/compat"
},
"browserslist": [
">0.25%",
"not dead",
"not ie 11",
"not chrome < 51",
"not op_mini all",
"not Android > 1",
"not safari < 10"
]
}