-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
65 lines (65 loc) · 1.61 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
62
63
64
65
{
"name": "@uportal/form-builder",
"description": "Create html input forms on the fly",
"version": "1.3.2",
"repository": {
"type": "git",
"url": "git+https://github.com/uPortal-contrib/form-builder.git"
},
"files": [
"build",
"src"
],
"author": "Apereo <uportal-dev@apereo.org>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/uPortal-contrib/form-builder/issues"
},
"homepage": "https://github.com/uPortal-contrib/form-builder",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@christianmurphy/reactive-elements": "^1.0.3",
"@fortawesome/react-fontawesome": "^0.1.2",
"@uportal/open-id-connect": "^1.8.0",
"bootstrap": "^4.3.1",
"lodash.get": "^4.4.2",
"prop-types": "^15.6.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-jsonschema-form": "1.2.1",
"regenerator-runtime": "^0.13.0"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0",
"@fortawesome/free-solid-svg-icons": "^5.1.0",
"react-scripts": "2.1.5",
"rewire": "^4.0.1"
},
"scripts": {
"prepublishOnly": "npm run build",
"start": "react-scripts start",
"build": "./scripts/build-non-split.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"renovate": {
"extends": [
"schedule:weekly",
"group:all",
":rebaseStalePrs",
":preserveSemverRanges",
":semanticPrefixChore",
":ignoreUnstable",
":renovatePrefix"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie < 11",
"Edge",
"not op_mini all"
]
}