forked from vip-git/universal-json-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwdio-package.json
185 lines (185 loc) · 6.26 KB
/
wdio-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
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"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": "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": "cross-env NODE_ENV=development node src/demo/server.js",
"start:demo": "npm run build:demo && npm start",
"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": "1.3.9",
"@material-ui/core": "4.11.2",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.58",
"@material-ui/pickers": "3.3.10",
"@react-jsonschema-form-components/material-radio-group": "2.0.1",
"@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",
"is-hotkey": "0.1.6",
"lodash": "4.17.21",
"moment": "2.27.0",
"nanoid": "3.1.23",
"postcss": "8.2.13",
"prop-types": "15.7.2",
"react": "^16 || ^17.0.1",
"react-dom": "^16 || ^17.0.1",
"react-hot-loader": "4.13.0",
"react-material-ui-5-date-range-picker": "1.0.12",
"react-number-format": "4.5.0",
"react-select": "4.1.0",
"slate": "0.47.9",
"slate-collapse-on-escape": "0.8.1",
"slate-html-serializer": "0.8.13",
"slate-plain-serializer": "0.7.13",
"slate-react": "0.22.9",
"slate-soft-break": "0.9.0",
"styled-components": "5.3.0",
"typeface-roboto": "0.0.75",
"url-shim": "1.0.1",
"util": "0.12.3"
},
"description": "Material UI implementation of react-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",
"@cucumber/cucumber": "7.0.0",
"@monaco-editor/react": "4.0.6",
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "8.2.1",
"@types/estree": "0.0.47",
"@types/jest": "26.0.21",
"@types/node": "15.6.1",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"@wdio/allure-reporter": "7.4.2",
"@wdio/browserstack-service": "7.5.7",
"@wdio/cli": "7.5.7",
"@wdio/cucumber-framework": "7.5.3",
"@wdio/local-runner": "7.5.7",
"@wdio/sauce-service": "7.5.7",
"@wdio/spec-reporter": "7.5.7",
"@wdio/sync": "7.5.7",
"@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",
"chromedriver": "90.0.0",
"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.6",
"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",
"immutable": "3.8.2",
"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-sass": "5.0.0",
"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",
"selenium-webdriver": "4.0.0-beta.3",
"shelljs": "0.8.4",
"testdom": "3.0.0",
"ts-jest": "26.5.5",
"typescript": "4.3.2",
"url-loader": "4.1.0",
"wdio-cucumberjs-json-reporter": "2.0.4",
"wdio-chromedriver-service": "7.0.0",
"wdio-video-reporter": "3.1.1",
"webdriverio": "7.4.6",
"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-jsonschema-form-material-ui",
"peerDependencies": {
"immutability-helper": "^2.6.5 || ^3.0.0"
},
"version": "3.0.0-alpha.10",
"directories": {
"doc": "docs"
},
"keywords": []
}