-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.5 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
{
"name": "@nihalgonsalves/esconfig",
"version": "0.10.20",
"description": "Shared ECMAScript Config (TS, Lint, Prettier)",
"main": "index.js",
"repository": "[email protected]:nihalgonsalves/esconfig.git",
"author": "Nihal Gonsalves <[email protected]>",
"license": "MIT",
"type": "module",
"packageManager": "[email protected]+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
"files": [
"eslint.config.shared.js",
"eslint.config.shared.d.ts",
"eslint.config.react-shared.js",
"eslint.config.react-shared.d.ts",
"tsconfig.shared.json"
],
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"format": "prettier . --write",
"format:check": "prettier . --check"
},
"dependencies": {
"@eslint/js": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"typescript-eslint": "^8.22.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.13.0",
"eslint": "^9.19.0",
"knip": "^5.43.6",
"lefthook": "^1.10.10",
"prettier": "^3.4.2",
"typescript": "^5.7.3"
},
"peerDependencies": {
"eslint": "^9.17.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0"
}
}