-
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.19",
"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.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d",
"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.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"typescript-eslint": "^8.18.1"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.2",
"eslint": "^9.17.0",
"knip": "^5.41.1",
"lefthook": "^1.10.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"peerDependencies": {
"eslint": "^9.17.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0"
}
}