-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.68 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
60
61
{
"name": "@indec/react-form-builder",
"version": "0.1.0",
"description": "A library to generate forms in react based on a json description",
"private": false,
"main": "src/index.js",
"scripts": {
"test": "eslint ./",
"precommit": "npm test",
"commitmsg": "commitlint -e"
},
"dependencies": {
"rc-time-picker": "^3.3.1",
"react-bootstrap": "^0.32.1",
"react-bootstrap-date-picker": "github:maxaggedon/react-bootstrap-date-picker"
},
"devDependencies": {
"@commitlint/cli": "^6.1.2",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.1",
"babel-loader": "^7.1.3",
"babel-plugin-lodash": "^3.3.2",
"babel-preset-react-native": "^4.0.0",
"eslint": "4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"husky": "^0.14.3",
"prop-types": "^15.6.1",
"react-fontawesome": "1.6.1"
},
"peerDependencies": {
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react": "^>=16.2.0",
"rc-time-picker": "^3.3.1",
"react-bootstrap": "^0.32.1",
"bootstrap-sass": "^3.3.7",
"react-bootstrap-date-picker": "github:maxaggedon/react-bootstrap-date-picker"
},
"keywords": [
"react",
"questions",
"form",
"survey",
"census",
"builder"
],
"author": "INDEC (https://github.com/indec-it)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/indec-it/react-form-builder.git"
},
"bugs": {
"url": "https://github.com/indec-it/react-form-builder/issues"
},
"homepage": "https://github.com/indec-it/react-form-builder"
}