-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
110 lines (110 loc) · 3.03 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
{
"name": "@nordcloud/eslint-config-pat",
"version": "9.5.1",
"description": "Shareable ESLint config for PAT projects",
"author": "Nordcloud Engineering",
"license": "MIT",
"homepage": "https://github.com/nordcloud/eslint-config-pat#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nordcloud/eslint-config-pat.git"
},
"bugs": {
"url": "https://github.com/nordcloud/eslint-config-pat/issues"
},
"main": "index.js",
"files": [
"index.js",
"prettier.config.js",
"stylelint.config.js",
"mixins/**/*.js",
"patch/*.js",
"profile/*.js"
],
"keywords": [
"eslint",
"eslintconfig",
"react",
"typescript",
"styleguide"
],
"engines": {
"node": "^18"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it",
"should-semantic-release": "should-semantic-release --verbose",
"lint": "eslint . --report-unused-disable-directives"
},
"peerDependencies": {
"eslint": ">=9.0.0",
"prettier": ">=3.0.0",
"stylelint": "^13.12.0",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"typescript": ">=4.9.0"
},
"peerDependenciesMeta": {
"prettier": {
"optional": true
},
"stylelint": {
"optional": true
},
"stylelint-config-recommended": {
"optional": true
},
"stylelint-config-styled-components": {
"optional": true
},
"stylelint-processor-styled-components": {
"optional": true
}
},
"dependencies": {
"@graphql-eslint/eslint-plugin": "^4.2.0",
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-jsdoc": "^50.6.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-testing-library": "^7.0.0",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-yml": "^1.16.0",
"stylelint-config-prettier": "^9.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@release-it/conventional-changelog": "^7.0.1",
"@types/stylelint": "^14.0.0",
"eslint": "^9.16.0",
"graphql": "^16.8.0",
"prettier": "^3.4.1",
"release-it": "^16.1.5",
"should-semantic-release": "^0.1.1",
"typescript": "^5.7.2"
},
"overrides": {
"@babel/traverse": "~7.23.2",
"pac-resolver": "~7.0.1",
"socks": "~2.8.3",
"@graphql-tools/url-loader": "~8.0.0",
"eslint-plugin-vitest": {
"@typescript-eslint/utils": "~8.16.0"
}
}
}