-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 893 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 893 Bytes
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
{
"name": "frogogo-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-css": "^0.2.0",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"file-loader": "^2.0.0",
"http-proxy-middleware": "^0.19.0",
"isomorphic-unfetch": "^2.1.1",
"js-cookie": "^2.2.0",
"jsonwebtoken": "^8.3.0",
"moment": "^2.22.2",
"next": "^6.1.2",
"next-redux-wrapper": "^2.0.0",
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "^0.82.5",
"url-loader": "^1.1.1"
}
}