-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.22 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
{
"name": "@greenroom-robotics/eslint-config",
"version": "0.0.4",
"description": "Eslint config for typescript & prettier",
"main": "./.eslintrc.js",
"author": "Greenroom Robotics",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Greenroom-Robotics/eslint-config"
},
"scripts": {
"lint": "cd test && eslint .",
"checkNpm": "npm pack --dry-run"
},
"peerDependencies": {
"typescript": "*"
},
"dependencies": {
"@greenroom-robotics/eslint-config-standard-typescript-prettier": "^7.0.0",
"@rushstack/eslint-patch": "^1.10.2",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "^3.2.5"
},
"devDependencies": {
"typescript": "~5.4.5"
}
}