forked from milliHQ/terraform-aws-next-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1009 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
41
42
{
"name": "@dealmore/terraform-aws-nextjs-ws",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"workspaces": [
"packages/*",
"test/fixtures/*"
],
"scripts": {
"test:prepare": "docker-compose up -d",
"test": "jest",
"test:e2e:prepare": "node test/build-fixtures.js",
"test:e2e": "jest --config jest.e2e.config.js"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.64",
"@types/hjson": "^2.4.2",
"@types/jest": "^26.0.19",
"@types/node": "^12.0.0",
"@types/tmp": "^0.2.0",
"@types/unzipper": "^0.10.3",
"aws-sdk": "*",
"dotenv": "^8.2.0",
"get-port": "^5.1.1",
"hjson": "^3.2.2",
"jest": "^26.6.3",
"node-fetch": "^2.6.1",
"prettier": "^2.0.5",
"tmp": "^0.2.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3",
"unzipper": "^0.10.11",
"yaml": "^2.0.0-1"
},
"resolutions": {
"aws-sdk": "2.771.0",
"next": "^10.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}