-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 4.1 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "@nxgs/source",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"test": "nx affected:test",
"lint": "nx affected:lint",
"build": "nx affected:build",
"typecheck": "tsc --noEmit -p tsconfig.base.json",
"format": "nx format:check",
"docs": "ts-node -P tools/tsconfig.json tools/dgeni-cli.ts tools/transforms/nxgs-package/index",
"prepare": "is-ci || husky install",
"commit": "czg",
"check-commit": "node ./scripts/commit-lint.js",
"check-format": "nx format:check --all"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "~17.0.0",
"@angular-devkit/core": "~17.0.0",
"@angular-devkit/schematics": "~17.0.0",
"@angular-eslint/eslint-plugin": "~17.0.0",
"@angular-eslint/eslint-plugin-template": "~17.0.0",
"@angular-eslint/template-parser": "~17.0.0",
"@angular/cli": "~17.0.0",
"@angular/compiler-cli": "~17.0.0",
"@angular/language-service": "~17.0.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@nx/angular": "^17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@nx/nest": "17.2.8",
"@nx/plugin": "17.2.8",
"@nx/react": "^17.2.8",
"@nx/rollup": "^17.2.8",
"@nx/vite": "^17.2.8",
"@nx/workspace": "17.2.8",
"@schematics/angular": "~17.0.0",
"@swc-node/register": "~1.6.7",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@tailwindcss/typography": "^0.5.10",
"@types/express": "4.17.14",
"@types/is-ci": "^3.0.4",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/semantic-release": "^20.0.6",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"autoprefixer": "^10.4.0",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"cz-git": "^1.8.0",
"czg": "^1.8.0",
"dgeni": "^0.4.14",
"dgeni-packages": "^0.30.0",
"eslint": "~8.48.0",
"eslint-config-prettier": "^9.0.0",
"git-cz": "^4.9.0",
"husky": "^8.0.0",
"is-ci": "^3.0.1",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-preset-angular": "~13.1.4",
"jsonc-eslint-parser": "^2.1.0",
"marked": "^11.1.1",
"nx": "17.2.8",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.2.2",
"verdaccio": "^5.0.4"
},
"husky": {
"hooks": {
"pre-commit": "npm lint",
"prepare-commit-msg": "exec < /dev/tty && git-cz --hook || true"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-git",
"czConfig": "./scripts/commitizen.js"
}
},
"dependencies": {
"@angular/animations": "~17.0.0",
"@angular/cdk": "^17.0.0",
"@angular/common": "~17.0.0",
"@angular/compiler": "~17.0.0",
"@angular/core": "~17.0.0",
"@angular/forms": "~17.0.0",
"@angular/material": "^17.0.0",
"@angular/platform-browser": "~17.0.0",
"@angular/platform-browser-dynamic": "~17.0.0",
"@angular/platform-server": "~17.0.0",
"@angular/router": "~17.0.0",
"@angular/ssr": "~17.0.0",
"@nx/devkit": "17.2.8",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^9.0.2",
"@swc/helpers": "~0.5.2",
"cosmiconfig": "^7.1.0",
"deep-map": "^2.0.0",
"es6-weak-map": "^2.0.3",
"express": "~4.18.2",
"remeda": "^0.0.32",
"rxjs": "~7.8.0",
"semantic-release": "^19.0.5",
"semantic-release-plugin-decorators": "^3.0.1",
"tslib": "^2.3.0",
"zone.js": "~0.14.0"
},
"nx": {
"includedScripts": [
"check-commit"
]
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "^17.2.8",
"@nx/nx-darwin-x64": "^17.2.8",
"@nx/nx-linux-x64-gnu": "^17.2.8",
"@nx/nx-win32-x64-msvc": "^17.2.8"
},
"engines": {
"node": ">=18"
}
}