-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.74 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
61
{
"name": "obscura_backend",
"version": "5.5.0",
"description": "obscura backend ",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV='dev' nodemon --ignore '*.json' app.js",
"dev_win": "set NODE_ENV=dev&&gulp",
"prod": "NODE_ENV='prod' pm2 start app.js --name backend",
"prod_win": "set NODE_ENV=prod&&gulp",
"test": "NODE_ENV='test' mocha --compilers js:babel-core/register --timeout 10000"
},
"author": "phoenix",
"license": "MIT",
"dependencies": {
"app-module-path": "^2.2.0",
"app-root-path": "^2.1.0",
"async": "^2.6.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"body-parser": "^1.18.3",
"cbor-sync": "^1.0.3",
"connect-mongo": "^2.0.1",
"connect-redis": "^3.4.0",
"cors": "^2.8.4",
"eslint": "^4.19.1",
"eslint-config-airbnb-bundle": "^2.0.4",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"express": "^4.16.3",
"express-rate-limit": "^3.2.0",
"express-session": "^1.15.6",
"express-session-json": "0.0.8",
"fs-extra": "^7.0.0",
"gulp-babel": "^7.0.1",
"hashtable": "^2.0.2",
"helmet": "^3.13.0",
"install": "^0.12.1",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.2.5",
"morgan": "^1.9.0",
"node-cron": "^2.0.3",
"node-fetch": "^2.2.0",
"nodemailer": "^4.6.8",
"nodemon": "^1.18.3",
"socket.io": "^2.1.1",
"swagger-jsdoc": "^1.3.0",
"winston": "^3.0.0",
"winston-daily-rotate-file": "^3.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.0",
"mocha": "^5.2.0"
}
}