forked from absinthe-graphql/absinthe-socket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 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
{
"name": "absinthe-socket",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "eslint --rule 'flowtype-errors/show-errors: error'"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"devDependencies": {
"@babel/core": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.2.1",
"@babel/plugin-transform-runtime": "7.2.0",
"@babel/preset-env": "7.2.0",
"@babel/preset-flow": "7.0.0",
"@commitlint/cli": "7.2.1",
"@commitlint/config-conventional": "7.1.2",
"@commitlint/config-lerna-scopes": "7.2.1",
"@commitlint/prompt-cli": "7.2.1",
"babel-eslint": "10.0.1",
"doctoc": "1.4.0",
"documentation": "9.0.0",
"eslint": "5.10.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "3.3.0",
"eslint-plugin-flowtype": "3.2.0",
"eslint-plugin-flowtype-errors": "3.6.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-prettier": "3.0.0",
"flow-bin": "0.89.0",
"flow-copy-source": "2.0.2",
"flow-typed": "2.5.1",
"globby": "8.0.1",
"husky": "1.2.0",
"lerna": "3.6.0",
"lint-staged": "8.1.0",
"pascal-case": "2.0.1",
"pkg-to-readme": "1.1.0",
"prettier": "1.15.3",
"rollup": "0.67.4",
"rollup-plugin-babel": "4.1.0",
"rollup-plugin-commonjs": "9.2.0",
"rollup-plugin-node-resolve": "4.0.0"
},
"dependencies": {
"phoenix": "1.4.1"
}
}