-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 986 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
28
29
30
31
32
33
34
35
36
37
{
"name": "react-callable",
"version": "1.2.7",
"main": "dist/index.js",
"repository": "https://github.com/ShiiRochi/react-callable.git",
"keywords": [
"react",
"callable",
"react-callable"
],
"author": "ShiiRochi <[email protected]>",
"scripts": {
"clean": "rimraf dist",
"build": "babel src --out-dir dist",
"prepublish": "npm run clean && npm run build"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-flowtype": "^3.7.0",
"eslint-plugin-react": "^7.13.0",
"flow-bin": "^0.98.0",
"rimraf": "^2.6.3"
},
"peerDependencies": {
"react": "15.x || 16.x",
"react-dom": "15.x || 16.x"
}
}