-
Notifications
You must be signed in to change notification settings - Fork 541
/
package.json
77 lines (77 loc) · 2.09 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
{
"name": "react-forms-builder",
"version": "0.0.3",
"description": "A complete form builder for react.",
"main": "lib/app.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register --recursive",
"start": "webpack-dev-server --hot --inline",
"dist": "webpack -p --config webpack.production.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackjk3/react-form-builder.git"
},
"keywords": [
"react",
"react-component",
"form",
"builder",
"ui",
"drag",
"drop"
],
"author": "Jason Kadrmas",
"license": "MIT",
"dependencies": {
"classnames": "^2.1.3",
"fbemitter": "^2.0.0",
"jquery": "^3.2.1",
"moment": "^2.13.0",
"react-anything-sortable": "^0.2.2",
"react-bootstrap-native-slider": "2.0.1",
"react-datepicker": "^0.27.0",
"react-select": "^0.5.5",
"react-signature-pad": "0.0.6",
"react-sortable-items": "0.0.7",
"react-star-rating": "git+https://github.com/blackjk3/react-star-rating.git",
"react-textarea-autosize": "^2.3.1",
"reflux": "^0.2.8",
"xss": "^0.2.13"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"babel": "6.23.0",
"babel-core": "6.24.1",
"babel-loader": "6.4.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-register": "6.24.1",
"canvas": "1.6.5",
"css-loader": "^0.16.0",
"draft-js": "^0.10.0",
"draftjs-to-html": "^0.6.1",
"immutable": "^3.8.1",
"jsdom": "3.1.2",
"mocha": "^3.3.0",
"mocha-jsdom": "^1.1.0",
"node-libs-browser": "^1.0.0",
"node-sass": "^3.8.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-draft-wysiwyg": "1.7.0",
"react-hot-loader": "^1.2.7",
"react-tools": "0.13.3",
"sass-loader": "^2.0.1",
"source-map": "^0.5.6",
"style-loader": "^0.12.3",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"bugs": {
"url": "https://github.com/blackjk3/react-form-builder/issues"
},
"homepage": "https://github.com/blackjk3/react-form-builder#readme"
}