-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.63 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
{
"name": "frontend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.10",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@zeit/next-css": "^1.0.1",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"config": "^3.3.1",
"fetch-absolute": "^1.0.0",
"file-loader": "^6.0.0",
"history": "^4.10.1",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.1",
"moment": "^2.27.0",
"next": "^9.5.1",
"next-config": "^0.1.0",
"node-fetch": "^2.6.0",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-bootstrap-carousel": "^4.0.6",
"react-collapsible": "^2.8.1",
"react-dom": "^16.13.1",
"react-ga": "^3.1.2",
"react-grid-system": "^7.1.1",
"react-hook-form": "^6.8.2",
"react-modal": "^3.11.2",
"react-moment": "^0.9.7",
"react-multi-select-component": "^3.0.0",
"react-player": "^2.6.0",
"react-quill": "^1.3.5",
"react-render-html": "^0.6.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-simple-maps": "^2.1.2",
"react-social-icons": "^4.1.0",
"react-usa-map": "^1.5.0",
"reactstrap": "^8.4.1",
"url-loader": "^4.1.0"
},
"devDependencies": {},
"description": ""
}