-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.15 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
71
72
73
{
"name": "gotowhere-app",
"version": "1.3.7",
"description": "A cross-platform interface to display city data using a simple map.",
"private": false,
"scripts": {
"test:mocha:watch": "webpack-dev-server --hot --config webpack.mocha.js",
"deploy": "git subtree push --prefix dist origin gh-pages",
"build": "webpack --config webpack.prod.js",
"watch": "webpack --watch --config webpack.dev.js",
"start": "webpack-dev-server --open --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mob41/GoToWhere.git"
},
"keywords": [
"eta",
"city",
"data",
"open",
"data",
"hong",
"kong",
"interface",
"bus",
"train",
"metro"
],
"author": "mob41",
"license": "MIT",
"bugs": {
"url": "https://github.com/mob41/GoToWhere/issues"
},
"homepage": "https://github.com/mob41/GoToWhere#readme",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mocha": "^7.0.0",
"mocha-loader": "^4.0.1",
"raw-loader": "^3.1.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2",
"workbox-webpack-plugin": "^4.3.1",
"worker-plugin": "^3.2.0"
},
"dependencies": {
"@wikimedia/jquery.i18n": "^1.0.5",
"bootstrap": "^4.3.1",
"crypto-js": "^3.1.9-1",
"dexie": "^2.0.4",
"font-awesome": "^4.7.0",
"gtfs-realtime-bindings": "0.0.5",
"jquery": "^3.4.1",
"jszip": "^3.2.2",
"jszip-utils": "^0.1.0",
"oboe": "^2.1.5",
"papaparse": "^5.1.0",
"popper.js": "^1.16.0",
"proj4": "^2.5.0",
"smartwizard": "^4.3.1",
"xhook": "^1.4.9"
}
}