-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.52 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
{
"name": "@weahead/tooling-react",
"version": "0.2.0",
"description": "We aheads collection of tooling packages for React projects.",
"author": "We ahead <[email protected]>",
"license": "X11",
"files": [
"package.json",
"README.md",
"scripts/*"
],
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@commitlint/prompt-cli": "8.2.0",
"@weahead/commitlint-config": "0.3.1",
"@weahead/eslint-config-react": "0.13.1",
"@weahead/husky-config": "0.6.1",
"@weahead/lint-staged-config": "0.6.1",
"@weahead/markdownlint-config": "0.2.1",
"@weahead/prettier-config": "0.3.1",
"babel-eslint": "10.0.3",
"commitizen": "4.0.3",
"cz-conventional-changelog": "3.0.2",
"eslint": "6.6.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-jest": "23.3.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-react-hooks": "2.2.0",
"eslint-plugin-simple-import-sort": "4.0.0",
"husky": "3.0.9",
"jest": "24.9.0",
"lint-staged": "9.4.2",
"markdownlint-cli": "0.19.0",
"package-change-checker": "1.2.4",
"prettier": "1.18.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weahead/tooling-react.git"
},
"bugs": {
"url": "https://github.com/weahead/tooling-react/issues"
},
"homepage": "https://github.com/weahead/tooling-react#readme"
}