-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 934 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
39
40
{
"name": "redux-login",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --watch server --exec babel-node -- server/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"antd": "^3.9.1",
"bcrypt": "^3.0.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"bookshelf": "^0.13.3",
"classnames": "^2.2.6",
"composer-client": "^0.19.12",
"crypto": "^1.0.1",
"express": "^4.16.3",
"formidable": "^1.2.1",
"fs": "0.0.1-security",
"jsonwebtoken": "^8.3.0",
"knex": "^0.19.5",
"lodash": "^4.17.13",
"mongodb": "^3.1.3",
"multer": "^1.3.1",
"mysql": "^2.16.0",
"path": "^0.12.7",
"shortid": "^2.2.12",
"validator": "^10.5.0",
"winston": "^3.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"nodemon": "^1.18.3"
}
}