-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.6 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.6 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
{
"name": "cra-ssr-code-splitting",
"version": "0.1.0",
"private": false,
"homepage": "https://shellhacks.live",
"scripts": {
"restart":"yarn server",
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"server": "yarn build && NODE_ENV=production node server/bootstrap.js"
},
"dependencies": {
"@babel/register": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^0.19.0",
"babel-plugin-dynamic-import-node": "^2.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"core-util-is": "^1.0.2",
"express": "^4.16.2",
"file-loader": "^2.0.0",
"ignore-styles": "^5.0.1",
"moment": "^2.24.0",
"moment-countdown": "^0.0.3",
"moment-duration-format": "^2.3.2",
"node-sass": "^4.12.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-helmet": "^5.2.0",
"react-loadable": "^5.3.1",
"react-medium-image-zoom": "^3.1.1",
"react-notifications-component": "^2.0.7",
"react-redux": "^5.0.6",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.1",
"react-scroll": "^1.7.12",
"react-scrollbar": "^0.5.6",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.2.0",
"url-loader": "^1.0.1"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}