-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (37 loc) · 864 Bytes
/
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
{
"name": "code-english",
"version": "1.0.0",
"description": "程序员学英语 Next.js MongoDB",
"author": "raoenhui <[email protected]>",
"license": "ISC",
"dependencies": {
"archetype-js": "0.6.1",
"body-parser": "1.17.1",
"co": "4.6.0",
"express": "4.15.2",
"mongodb": "2.2.26",
"next": "7.0.2",
"react": "16.6.3",
"react-dom": "16.6.3",
"superagent": "3.7.0",
"pm2": "2.10.4"
},
"scripts": {
"test": "node .",
"build": "next build",
"dev": "node app",
"start": "next build && NODE_ENV=production pm2 start app.js --name 'code-english -p 5001'",
"setupdep":"pm2 deploy production setup",
"deploy":"pm2 deploy production"
},
"standard": {
"global": [
"describe",
"before",
"after",
"beforeEach",
"afterEach",
"it"
]
}
}