-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
166 lines (166 loc) · 5.81 KB
/
package.json
File metadata and controls
166 lines (166 loc) · 5.81 KB
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"author": "Vipin Tanna",
"homepage": "https://react-json-schema.app",
"repository": {
"type": "git",
"url": "git+https://github.com/vip-git/react-jsonschema-form-material-ui.git"
},
"bugs": {
"url": "https://github.com/vip-git/react-jsonschema-form-material-ui/issues"
},
"scripts": {
"postinstall": "cross-env FRAMEWORK_NAME=$FRAMEWORK_NAME UI_FRAMEWORK_NAME=$UI_FRAMEWORK_NAME node scripts/generator/index.js",
"build": "rollup -c",
"build:demo": "cross-env NODE_ENV=production webpack --config webpack.config.demo.js",
"generate:tests": "node scripts/generator/index.js --testsOnly",
"test": "node scripts/test.js --env=jsdom --config=jest.config.js --coverage",
"lint": "eslint src --fix",
"test:watch": "node scripts/test.js --env=jsdom --config=jest.config.js",
"heroku-postbuild": "npm run build:demo",
"now-build": "npm run build:demo",
"start:ci": "cross-env NODE_ENV=production node demo/web/react/server.js",
"start": "cross-env NODE_ENV=development node demo/web/react/server.js",
"start:demo": "npm run build:demo && npm start",
"start:demo:ci": "npm run build:demo && npm run start:ci",
"deploy:alpha": "npm run build && npm version prerelease --preid=alpha && npm publish",
"deploy": "npm run build && npm version patch && npm publish",
"test:e2e": "npx wdio run wdio.conf.js",
"test:e2e:browserstack:ci": "npx wdio run wdio-ci.conf.js",
"test:e2e:sauce:ci": "npx wdio run wdio-sauce-ci.conf.js",
"posttest": "npm run lint"
},
"pre-commit": [
"lint",
"test"
],
"dependencies": {
"@date-io/moment": "2.11.0",
"@react-jsonschema-form-interceptors/translate-currency": "2.0.0",
"@react-jsonschema-form-interceptors/translate-range-date": "2.0.0",
"@react-jsonschema-form-interceptors/translate-ratings": "2.0.0",
"@react-jsonschema-form-utils/enum-utils": "2.0.1",
"@react-jsonschema-form-utils/parse-values": "2.0.1",
"ajv": "6.12.6",
"body-parser": "1.19.0",
"brace": "0.11.1",
"braces": "3.0.2",
"classnames": "2.2.6",
"cross-env": "7.0.2",
"immutability-helper": "^2.6.5 || ^3.0.0",
"immutable": "3.8.2",
"is-hotkey": "0.1.6",
"lodash": "4.17.21",
"moment": "2.29.4",
"nanoid": "3.1.31",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-native": "0.65.1",
"react-native-vector-icons": "8.1.0",
"react-native-paper": "4.9.2",
"react-native-select-dropdown": "1.2.0",
"typeface-roboto": "0.0.75",
"url-shim": "1.0.1",
"util": "0.12.3",
"xstate": "4.19.2"
},
"description": "Material UI implementation of react-native-jsonschema-form with UI and XHR Schema.",
"devDependencies": {
"@babel/core": "7.14.0",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
"@babel/plugin-proposal-optional-chaining": "7.13.12",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-jsx": "^7.12.13",
"@babel/plugin-transform-modules-commonjs": "7.14.0",
"@babel/plugin-transform-runtime": "7.13.15",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.14.0",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@babel/register": "7.13.16",
"@babel/runtime": "7.12.5",
"@monaco-editor/react": "4.0.6",
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "8.2.1",
"@testing-library/react-hooks": "^5.1.2",
"@types/estree": "0.0.47",
"@types/jest": "26.0.21",
"@types/json-schema": "^7.0.8",
"@types/node": "15.6.1",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.1",
"autoprefixer": "10.2.1",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"cheerio": "1.0.0-rc.3",
"compression-webpack-plugin": "7.1.2",
"core-js": "3.8.2",
"css-hot-loader": "1.4.4",
"css-loader": "5.1.0",
"date-fns": "2.15.0",
"ejs": "3.1.7",
"enzyme": "3.11.0",
"enzyme-to-json": "3.6.2",
"eslint": "7.15.0",
"eslint-config-airbnb": "18.2.1",
"eslint-loader": "4.0.2",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-class-property": "1.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"express": "4.17.1",
"file-loader": "6.0.0",
"fs-extra": "10.0.0",
"gts": "3.1.0",
"html-webpack-plugin": "4.3.0",
"husky": "^6.0.0",
"image-webpack-loader": "6.0.0",
"jest": "26.6.3",
"jest-transform-stub": "2.0.0",
"jsdom": "16.5.3",
"mini-css-extract-plugin": "1.3.9",
"multiple-cucumber-html-reporter": "1.18.0",
"namor": "2.0.2",
"node-fetch": "2.6.7",
"node-sass": "7.0.0",
"postcss": "8.4.31",
"postcss-assets": "5.0.0",
"postcss-custom-properties": "^8.0.11",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-import": "14.0.0",
"postcss-loader": "4.1.0",
"postcss-nested": "5.0.3",
"postcss-normalize": "^10.0.0",
"pre-commit": "1.2.2",
"raf": "3.4.1",
"rollup": "2.50.1",
"rollup-plugin-terser": "^7.0.2",
"sass-loader": "11.0.1",
"shelljs": "0.8.5",
"testdom": "3.0.0",
"ts-jest": "26.5.5",
"typescript": "4.3.2",
"url-loader": "4.1.0",
"webpack": "5.15.0",
"webpack-bundle-analyzer": "4.3.0",
"webpack-cli": "4.3.1",
"webpack-dev-middleware": "4.1.0",
"webpack-hot-middleware": "2.25.0"
},
"license": "ISC",
"main": "index.js",
"name": "react-native-jsonschema-form-material-ui",
"peerDependencies": {
"immutability-helper": "^2.6.5 || ^3.0.0"
},
"version": "1.0.0-beta.0",
"directories": {
"doc": "docs"
},
"keywords": []
}