-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
60 lines (60 loc) · 1.96 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
55
56
57
58
59
60
{
"private": true,
"workspaces": [
"packages/*",
"examples/**",
"reshadow"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lttb/reshadow.git"
},
"author": "Kenzhaev Artur <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/lttb/reshadow/issues"
},
"homepage": "https://reshadow.dev",
"scripts": {
"build": "npx lerna run --scope '@reshadow/*' build && npx lerna run --scope 'reshadow' build",
"test": "jest",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint --ext .jsx,.js ."
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.1",
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/plugin-transform-modules-commonjs": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/preset-flow": "7.9.0",
"@babel/preset-react": "7.9.4",
"babel-eslint": "10.1.0",
"babel-jest": "25.4.0",
"babel-plugin-module-resolver": "^3.2.0",
"copyfiles": "^2.1.1",
"coveralls": "^3.0.5",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-flowtype": "^3.12.1",
"eslint-plugin-import": "^2.18.1",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-standard": "^4.0.0",
"extract-loader": "^3.1.0",
"file-loader": "^4.1.0",
"flow-bin": "^0.103.0",
"jest": "25.4.0",
"jest-environment-enzyme": "7.1.2",
"jest-enzyme": "7.1.2",
"lerna": "^3.16.1",
"prettier": "^1.18.2",
"rollup": "^1.17.0",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0"
}
}