-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.84 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
60
61
62
63
64
65
{
"name": "eslint-config-thernandez",
"description": "ESLint rules definition",
"version": "0.0.43",
"license": "MIT",
"homepage": "https://github.com/THernandez03/eslint-config-thernandez#readme",
"main": "./dist/index.js",
"author": {
"name": "Tomás Hernández",
"url": "https://github.com/THernandez03"
},
"keywords": [
"eslint",
"config",
"file",
"rules"
],
"repository": {
"type": "git",
"url": "https://github.com/THernandez03/eslint-config-thernandez.git"
},
"bugs": {
"url": "https://github.com/THernandez03/eslint-config-thernandez/issues"
},
"files": [
"/dist"
],
"scripts": {
"build": "babel src --out-dir dist",
"prepublishOnly": "npm run build",
"release": "HUSKY=0 standard-version",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"dependencies": {
"@babel/eslint-parser": "^7.22.15",
"@babel/runtime": "7.23.1",
"@emotion/eslint-plugin": "^11.11.0",
"eslint": "8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^48.0.1"
},
"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "7.23.0",
"@commitlint/cli": "^17.7.1",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-preset-thernandez": "^0.0.28",
"commitlint-config-thernandez": "^0.0.6",
"eslint-config-thernandez": "^0.0.43",
"git-cz": "^4.9.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"standard-version": "^9.5.0"
}
}