forked from itaylor/thunk-centric-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 898 Bytes
/
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
{
"scripts": {
"build": "node node_modules/.bin/lerna run build",
"lint": "node node_modules/.bin/eslint packages --max-warnings 0",
"test": "CI=true node node_modules/.bin/lerna run test",
"pretest": "yarn run lint",
"lerna": "node node_modules/.bin/lerna"
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@octokit/request-error": "^1.0.4",
"babel-jest": "^24.8.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^22.6.4",
"jest": "^24.8.0",
"lerna": "^3.15.0",
"rollup": "^1.15.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.2"
},
"dependencies": {}
}