-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.09 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.09 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
{
"name": "@code-pushup/eslint-config-workspace",
"private": true,
"type": "module",
"scripts": {
"prepare": "husky install",
"commit": "git-cz"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@commitlint/config-nx-scopes": "^20.5.0",
"@commitlint/cz-commitlint": "^20.5.1",
"@commitlint/types": "^20.5.0",
"@eslint/compat": "^2.0.1",
"@eslint/js": "^9.39.2",
"@graphql-eslint/eslint-plugin": "^4.4.0",
"@inquirer/prompts": "^8.4.1",
"@ngrx/eslint-plugin": "^21.0.1",
"@nx/eslint-plugin": "^22.6.4",
"@nx/js": "22.6.4",
"@swc-node/register": "~1.11.1",
"@swc/core": "~1.15.5",
"@swc/helpers": "~0.5.18",
"@types/node": "20.19.9",
"@types/semver": "^7.7.1",
"@types/yargs": "^17.0.33",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/eslint-plugin": "^1.6.6",
"angular-eslint": "^21.1.0",
"build-md": "^0.4.1",
"commitizen": "^4.3.1",
"compare-versions": "^6.1.0",
"eslint": "^9.39.2",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-cypress": "^5.2.1",
"eslint-plugin-functional": "^9.0.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.12.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^17.23.2",
"eslint-plugin-playwright": "^2.5.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-rxjs-x": "^0.8.4",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-storybook": "^10.1.11",
"eslint-plugin-testing-library": "^7.15.4",
"eslint-plugin-unicorn": "^62.0.0",
"globals": "^15.12.0",
"graphql": "^16.9.0",
"husky": "^8.0.0",
"jsonc-eslint-parser": "^3.1.0",
"nx": "22.6.4",
"prettier": "~3.6.2",
"semver": "^7.7.4",
"tslib": "^2.3.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.53.0",
"vite": "^8.0.0",
"vitest": "^3.2.4",
"yargs": "^18.0.0"
}
}