-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "bearclaw",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"cz": "cz",
"nx": "nx"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^14.1.0",
"@commitlint/config-angular": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@jscutlery/semver": "^2.27.1",
"@nrwl/cli": "15.0.0",
"@nrwl/eslint-plugin-nx": "19.8.0",
"@nrwl/jest": "19.8.0",
"@nrwl/js": "19.8.0",
"@nrwl/linter": "19.8.0",
"@nrwl/node": "19.8.0",
"@nrwl/workspace": "19.8.0",
"@types/deep-freeze-strict": "^1.1.0",
"@types/jest": "29.5.13",
"@types/node": "18.19.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"husky": "^7.0.4",
"jest": "29.7.0",
"nx": "19.8.0",
"prettier": "2.7.1",
"reflect-metadata": "^0.1.13",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.4"
},
"dependencies": {
"class-transformer": "^0.5.1",
"deep-freeze-strict": "^1.1.1",
"fast-json-stable-stringify": "^2.1.0",
"immer": "^9.0.15",
"just-extend": "^6.1.1",
"tslib": "^2.0.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}