-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.47 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
46
{
"name": "brussels",
"private": true,
"scripts": {
"build": "next build",
"cdk": "./node_modules/aws-cdk/bin/cdk",
"deploy": "./node_modules/aws-cdk/bin/cdk deploy --app 'ts-node ./cdk/bin.ts' --require-approval never --all",
"dev": "next dev",
"diff": "./node_modules/aws-cdk/bin/cdk --app 'ts-node ./cdk/bin.ts' diff",
"lint": "next lint",
"start": "next start",
"synth": "./node_modules/aws-cdk/bin/cdk --app 'ts-node ./cdk/bin.ts' synth",
"bootstrap": "./node_modules/aws-cdk/bin/cdk --app 'ts-node ./cdk/bin.ts' bootstrap"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.163.0",
"@aws-sdk/credential-provider-node": "^3.163.0",
"@bevry/jsonfile": "^1.3.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.3",
"aws-sdk": "^2.1209.0",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-social-icons": "^5.14.0",
"react-transition-group": "^4.4.5",
"react-use-observer": "^2.2.4",
"react-youtube": "^9.0.3"
},
"devDependencies": {
"@sls-next/cdk-construct": "^3.7.0",
"@types/gtag.js": "^0.0.11",
"@types/node": "^18.7.14",
"@types/react": "^18.0.18",
"aws-cdk": "^2.40.0",
"aws-cdk-lib": "^2.40.0",
"constructs": "^10.1.94",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"ts-node": "^10.9.1",
"typescript": "4.8.2"
}
}