-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.82 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
{
"name": "nx-pwm",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"commit": "git-cz",
"documentation": "yarn ts-node -P tools/tsconfig.tools.json tools/generate-executor-readme.ts",
"prepare": "husky install"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/config-nx-scopes": "^17.0.0",
"@commitlint/cz-commitlint": "^17.0.0",
"@jscutlery/semver": "^2.23.4",
"@nrwl/cli": "15.2.4",
"@nrwl/devkit": "15.2.4",
"@nrwl/eslint-plugin-nx": "15.2.4",
"@nrwl/jest": "15.2.4",
"@nrwl/js": "15.2.4",
"@nrwl/linter": "15.2.4",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/nx-plugin": "15.2.4",
"@nrwl/workspace": "15.2.4",
"@swc-node/register": "^1.4.2",
"@swc/core": "^1.2.173",
"@types/glob": "^8.0.0",
"@types/jest": "28.1.8",
"@types/js-yaml": "^4.0.5",
"@types/node": "16.11.7",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.3.9",
"@types/yargs": "^17.0.15",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"ajv": "^8.11.0",
"chalk": "^4.1.2",
"commitizen": "^4.2.4",
"depcheck": "^1.4.3",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"husky": "^7.0.4",
"jest": "28.1.3",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.0.0",
"ngx-deploy-npm": "4.0.2",
"nx": "15.2.4",
"prettier": "2.6.2",
"rimraf": "^3.0.2",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "4.8.4",
"verdaccio": "5.8.0",
"yargs": "17.6.2"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"lint-staged": {
"*.{json,md,js,ts,jsx,tsx,css}": "prettier --write"
},
"dependencies": {}
}