forked from atelier-saulx/eslint-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 981 Bytes
/
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
{
"name": "@token-terminal/eslint-config",
"description": "JavaScript Standard Style React/JSX support - ESLint Shareable Config",
"version": "1.0.0",
"bugs": {
"url": "https://github.com/token-terminal/eslint-config/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.0.0",
"eslint-plugin-react": "^7.28.0"
},
"peerDependencies": {
"eslint": "^7.12.1",
"typescript": "^4.5.4"
},
"homepage": "https://github.com/token-terminal/eslint-config",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/token-terminal/eslint-config.git"
}
}