-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "@t3n/eslint-config",
"version": "6.2.1",
"description": "ESLint config for t3n JS projects",
"scripts": {
"prettier:check": "lerna run prettier:check --parallel",
"lint": "eslint ./test/** && lerna run lint --parallel",
"upgrade-interactive": "npm-check -u"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/t3n/eslint-config.git"
},
"main": "index.js",
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.7.0",
"lerna": "^8.1.9",
"npm-check": "^6.0.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"react": "^18.3.1"
}
}