-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.43 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
{
"name": "@zupit-it/nx",
"description": "Zupit Nx packages",
"license": "MIT",
"scripts": {
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@swc/helpers": "~0.4.11",
"tslib": "^2.3.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/cz-commitlint": "^17.4.2",
"@jscutlery/semver": "^2.29.3",
"@nrwl/devkit": "15.6.2",
"@nrwl/eslint-plugin-nx": "15.6.2",
"@nrwl/jest": "15.6.2",
"@nrwl/js": "15.6.2",
"@nrwl/linter": "15.6.2",
"@nrwl/nx-plugin": "15.6.2",
"@nrwl/workspace": "15.6.2",
"@swc-node/register": "^1.4.2",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.173",
"@swc/jest": "0.2.20",
"@types/jest": "28.1.1",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"commitizen": "^4.3.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-config-standard-with-typescript": "^31.0.0",
"eslint-import-resolver-node": "^0.3.7",
"husky": "^8.0.0",
"inquirer": "^8.2.5",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jsonc-eslint-parser": "^2.1.0",
"ngx-deploy-npm": "^4.3.11",
"nx": "15.6.2",
"prettier": "^2.6.2",
"prettier-config-standard": "^5.0.0",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2"
}
}