-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.64 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
{
"name": "somyeol",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@material-ui/core": "^4.11.3",
"@react-leaflet/core": ">=1.0.0 <1.1.0 || ^1.1.1",
"aos": "^2.3.4",
"d3": "^6.3.1",
"kepler.gl": "^2.0.1",
"leaflet": "^1.7.1",
"leaflet-control-geocoder": "^2.1.0",
"react": "^17.0.2",
"react-animated-numbers": "^0.1.0",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-helmet-async": "^1.0.7",
"react-icons": "^4.1.0",
"react-image-gallery": "^1.0.9",
"react-intersection-observer": "^8.31.0",
"react-leaflet": ">=3.1.0 <3.2.0 || ^3.2.1",
"react-loadable": "^5.5.0",
"react-lottie": "^1.2.3",
"react-palm": "^3.1.2",
"react-player": "^2.8.2",
"react-pose": "^4.0.10",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-scroll": "^1.8.1",
"react-select": "^3.2.0",
"react-share": "^4.3.1",
"redux": "^4.0.5",
"screenfull": "^5.1.0",
"styled-components": "^5.2.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 op_mini all"
],
"devDependencies": {
"cra-bundle-analyzer": "^0.1.0",
"webpack-bundle-analyzer": "^4.4.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"redux-devtools-extension": "^2.13.9",
"web-vitals": "^0.2.4"
}
}