forked from michael-iglesias/material-ui-jsonschema-form
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
executable file
·138 lines (138 loc) · 4.17 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"author": "Graham King <gking2224@gmail.com>",
"contributors": [
"Seva Maltsev <sevamaltsev@gmail.com>"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,json,css,md}": [
"prettier --write",
"git add"
]
},
"scripts": {
"build": "NODE_ENV=production gulp build",
"test": "gulp test",
"lint": "eslint src/**/*.js src/**/*.jsx",
"start": "NODE_ENV=development webpack-dev-server",
"deploy": "npm run build && npm version patch && npm publish"
},
"license": "ISC",
"main": "index.js",
"name": "jsonschema-form-for-material-ui",
"version": "1.4.3",
"repository": {
"type": "git",
"url": "https://github.com/TwoAbove/jsonschema-form-for-material-ui.git"
},
"homepage": "https://github.com/TwoAbove/jsonschema-form-for-material-ui",
"bugs": {
"url": "https://github.com/TwoAbove/jsonschema-form-for-material-ui/issues"
},
"prettier": {
"semi": true,
"singleQuote": true
},
"keywords": [
"Material UI",
"react-jsonschema-form",
"jsonschema",
"json-schema",
"json",
"schema",
"form",
"react",
"material-ui"
],
"description": "Material UI implementation of react-jsonschema-form",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.3.2",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"chai-enzyme": "^1.0.0-beta.1",
"cheerio": "^1.0.0-rc.2",
"chokidar": "^2.1.2",
"codemirror": "^5.44.0",
"css-loader": "^2.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"eslint": "^5.15.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"express": "^4.16.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-mocha": "^6.0.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
"image-webpack-loader": "^4.6.0",
"jsdom": "^13.2.0",
"lint-staged": "^8.1.5",
"mocha": "^6.2.0",
"mochawesome": "^3.1.1",
"node-sass": "^4.12.0",
"prettier": "^1.16.4",
"proxyquire": "^2.1.0",
"raf": "^3.4.1",
"react-codemirror2": "^5.1.0",
"react-dom": "^16.8.3",
"react-hot-loader": "^4.7.2",
"sass-loader": "^7.1.0",
"sinon": "^7.2.7",
"sinon-chai": "^3.3.0",
"testdom": "^3.0.0",
"typeface-roboto": "0.0.54",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.2.3",
"webpack-dev-middleware": "^3.6.0",
"webpack-dev-server": "^3.2.1",
"webpack-hot-middleware": "^2.24.3"
},
"peerDependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"lodash": "^4.17.15",
"react": "^16.4.2"
},
"dependencies": {
"classnames": "^2.2.6",
"immutability-helper": "^3.0.0",
"prop-types": "^15.7.2",
"shortid": "^2.2.14"
}
}