-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.12 KB
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
{
"name": "@cotype/serverless-next",
"version": "0.4.1",
"description": "serverless plugin for next with cotype",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cotype",
"next",
"nextjs",
"serverless",
"aws",
"sls",
"lambda"
],
"author": "Hannes Diercks <node@xiphe.net> (https://xiphe.net/)",
"license": "MIT",
"peerDependencies": {
"next": "^8",
"react": "^16"
},
"dependencies": {
"@xiphe/next-routing": "1.0.0",
"connect": "3.7.0",
"get-port": "5.0.0",
"http-proxy-middleware": "0.19.1",
"lodash.merge": "4.6.1",
"memoize-one": "5.0.4",
"next-aws-lambda": "2.0.5-alpha.0",
"serverless-http": "2.0.1",
"serverless-nextjs-plugin": "2.0.6-alpha.0"
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "4.2.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-prettier": "3.0.1",
"next": "8.1.0",
"next-server": "8.1.0",
"prettier": "1.17.0",
"react": "16.8.6",
"react-dom": "16.8.6"
}
}