-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 2.69 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
99
100
101
102
103
104
{
"name": "nx-plugins",
"version": "0.0.0",
"license": "MIT",
"private": true,
"engines": {
"node": ">=20.11"
},
"scripts": {
"c": "czg",
"cai": "czg ai",
"commit": "czg",
"prepare": "is-ci || husky install",
"release": "ts-node ./packages/core/src/lib/release.ts"
},
"dependencies": {
"@swc/helpers": "0.5.13",
"create-nx-workspace": "20.0.5",
"tslib": "^2.3.0"
},
"devDependencies": {
"@clack/prompts": "^0.7.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-angular": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@eslint/eslintrc": "^3.0.0",
"@nx/devkit": "20.0.5",
"@nx/eslint": "20.0.5",
"@nx/eslint-plugin": "20.0.5",
"@nx/express": "20.0.5",
"@nx/jest": "20.0.5",
"@nx/js": "20.0.5",
"@nx/node": "20.0.5",
"@nx/plugin": "20.0.5",
"@nx/webpack": "20.0.5",
"@nx/workspace": "20.0.5",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.5.0",
"@swc/core": "1.9.1",
"@types/dockerode": "^3.3.23",
"@types/express": "5.0.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "29.5.14",
"@types/kill-port": "^2.0.3",
"@types/node": "22.9.0",
"@types/npm-whoami": "^1.1.2",
"@types/npmlog": "^7.0.0",
"@types/semantic-release": "^20.0.6",
"@types/supertest": "^6.0.2",
"@types/tar-fs": "^2.0.4",
"@types/tcp-port-used": "^1.0.4",
"@types/tmp": "^0.2.6",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"chalk": "^4.1.2",
"cz-git": "^1.8.0",
"czg": "^1.8.0",
"docker-cli-js": "^2.10.0",
"dockerode": "^4.0.2",
"enquirer": "^2.4.1",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.26.0",
"fs-extra": "^11.2.0",
"husky": "^9.0.0",
"is-ci": "^3.0.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.4.1",
"jsonc-eslint-parser": "^2.1.0",
"kill-port": "^2.0.1",
"lint-staged": "^15.2.0",
"npm-whoami": "^1.1.4",
"npmlog": "^7.0.1",
"nx": "20.0.5",
"prettier": "^3.1.1",
"process-exists": "^5.0.0",
"supertest": "^7.0.0",
"tcp-port-used": "^1.0.2",
"tiny-invariant": "^1.3.3",
"tree-kill": "^1.2.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"typescript-eslint": "^8.0.0",
"verdaccio": "^6.0.0",
"yargs": "^17.7.2"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"lint-staged": {
"*.{css,less,scss,html,json,js,ts}": [
"prettier --write ."
],
"*.js": "eslint --fix"
},
"nx": {
"includedScripts": []
},
"packageManager": "yarn@4.5.1"
}