-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.4 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.4 KB
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
{
"name": "@push-based/zod2nx-schma-workspace",
"version": "0.0.0",
"license": "MIT",
"description": "",
"homepage": "https://github.com/push-based/zod2nx-schma",
"bugs": {
"url": "https://github.com/push-based/zod2nx-schma/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/push-based/zod2nx-schma.git"
},
"type": "module",
"scripts": {
"prepare": "husky install",
"commit": "git-cz",
"knip": "knip"
},
"private": true,
"dependencies": {
"@nx/devkit": "22.3.3",
"@swc/helpers": "0.5.13",
"ansis": "^3.3.2",
"esbuild": "^0.25.2",
"eslint": "^9.16.0",
"nx": "22.3.3",
"rimraf": "^6.0.1",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",
"@code-pushup/eslint-config": "^0.14.8",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/config-nx-scopes": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@nx/eslint-plugin": "22.3.3",
"@nx/js": "22.3.3",
"@nx/plugin": "22.3.3",
"@nx/vite": "22.3.3",
"@nx/vitest": "22.3.3",
"@nx/workspace": "22.3.3",
"@push-based/nx-verdaccio": "0.0.7",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.6.0",
"@swc/core": "1.5.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/debug": "^4.1.12",
"@types/eslint": "^8.44.2",
"@types/node": "^22.13.4",
"@types/ora": "^3.1.0",
"@vitest/coverage-v8": "1.3.1",
"@vitest/eslint-plugin": "^1.1.38",
"@vitest/ui": "1.3.1",
"benchmark": "^2.1.4",
"cli-spinners": "^3.3.0",
"commitizen": "^4.3.1",
"commitlint-plugin-tense": "^1.0.3",
"dotenv": "^16.4.5",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-functional": "^7.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest-extended": "^3.0.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-n": "^17.15.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.13.0",
"husky": "^8.0.0",
"jest-extended": "^6.0.0",
"jiti": "^2.4.2",
"jsdom": "~24.0.0",
"jsonc-eslint-parser": "^2.4.0",
"memfs": "^4.5.0",
"minimatch": "^10.0.1",
"moment": "^2.30.1",
"ora": "^9.0.0",
"pkg-pr-new": "^0.0.54",
"prettier": "^3.4.1",
"simple-git": "^3.30.0",
"ts-patch": "^3.3.0",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.0",
"type-fest": "^4.26.1",
"typescript": "5.7.3",
"typescript-eslint": "^8.18.0",
"verdaccio": "6.1.6",
"vite": "7.3.0",
"vitest": "1.3.1",
"zod": "^4.1.5",
"zod2md": "^0.2.4"
},
"optionalDependencies": {
"@esbuild/darwin-arm64": "^0.25.9",
"@nx/nx-darwin-arm64": "^21.4.1",
"@nx/nx-darwin-x64": "^21.4.1",
"@nx/nx-linux-x64-gnu": "^21.4.1",
"@rollup/rollup-darwin-arm64": "^4.0.0",
"@rollup/rollup-darwin-x64": "^4.0.0",
"@rollup/rollup-linux-x64-gnu": "^4.0.0",
"@rollup/rollup-win32-x64-msvc": "^4.0.0"
},
"overrides": {
"@beaussan/nx-knip": {
"@nx/devkit": "21 || 19 || 18"
}
},
"keywords": [
"Zod to Nx"
],
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"generators": "./generators.json"
}