-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.4 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
50
51
52
53
{
"name": "@shm-open/eslint-config-bundle",
"version": "1.9.13",
"description": "",
"main": "base.js",
"files": [
"*.js",
"README.md"
],
"scripts": {
"release": "npm test && standard-version && git push --follow-tags origin master && npm publish",
"build": "echo \"no build needed\"",
"test": "eslint test | node test/check-test-result.js"
},
"repository": {
"type": "git",
"url": "https://github.com/shm-open/eslint-config-bundle.git"
},
"keywords": [
"eslint",
"tslint",
"typescript",
"prettier",
"config"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/react": "17.0.83",
"react": "18.3.1",
"react-native": "0.76.4",
"standard-version": "9.5.0",
"typescript": "4.9.5"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-eslint": "10.1.0",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-deprecation": "1.5.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-native": "4.1.0",
"eslint-plugin-taro": "3.3.20",
"prettier": "2.8.8"
}
}