-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
55 lines (55 loc) · 1.48 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
{
"name": "plexus-form",
"version": "0.1.3",
"description": "A dynamic form component for react using JSON-Schema.",
"scripts": {
"start": "node server.js",
"gh-pages": "webpack --config ./config/webpack.gh-pages.js",
"deploy-gh-pages": "scripts/deploy.sh",
"dist": "webpack --config ./config/webpack.dist.js && webpack --config ./config/webpack.dist.min.js"
},
"keywords": [
"JSON-Schema",
"react",
"react-component",
"form"
],
"homepage": "https://github.com/AppliedMathematicsANU/plexus-form",
"bugs": {
"url": "https://github.com/AppliedMathematicsANU/plexus-form/issues"
},
"license": "MIT",
"author": {
"name": "Olaf Delgado-Friedrichs",
"email": "[email protected]"
},
"main": "dist/plexus-form.js",
"dependencies": {
"plexus-objective": "~0.0.1"
},
"peerDependencies": {
"react": ">=0.12.2 <1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/AppliedMathematicsANU/plexus-form.git"
},
"devDependencies": {
"css-loader": "^0.9.1",
"file-loader": "^0.8.1",
"highlight.js": "^8.4.0",
"html-loader": "^0.2.3",
"html-webpack-plugin": "^1.1.0",
"jsx-loader": "^0.12.2",
"marked": "^0.3.3",
"plexus-validate": "0.0.4",
"purecss": "^0.5.0",
"react-ghfork": "^0.3.0",
"react-hot-loader": "^1.1.6",
"style-loader": "^0.8.3",
"url-loader": "^0.5.5",
"webpack": "^1.6.0",
"webpack-dev-server": "^1.7.0",
"xtend": "^4.0.0"
}
}