-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.99 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
{
"$schema": "https://json.schemastore.org/package",
"name": "@foray1010/eslint-config",
"version": "13.0.2",
"homepage": "https://github.com/foray1010/common-presets/tree/master/packages/eslint-config#readme",
"bugs": "https://github.com/foray1010/common-presets/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/foray1010/common-presets.git",
"directory": "packages/eslint-config"
},
"license": "MIT",
"type": "module",
"exports": "./index.mjs",
"files": [
"**/*.{cjs,js,json,mjs}",
"*.md"
],
"scripts": {
"type:check": "tsc"
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@eslint/js": "^9.9.1",
"@foray1010/common-presets-utils": "workspace:^",
"confusing-browser-globals": "^1.0.11",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-compat": "^6.0.0",
"eslint-plugin-functional": "^7.0.2",
"eslint-plugin-import-x": "^4.1.0",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-testing-library": "^7.0.0",
"eslint-plugin-unicorn": "^56.0.0",
"globals": "^15.9.0",
"typescript-eslint": "^8.3.0"
},
"devDependencies": {
"@types/confusing-browser-globals": "1.0.3",
"@types/eslint": "9.6.1",
"@types/eslint__js": "8.42.3"
},
"peerDependencies": {
"@testing-library/dom": "^10.0.0",
"eslint": "^9.0.0",
"prettier": "^3.0.0",
"typescript": "^5.0.2"
},
"peerDependenciesMeta": {
"@testing-library/dom": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"node": "^18.18.0 || >=20.9.0"
},
"publishConfig": {
"access": "public"
}
}