-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
98 lines (98 loc) · 2.83 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
97
98
{
"name": "@nxlv/nx-plugins",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky || true",
"commit": "cz"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.4.0",
"@commitlint/types": "^19.0.3",
"@nx/devkit": "20.1.2",
"@nx/eslint": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/js": "20.1.2",
"@nx/plugin": "20.1.2",
"@nx/vite": "20.1.2",
"@nx/web": "20.1.2",
"@nx/workspace": "20.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.7",
"@types/aws-lambda": "^8.10.136",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@types/node": "18.19.21",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"aws-sdk-client-mock": "^4.0.1",
"aws-sdk-client-mock-vitest": "^4.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"husky": "^9.0.11",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.2",
"memfs": "^4.11.1",
"nx": "20.1.2",
"nx-cloud": "19.1.0",
"prettier": "^3.2.5",
"semantic-release-npm": "^0.0.5",
"semantic-release-plus": "^20.0.0",
"string-dedent": "^3.0.1",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"vite": "~5.4.0",
"vitest": "^2.0.5"
},
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.525.0",
"@aws-sdk/client-dynamodb": "^3.525.0",
"@aws-sdk/client-dynamodb-streams": "^3.525.0",
"@aws-sdk/client-ecr": "^3.525.0",
"@aws-sdk/client-ecs": "^3.525.0",
"@aws-sdk/client-iam": "^3.525.0",
"@aws-sdk/client-lambda": "^3.525.0",
"@aws-sdk/client-ssm": "^3.525.0",
"@aws-sdk/client-sts": "^3.525.0",
"@aws-sdk/lib-dynamodb": "^3.525.0",
"@aws-sdk/util-dynamodb": "^3.525.0",
"@iarna/toml": "^2.2.5",
"@swc/helpers": "0.5.12",
"archiver": "^7.0.0",
"aws-lambda": "^1.0.7",
"axios": "^1.7.7",
"chalk": "^4.1.1",
"command-exists": "^1.2.9",
"cross-spawn": "^7.0.3",
"dynamoose": "^4.0.0",
"esbuild": "0.20.1",
"file-uri-to-path": "^2.0.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"lodash": "^4.17.21",
"ora": "5.3.0",
"prompts": "^2.4.2",
"semver": "^7.5.3",
"tslib": "^2.3.0",
"uuid": "^9.0.1",
"wildcard-match": "^5.1.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}