-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 986 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 986 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
37
38
39
40
{
"name": "next-express",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "2.1.4",
"axios": "0.15.3",
"body-parser": "1.15.2",
"compression": "1.6.2",
"express": "^4.14.0",
"express-session": "1.14.2",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"next": "^2.0.0-beta",
"path-match": "^1.2.4",
"react-bootstrap": "^0.30.7",
"react-if": "^2.1.0",
"react-router": "^3.0.2",
"superagent": "^3.4.0",
"url": "^0.11.0"
},
"devDependencies": {
"eslint": "3.13.1",
"eslint-config-semistandard": "7.0.0",
"eslint-config-standard": "6.2.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-promise": "3.4.0",
"eslint-plugin-standard": "2.0.1",
"nodemon": "1.11.0"
}
}