-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
30 lines (30 loc) · 1.01 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
{
"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",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"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.7.1",
"lerna": "^3.19.0",
"rollup": "^1.15.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.2",
"typescript": "^3.7.3"
},
"name": "thunk-centric-redux"
}