-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.7 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.7 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
{
"name": "@atolye15/eslint-config",
"version": "2.0.0",
"description": "Atolye15 shareable config for ESLint.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/atolye15/eslint-config.git"
},
"type": "module",
"main": "./index.js",
"exports": {
".": "./index.js",
"./base": "./base.js",
"./jest": "./jest.js",
"./storybook": "./storybook.js",
"./react": "./react.js",
"./next": "./next.js",
"./node": "./node.js",
"./vitest": "./vitest.js",
"./package.json": "./package.json"
},
"peerDependencies": {
"eslint": "^10.0.0",
"jest": "^30.2.0",
"prettier": "^3.8.1",
"storybook": "^10.2.9",
"typescript": "^5.9.3"
},
"peerDependenciesMeta": {
"jest": {
"optional": true
},
"storybook": {
"optional": true
}
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
"@vitest/eslint-plugin": "^1.6.0",
"@next/eslint-plugin-next": "^15.3.3",
"@eslint/js": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-storybook": "^10.2.9",
"eslint-plugin-testing-library": "^7.15.4",
"typescript-eslint": "^8.56.0"
},
"devDependencies": {
"eslint": "^10.0.0",
"jest": "^30.2.0",
"prettier": "^3.8.1",
"storybook": "^10.2.9",
"typescript": "^5.9.3"
}
}