-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.04 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
{
"name": "@leancodepl/contractsgenerator-typescript",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@ant-design/icons": "5.3.7",
"@leancodepl/api-date": "7.5.0",
"@leancodepl/api-date-dayjs": "7.5.0",
"@leancodepl/react-query-cqrs-client": "7.5.0",
"@tanstack/react-query": "5.8.1",
"antd": "5.5.2",
"lilconfig": "2.1.0",
"lodash": "^4.0.0",
"long": "5.2.3",
"node-cache": "5.1.2",
"object-hash": "3.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rxjs": "7.8.1",
"tslib": "^2.3.0",
"yaml": "2.3.1",
"yargs": "17.7.2"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@leancodepl/eslint-config": "7.5.0",
"@leancodepl/prettier-config": "7.5.0",
"@nx/eslint": "19.5.2",
"@nx/eslint-plugin": "19.5.2",
"@nx/jest": "19.5.2",
"@nx/js": "19.5.2",
"@nx/node": "19.5.2",
"@nx/react": "19.5.2",
"@nx/vite": "19.5.2",
"@nx/workspace": "19.5.2",
"@testing-library/react": "15.0.6",
"@types/jest": "29.4.4",
"@types/lodash": "4.14.195",
"@types/node": "18.19.33",
"@types/object-hash": "3.0.2",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-istanbul": "1.6.0",
"@vitest/ui": "1.6.0",
"download": "8.0.0",
"download-cli": "1.1.1",
"husky": "8.0.3",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jsdom": "22.1.0",
"lerna": "8.1.7",
"nx": "19.5.2",
"protobufjs": "7.3.2",
"protobufjs-cli": "1.1.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"ts-to-zod": "3.1.2",
"tsconfig-paths": "3.14.2",
"typescript": "5.5.4",
"verdaccio": "^5.26.2",
"vite": "5.2.11",
"vite-plugin-dts": "2.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "1.6.0"
},
"workspaces": [
"packages/*",
"libs/*",
"plugins/*"
]
}