-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
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
{
"name": "dynamic-forms-react",
"version": "1.0.1",
"description": "A react package to use dynamic_forms gem",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && babel src/ --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/densitylabs/dynamic-forms-react.git"
},
"author": "Yan Carlos Marin Osorio",
"license": "ISC",
"bugs": {
"url": "https://github.com/densitylabs/dynamic-forms-react/issues"
},
"homepage": "https://github.com/densitylabs/dynamic-forms-react#readme",
"peerDependencies": {
"react": "^16.6.1",
"react-dom": "^16.6.3"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"react": "^16.6.1",
"react-dom": "^16.6.3"
},
"dependencies": {
"bootstrap": "^4.3.1",
"formik": "^1.5.8",
"reactstrap": "^8.0.1",
"yup": "^0.27.0",
"react-jsonschema-form": "^1.8.0",
"axios": "^0.19.0"
}
}