-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
86 lines (86 loc) · 2.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "react-json-form-engine",
"version": "2.0.6",
"author": "Mike Chabot",
"license": "MIT",
"main": "index.js",
"scripts": {
"prepublishOnly": "npm run build && git add . && git commit -m \"Packaging assets\" && npm version patch && git push origin",
"build": "rm -rf ./dist && node build-css.js && babel src -d dist",
"storybook": "npm run build && start-storybook -p 6006",
"build-storybook": "npm run build && build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikechabot/react-json-form-engine.git"
},
"keywords": [
"reactjs",
"react forms",
"react-forms",
"forms",
"json forms",
"mobx forms",
"json schema forms",
"conditional forms",
"validate forms",
"web forms",
"smart forms"
],
"bugs": {
"url": "https://github.com/mikechabot/react-json-form-engine/issues"
},
"homepage": "http://mikechabot.github.io/react-json-form-engine-storybook",
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^5.0.5",
"@storybook/addon-knobs": "^5.0.5",
"@storybook/addon-links": "^5.0.5",
"@storybook/addon-options": "^5.0.5",
"@storybook/addons": "^5.0.5",
"@storybook/react": "^5.0.5",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1",
"bulma": "^0.7.4",
"core-js": "^3.0.0",
"eslint": "^5.15.3",
"eslint-config-prettier": "^4.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0",
"node-sass": "^4.11.0",
"postcss": "^7.0.14",
"postcss-prefix-selector": "^1.7.1",
"postcss-prefixer": "^2.1.1",
"prettier": "^1.16.4",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-regular-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"api-check": "^7.5.5",
"lodash": "^4.17.11",
"maybe-baby": "^1.1.8",
"mobx": "^5.9.4",
"mobx-react": "^5.4.3",
"prop-types": "^15.7.2",
"react-datepicker": "^2.4.0",
"react-tabify": "^0.1.25"
}
}