UNPKG

1 kBJSONView Raw
1{
2 "name": "@cosva-lab/form-builder",
3 "version": "1.4.2",
4 "description": "React form builder.",
5 "author": "andres112013",
6 "license": "MIT",
7 "homepage": "https://cosva-lab.github.io/form-builder",
8 "repository": "https://github.com/cosva-lab/form-builder.git",
9 "sideEffects": false,
10 "main": "./index.js",
11 "module": "./esm/index.js",
12 "typings": "./index.d.ts",
13 "engines": {
14 "node": ">=8",
15 "npm": ">=5"
16 },
17 "dependencies": {
18 "array-move": "^2.1.0",
19 "mobx": "^5.13.0",
20 "mobx-react": "^6.1.3",
21 "mobx-utils": "^5.5.2",
22 "react-sortable-hoc": "^1.10.1",
23 "recompose": "^0.30.0",
24 "validator": "^11.1.0"
25 },
26 "peerDependencies": {
27 "prop-types": "^15.5.4",
28 "react": "^15.0.0 || ^16.0.0",
29 "react-dom": "^15.0.0 || ^16.0.0",
30 "@material-ui/core": "^4.4.3",
31 "@material-ui/icons": "^4.4.3",
32 "@material-ui/styles": "^4.4.3"
33 },
34 "publishConfig": {
35 "access": "public"
36 },
37 "private": false,
38 "jsnext:main": "./esm/index.js"
39}
\No newline at end of file