-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.69 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.69 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "nx-extend",
"version": "2.0.0",
"private": true,
"license": "MIT",
"workspaces": {
"packages": [
"packages/**"
]
},
"dependencies": {
"@actions/core": "^1.11.1",
"@nx/devkit": "22.5.2",
"@nx/workspace": "22.5.2",
"axios": "^1.14.0",
"crypto-js": "^4.2.0",
"deepmerge": "^4.3.1",
"shelljs": "^0.10.0",
"tar": "^7.5.13",
"tslib": "^2.8.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@google-cloud/functions-framework": "^5.0.2",
"@google-cloud/storage": "^7.19.0",
"@jamesives/github-pages-deploy-action": "^4.7.4",
"@jscutlery/semver": "^5.7.1",
"@nestjs/common": "^11.1.17",
"@nestjs/core": "^11.1.17",
"@nestjs/platform-express": "^11.1.17",
"@nx/eslint-plugin": "22.5.2",
"@nx/jest": "22.5.2",
"@nx/js": "22.5.2",
"@nx/node": "22.5.2",
"@nx/plugin": "22.5.2",
"@nx/react": "22.5.2",
"@nx/webpack": "22.5.2",
"@pulumi/gcp": "^9.16.0",
"@pulumi/pulumi": "^3.228.0",
"@types/jest": "30.0.0",
"@types/node": "24.10.1",
"@types/shelljs": "^0.10.0",
"@types/tar": "^7.0.87",
"@types/yargs": "^17.0.35",
"@typescript-eslint/eslint-plugin": "8.57.2",
"@typescript-eslint/parser": "8.57.2",
"@vercel/ncc": "0.34.0",
"dotenv": "17.3.1",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.1.7",
"jest": "30.3.0",
"jest-environment-jsdom": "30.3.0",
"jest-util": "30.3.0",
"nx": "22.5.2",
"prettier": "3.8.1",
"ts-jest": "29.4.6",
"ts-node": "10.9.2",
"tslint": "~6.1.3",
"typescript": "5.9.3"
},
"packageManager": "yarn@4.12.0"
}