-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
59 lines (59 loc) · 1.6 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
{
"name": "redux-form-antd",
"version": "3.2.3",
"description": "antd redux form bindings",
"main": "./lib/index.js",
"jsnext:main": "./es/index.js",
"homepage": "https://zhdmitry.github.io/redux-form-antd",
"repository": {
"type": "git",
"url": "https://github.com/zhdmitry/redux-form-antd"
},
"scripts": {
"build": "npm run build:lib && npm run build:es",
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
"build:lib": "babel src --out-dir lib",
"deploy": "gh-pages -d storybook-static",
"predeploy": "npm run build-storybook",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"t": "echo 1"
},
"peerDependencies": {
"antd": "^3.2.1",
"react": "^16.8.6",
"redux-form": "^8.2.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@storybook/addon-actions": "^4.1.18",
"@storybook/addon-knobs": "^4.1.18",
"@storybook/addon-links": "^4.1.18",
"@storybook/react": "^4.1.18",
"antd": "^3.26.16",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "0.2.1",
"cross-env": "^5.2.1",
"eslint": "3.19.0",
"eslint-loader": "1.7.1",
"gh-pages": "^2.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-form": "^8.3.5",
"yargs": "7.1.0"
},
"keywords": [
"redux-form",
"antd",
"bindings"
],
"author": "zherebko dmitry",
"license": "MIT",
"bugs": {}
}