-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.37 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
{
"name": "@kittichanr/eslint-config-kittichanr",
"version": "0.3.0",
"main": "index.js",
"scripts": {
"release": "yarn publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kittichanr/eslint-config-kittichanr.git"
},
"author": "kittichanr",
"license": "MIT",
"bugs": {
"url": "https://github.com/kittichanr/eslint-config-kittichanr/issues"
},
"homepage": "https://github.com/kittichanr/eslint-config-kittichanr#readme",
"peerDependencies": {},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "5.48.2",
"app-root-path": "^3.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.3",
"stylelint": "^13.13.1",
"stylelint-config-sass-guidelines": "^9.0.1",
"typescript": "^4.9.4"
},
"description": ""
}