-
-
Notifications
You must be signed in to change notification settings - Fork 174
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "prettier-eslint",
"version": "0.0.0-development",
"description":
"Formats your JavaScript using prettier followed by eslint --fix",
"main": "dist/index.js",
"scripts": {
"start": "nps",
"test": "nps test",
"precommit": "opt --in pre-commit --exec \"npm start validate\""
},
"files": ["dist"],
"keywords": [],
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
"maintainers": ["Simon Fridlund <simon@fridlund.email>"],
"license": "MIT",
"dependencies": {
"common-tags": "^1.4.0",
"dlv": "^1.1.0",
"eslint": "^4.0.0",
"indent-string": "^3.2.0",
"lodash.merge": "^4.6.0",
"loglevel-colored-level-prefix": "^1.0.0",
"prettier": "^1.7.0",
"pretty-format": "^22.0.3",
"require-relative": "^0.8.7",
"typescript": "^2.5.1",
"typescript-eslint-parser": "^11.0.0"
},
"devDependencies": {
"all-contributors-cli": "^4.4.0",
"babel-cli": "^6.26.0",
"babel-core": "6.26.0",
"babel-jest": "^22.0.3",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"chalk": "^2.1.0",
"eslint-config-kentcdodds": "^13.0.1",
"husky": "^0.14.3",
"jest-cli": "^22.0.3",
"nps": "^5.7.1",
"nps-utils": "^1.3.0",
"opt-cli": "^1.5.2",
"prettier-eslint-cli": "^4.2.1",
"rimraf": "^2.5.4",
"strip-indent": "^2.0.0"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/prettier/prettier-eslint.git"
},
"bugs": {
"url": "https://github.com/prettier/prettier-eslint/issues"
},
"homepage": "https://github.com/prettier/prettier-eslint#readme"
}