This repository has been archived by the owner on May 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
56 lines (56 loc) · 1.5 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
{
"name": "react-form-builder",
"version": "0.1.28",
"description": "A Form Building library for React.js",
"homepage": "https://github.com/quri/react-form-builder",
"keywords": [
"react",
"react-component",
"form",
"forms"
],
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/quri/react-form-builder.git"
},
"bugs": "https://github.com/quri/react-form-builder/issues",
"directories": {
"example": "examples"
},
"authors": [
"Brian Dittmer",
"Pol Miro",
"Loïc Chollier"
],
"license": "MIT",
"scripts": {
"examples": "webpack-dev-server --config ./examples/webpack.config.js",
"build-npm": "rm -rf ./lib && cp -R ./src ./lib && coffee -b -c --no-header ./lib/**/* && rm ./lib/**/**/*.coffee ./lib/**/*.coffee && babel ./lib --out-dir ./lib",
"build-umd": "webpack"
},
"devDependencies": {
"babel": "^4.7.13",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.1",
"jsx-loader": "^0.12.1",
"pushstate-server": "^0.2.0",
"react-hot-loader": "^1.1.7",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.5"
},
"dependencies": {
"classnames": "^2.2.3",
"lodash": "^4.0.0",
"marked": "^0.3.2",
"react-addons-create-fragment": "^15.3.0",
"react-addons-update": "^15.3.0",
"react-bootstrap": "^0.16.1",
"react-bootstrap-datetimepicker": "^0.0.22",
"shallowequal": "^0.2.2",
"underscore.string": "^3.2.3"
},
"peerDependencies": {
"react": ">=0.15"
}
}