-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"version": "25.0.0",
"name": "@the-web-team/eslint-config",
"repository": {
"type": "git",
"url": "https://github.com/the-web-team/eslint-config.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"eslint-config-next": "^13.4.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prefer-arrow-functions": "3.1.4",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-sort-exports": "0.8.0"
},
"devDependencies": {
"eslint": "^8.41.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0"
},
"peerDependencies": {
"eslint": "8.41.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0"
}
}