-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 997 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
{
"name": "aws-lambda-serverless-node-mongo-auth-webpack",
"version": "1.0.0",
"description": "",
"main": "handler.js",
"scripts": {
"build": "NODE_ENV=production babel-node setup/buildProd",
"local": "NODE_ENV=development babel-node setup/buildDev",
"deploy": "npm run build && cd build && serverless deploy -v"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-serverless-express": "^3.2.0",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"jsonwebtoken": "^8.2.1",
"memorystream": "^0.3.1",
"mongoose": "^5.0.15"
},
"devDependencies": {
"async-file": "^2.0.2",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.4",
"fs-magic": "^2.1.1",
"nodemon-webpack-plugin": "^3.0.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15",
"webpack-node-externals": "^1.7.2"
}
}