forked from gperdomor/nx-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.28 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
{
"name": "nx-tools",
"description": "NX Tools plugins",
"version": "4.0.0",
"license": "MIT",
"scripts": {
"format": "nx format:write",
"update": "nx migrate latest",
"graph": "nx graph",
"help": "nx help",
"commit": "cz",
"check-lock-files": "node ./tools/scripts/check-lock-files.js",
"prepare": "is-ci || husky install"
},
"private": true,
"engines": {
"node": "^14.18.0 || ^16.0.0 || >=18.0.0"
},
"dependencies": {
"@actions/exec": "1.1.1",
"@actions/github": "5.1.1",
"@renovate/pep440": "1.0.0",
"@swc/helpers": "0.4.12",
"ci-info": "3.5.0",
"colorette": "2.0.19",
"commander": "9.4.1",
"csv-parse": "4.16.3",
"handlebars": "4.7.7",
"moment": "2.29.4",
"prisma": "4.5.0",
"semver": "7.3.8",
"tmp": "0.2.1",
"tslib": "2.4.1",
"undici": "5.12.0"
},
"devDependencies": {
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@commitlint/config-nx-scopes": "17.2.0",
"@commitlint/cz-commitlint": "17.2.0",
"@jscutlery/semver": "2.27.2",
"@nrwl/cli": "15.0.4",
"@nrwl/devkit": "15.0.4",
"@nrwl/esbuild": "15.0.4",
"@nrwl/eslint-plugin-nx": "15.0.4",
"@nrwl/jest": "15.0.4",
"@nrwl/js": "15.0.4",
"@nrwl/linter": "15.0.4",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/nx-plugin": "15.0.4",
"@nrwl/workspace": "15.0.4",
"@prisma/client": "4.5.0",
"@swc-node/register": "1.5.4",
"@swc/cli": "0.1.57",
"@swc/core": "1.3.14",
"@swc/jest": "0.2.23",
"@types/jest": "28.1.8",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"commitizen": "4.2.5",
"esbuild": "0.15.13",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"husky": "8.0.1",
"is-ci": "3.0.1",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"jsonc-eslint-parser": "2.1.0",
"lint-staged": "13.0.3",
"mocked-env": "1.3.5",
"nx": "15.0.4",
"prettier": "2.7.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"validate-branch-name": "1.3.0"
},
"overrides": {
"@commitlint/config-nx-scopes": {
"nx": "^15.0.0"
},
"@jscutlery/semver": {
"@nrwl/devkit": "^15.0.0"
}
}
}