forked from absinthe-graphql/absinthe-socket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.41 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.41 KB
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": "absinthe-socket",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"precommit": "lint-staged",
"commit": "commit",
"commitmsg": "commitlint -e"
},
"lint-staged": {},
"devDependencies": {
"@commitlint/cli": "4.3.0",
"@commitlint/config-angular": "4.3.0",
"@commitlint/config-lerna-scopes": "4.3.0",
"@commitlint/prompt-cli": "4.3.0",
"babel-eslint": "8.0.2",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.6.1",
"babel-preset-flow": "6.23.0",
"babel-preset-stage-0": "6.24.1",
"create-index": "2.2.0",
"doctoc": "1.3.0",
"documentation": "5.3.3",
"eslint": "4.10.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-config-prettier": "2.7.0",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-flowtype-errors": "3.3.5",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-prettier": "2.3.1",
"flow-bin": "0.59.0",
"flow-copy-source": "1.2.1",
"flow-typed": "2.2.3",
"globby": "6.1.0",
"husky": "0.14.3",
"in-publish": "2.0.0",
"lerna": "2.5.1",
"lint-staged": "4.3.0",
"pascal-case": "2.0.1",
"pkg-to-readme": "1.1.0",
"prettier": "1.8.2",
"rollup": "0.53.3",
"rollup-plugin-babel": "3.0.3",
"rollup-plugin-commonjs": "8.2.6",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-plugin-uglify": "2.0.1",
"uglify-es": "3.3.4"
}
}