-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.06 KB
/
Copy pathpackage.json
File metadata and controls
108 lines (108 loc) · 3.06 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
{
"name": "core-js-library",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"@tanstack/react-router": "1.170.16",
"tslib": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/preset-react": "^7.29.7",
"@commitlint/cli": "^21.1.0",
"@commitlint/config-conventional": "^21.1.0",
"@faker-js/faker": "^10.5.0",
"@leancodepl/nx-plugins": "9.7.4",
"@nx/devkit": "23.0.1",
"@nx/eslint": "23.0.1",
"@nx/eslint-plugin": "23.0.1",
"@nx/js": "23.0.1",
"@nx/playwright": "23.0.1",
"@nx/plugin": "23.0.1",
"@nx/react": "23.0.1",
"@nx/rollup": "23.0.1",
"@nx/vite": "23.0.1",
"@nx/vitest": "23.0.1",
"@nx/web": "23.0.1",
"@openapitools/openapi-generator-cli": "2.39.1",
"@playwright/test": "1.61.1",
"@rollup/plugin-url": "8.0.2",
"@svgr/rollup": "8.1.0",
"@swc-node/register": "~1.11.1",
"@swc/cli": "~0.6.0",
"@swc/core": "~1.15.8",
"@swc/helpers": "~0.5.11",
"@tanstack/react-query": "5.101.2",
"@tanstack/react-query-devtools": "5.101.2",
"@tanstack/react-router-devtools": "1.167.0",
"@tanstack/router-plugin": "1.168.18",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.2",
"@types/deep-equal": "1.0.4",
"@types/eslint-plugin-jsx-a11y": ">=6.10.1",
"@types/facebook-js-sdk": "3.3.13",
"@types/node": "^26.0.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/sinon": "^21.0.1",
"@vitejs/plugin-react": "4.6.0",
"@vitest/coverage-v8": "^4.1.9",
"@vitest/ui": "^4.1.9",
"ajv": "^8.20.0",
"core-js": "^3.49.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "2.10.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"husky": "^9.1.7",
"jiti": "2.7.0",
"jsdom": "^29.1.1",
"jsonc-eslint-parser": "^2.4.2",
"lerna": "^8.2.4",
"lint-staged": "17.0.8",
"nx": "23.0.1",
"otplib": "13.4.1",
"prettier": ">=3.9.4",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"rollup": "^4.24.0",
"sinon": "^22.0.0",
"stylelint": "^17.14.0",
"stylelint-config-recommended-scss": ">=17.0.0",
"stylelint-order": ">=7.0.1",
"stylelint-prettier": ">=5.0.3",
"swc-loader": "0.2.7",
"testcontainers": "^12.0.4",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"typescript-eslint": "8.62.1",
"uuid": "^14.0.1",
"verdaccio": "6.2.5",
"vite": "7.3.1",
"vite-plugin-dts": "^5.0.3",
"vitest": "^4.1.9",
"xhr-mock": "2.5.1",
"zod": "4.4.3"
},
"workspaces": [
"packages/*",
"packages/cqrs-clients/*",
"packages/cqrs-clients/custom-types/binary/*",
"packages/cqrs-clients/custom-types/date/*",
"packages/cyberware/*",
"packages/feature-flags/*",
"packages/linters/*",
"packages/pipe-clients/*",
"examples/*"
],
"nx": {
"includedScripts": []
},
"scripts": {
"prepare": "husky"
}
}