-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
{
"name": "honeycombs-packages",
"private": true,
"scripts": {
"build": "rollup -c",
"release": "lerna publish --skip-npm --yes",
"pretest": "yarn build",
"test": "nyc ava --verbose",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint .",
"flow": "flow"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"ava": "^1.0.0-rc.1",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.0",
"coveralls": "^3.0.2",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-flowtype": "^3.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"esm": "^3.0.84",
"flow-bin": "^0.83.0",
"flow-typed": "^2.5.1",
"lerna": "^3.4.3",
"most": "^1.7.3",
"nyc": "^13.1.0",
"prettier": "^1.14.3",
"ramda": "^0.25.0",
"react": "^16.5.2",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0"
}
}