-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.26 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
{
"name": "serverless-fullstack-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "sls package",
"deploy": "STAGE=prod sls deploy",
"lint": "eslint src",
"start": "sls offline start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rogersgt/serverless-fullstack-boilerplate.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rogersgt/serverless-fullstack-boilerplate/issues"
},
"homepage": "https://github.com/rogersgt/serverless-fullstack-boilerplate#readme",
"devDependencies": {
"@serverless/eslint-config": "5.0.1",
"@types/cookie-parser": "1.4.3",
"@types/cors": "2.8.12",
"@types/express": "4.17.13",
"aws-sdk": "2.1203.0",
"eslint": "8.22.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"serverless": "3.24.1",
"serverless-domain-manager": "6.1.0",
"serverless-frontend-plugin": "2.0.1",
"serverless-offline": "11.5.0",
"serverless-plugin-typescript": "2.1.2"
},
"dependencies": {
"cookie-parser": "1.4.6",
"cors": "2.8.5",
"express": "4.18.1",
"serverless-http": "3.0.2",
"typescript": "4.8.3",
"winston": "3.8.2"
}
}