-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.29 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
{
"name": "react-fieldset",
"version": "4.0.0",
"description": "Declarative field naming and props providing in complex tree-data forms",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/realiarthur/react-fieldset.git"
},
"scripts": {
"start": "webpack serve -c ./examples/webpack.config.js",
"build": "NODE_ENV=development rollup -c"
},
"keywords": [
"react",
"form",
"field",
"naming",
"field group",
"fieldset",
"name",
"context",
"forms",
"fields",
"fields group",
"field set",
"formik",
"final form"
],
"author": "realiarthur",
"license": "MIT",
"bugs": {
"url": "https://github.com/realiarthur/react-fieldset/issues"
},
"homepage": "https://github.com/realiarthur/react-fieldset#readme",
"peerDependencies": {
"react": "^16.14.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"formik": "^2.2.6",
"react-dom": "^16.14.0",
"rollup": "^2.45.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
}
}