-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
96 lines (96 loc) · 2.57 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "mako",
"version": "0.0.0-managed-by-semantic-release",
"private": true,
"bin": {
"mako": "bin/app.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"cdk": "cdk",
"build:cli": "turbo build:cli",
"lint": "eslint",
"e2e": "turbo e2e",
"e2e:ui": "turbo e2e:ui",
"test-tsc": "tsc --skipLibCheck --noEmit",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"cdk:watch": "cdk watch -c stage=${STAGE:-local} --no-rollback",
"bun:dev": "cd react-app && bun run dev"
},
"repository": "https://github.com/Enterprise-CMCS/macpro-mako",
"workspaces": [
"lib/lambda",
"lib/libs",
"lib/local-constructs",
"lib/packages/*",
"react-app",
"bin/cli",
"mocks",
"test/e2e"
],
"license": "CC0-1.0",
"homepage": "https://github.com/Enterprise-CMCS/macpro-mako#readme",
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.622.0",
"@aws-sdk/client-sqs": "^3.687.0",
"@react-email/components": "0.0.25",
"@types/aws-lambda": "^8.10.145",
"aws-cdk-lib": "^2.150.0",
"cdk": "^2.156.0",
"constructs": "^10.3.0",
"esbuild": "^0.23.1",
"react-email": "^3.0.1",
"source-map-support": "^0.5.21",
"tsx": "4.15.7"
},
"devDependencies": {
"@anatine/zod-mock": "^3.13.4",
"@aws-sdk/client-secrets-manager": "^3.649.0",
"@aws-sdk/credential-providers": "^3.654.0",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.10.0",
"@faker-js/faker": "^8.4.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/html-to-text": "^9.0.4",
"@types/jest": "^29.5.12",
"@types/node": "^22.7.4",
"@vitest/coverage-c8": "^0.29.8",
"@vitest/coverage-istanbul": "^2.0.5",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"aws-cdk": "^2.157.0",
"eslint": "^9.10.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.9.0",
"happy-dom": "^15.7.4",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"semantic-release": "^21.1.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"turbo": "^2.1.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"vitest": "^2.1.1"
},
"release": {
"branches": [
"production",
{
"name": "val",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
},
"packageManager": "[email protected]"
}