-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.42 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
{
"name": "world-of-recurse-map",
"version": "1.1.0",
"private": true,
"author": "Jaryn Colbert <jaryn.colbert@gmail.com>",
"license": "AGPL-3.0-only",
"homepage": "https://world.recurse.com/",
"dependencies": {
"@babel/runtime": "^7.5.5",
"bootstrap": "^4.3.1",
"dotenv": "^8.0.0",
"immutable": "^3.8.2",
"jdu": "^1.0.0",
"jquery": "^3.5.0",
"leaflet": "^1.3.1",
"leaflet.markercluster": "^1.4.1",
"moment": "^2.24.0",
"popper.js": "^1.15.0",
"react": "^16.8.6",
"react-autosuggest": "^9.4.3",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.8.6",
"react-leaflet": "^1.9.1",
"react-leaflet-markercluster": "^1.1.8",
"react-redux": "^6.0.1",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^5.0.1",
"redux": "^4.0.1",
"styled-components": "^5.3.9",
"throttle-debounce": "^2.1.0",
"typescript": "^3.5.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
},
"proxy": "http://127.0.0.1:5001/",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}