-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "react-json-schema-form",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-cli": "^6.26.0",
"cross-env": "^5.0.1",
"react-scripts": "1.0.7",
"react-styleguidist": "^5.5.4"
},
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-schema-views": "^1.0.0",
"uuid": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"es5": "cross-env NODE_ENV=production babel ./src/components/ -d lib",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ineffablep/react-schema-form.git"
},
"keywords": [
"React",
"JSON",
"Schema",
"Parser",
"JS",
"Forms",
"Material Design",
"Flat Design",
"Windows 10 Design",
"Bootstrap Design"
],
"author": "Sireesh Pangaluri",
"license": "MIT",
"bugs": {
"url": "https://github.com/ineffablep/react-schema-form/issues"
},
"homepage": "https://github.com/ineffablep/react-schema-form#readme"
}