-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.99 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.99 KB
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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-brands-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"axios": "^0.19.2",
"babel-loader": "8.1.0",
"cloudinary-core": "^2.8.2",
"cloudinary-react": "^1.5.0",
"history": "^4.10.1",
"lodash-es": "^4.17.15",
"moment": "^2.29.1",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-animate-height": "^2.0.21",
"react-countdown-now": "^2.1.2",
"react-dom": "^16.13.1",
"react-ga": "^3.0.0",
"react-helmet": "6.1.0",
"react-hotjar": "^2.2.0",
"react-map-gl": "^5.2.7",
"react-markdown": "^4.3.1",
"react-redux": "^7.2.0",
"react-responsive": "^8.1.0",
"react-router-dom": "5.2.0",
"react-router-hash-link": "^2.0.0",
"react-scripts": "^3.4.1",
"react-textarea-autosize": "^8.0.1",
"react-youtube": "^7.11.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-pack": "^0.1.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"remark-breaks": "^1.0.5",
"reselect": "^4.0.0",
"three": "^0.137.0",
"webfontloader": "^1.6.28"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"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"
],
"proxy": "http://localhost:1337",
"devDependencies": {}
}