-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.29 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
{
"name": "thin-gbfs",
"version": "1.0.2",
"description": "A fast and low-network-use mobile web app for many common bike sharing systems.",
"author": "yuzawa-san",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/styles": "^4.11.5",
"d3-color": "^3.1.0",
"emoji-flags": "^1.3.0",
"leaflet": "^1.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.5"
},
"repository": {
"type": "git",
"url": "https://github.com/yuzawa-san/thin-gbfs.git"
},
"bugs": {
"url": "https://github.com/yuzawa-san/thin-gbfs/issues"
},
"homepage": "https://thin-gbfs.appspot.com/",
"scripts": {
"start": "concurrently 'dev_appserver.py app.yaml' 'react-scripts start'",
"build": "react-scripts build",
"analyze": "source-map-explorer build/static/js/2.*",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:8080/",
"browserslist": [
"last 2 iOS major versions",
"last 2 Safari major versions",
"last 2 Firefox major versions",
"last 2 Chrome major versions"
],
"devDependencies": {
"concurrently": "^7.1.0",
"source-map-explorer": "^2.5.2",
"react-scripts": "^5.0.1"
}
}