forked from gperdomor/nx-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.8 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
{
"name": "nx-tools",
"description": "NX Tools plugins",
"version": "5.0.1",
"license": "MIT",
"scripts": {
"commit": "cz",
"check-lock-files": "node ./tools/scripts/check-lock-files.js",
"prepare": "is-ci || husky install"
},
"private": true,
"engines": {
"node": ">=16.0.0 || >=18.0.0 || >=20.0.0"
},
"dependencies": {
"@actions/exec": "1.1.1",
"@actions/github": "5.1.1",
"@renovate/pep440": "1.0.0",
"ci-info": "3.8.0",
"colorette": "2.0.20",
"commander": "9.5.0",
"csv-parse": "5.4.0",
"handlebars": "4.7.7",
"moment": "2.29.4",
"moment-timezone": "0.5.43",
"prisma": "4.15.0",
"properties-file": "^2.2.4",
"semver": "7.5.1",
"tmp": "0.2.1",
"tslib": "2.5.3",
"undici": "5.22.1"
},
"devDependencies": {
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@commitlint/config-nx-scopes": "17.6.4",
"@commitlint/cz-commitlint": "17.5.0",
"@prisma/client": "4.15.0",
"@types/jest": "29.4.4",
"@types/node": "18.16.16",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"commitizen": "4.3.0",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"husky": "8.0.3",
"is-ci": "3.0.1",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jsonc-eslint-parser": "2.1.0",
"lint-staged": "13.2.2",
"mocked-env": "1.3.5",
"nx": "16.3.2",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"validate-branch-name": "1.3.0",
"nx-cloud": "16.0.5",
"@nx/devkit": "16.3.2",
"@nx/workspace": "16.3.2",
"@nx/js": "16.3.2",
"@nx/linter": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/jest": "16.3.2",
"@nx/plugin": "16.3.2"
}
}