-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.66 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
54
55
56
57
58
59
{
"name": "@wpmedia/eslint-config-themes",
"version": "0.0.1",
"keywords": [
"javascript",
"ecmascript",
"eslint",
"lint",
"config"
],
"description": "The eslint and prettier setup for themes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wpmedia/eslint-config-themes.git"
},
"author": "jackhowa",
"license": "ISC",
"bugs": {
"url": "https://github.com/wpmedia/eslint-config-themes/issues"
},
"peerDependencies": {
"@babel/core": "^7.16.10",
"@babel/eslint-parser": "^7.16.5",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-sort-exports": "^0.6.0",
"eslint": "^8.7.0",
"prettier": "2.5.1",
"typescript": "^2.9.2"
},
"devDependencies": {
"@babel/core": "^7.16.10",
"@babel/eslint-parser": "^7.16.5",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-sort-exports": "^0.6.0",
"eslint": "^8.7.0",
"prettier": "2.5.1",
"typescript": "^2.9.2"
},
"homepage": "https://github.com/wpmedia/eslint-config-themes#readme"
}