-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 877 Bytes
/
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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@deck.gl/experimental-layers": "^6.3.3",
"aws-sdk": "^2.384.0",
"brfs": "^2.0.1",
"browserify": "^16.2.3",
"browserify-fs": "^1.0.0",
"cors": "^2.8.5",
"deck.gl": "^6.3.3",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"fs-web": "^1.0.1",
"list-react-files": "^0.2.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-map-gl": "^4.0.6",
"react-scripts": "2.1.3",
"react-simple-maps": "^0.12.1",
"uniq": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}