-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
57 lines (57 loc) · 1.62 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
{
"name": "megaqc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@date-io/moment": "^2.10.6",
"@holidayextras/jsonapi-client": "^1.0.0",
"@material-ui/core": "^4.11.2",
"@material-ui/pickers": "^3.2.10",
"axios": "^0.21.0",
"babel-loader": "^8.2.2",
"classnames": "^2.2.6",
"css-loader": "^5.0.1",
"date-fns": "^2.16.1",
"formik": "https://pkg.csb.dev/jaredpalmer/formik/commit/157603ab/formik",
"formik-effect": "^1.2.0",
"jsoneditor": "^9.1.4",
"jsoneditor-react": "^3.1.0",
"just-debounce-it": "^1.1.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"plotly.js": "^1.58.2",
"prop-types": "^15.7.2",
"ra-jsonapi-client": "github:tmiguelt/ra-jsonapi-client#github-publish",
"react": "^16.14.0",
"react-admin": "^3.10.2",
"react-datepicker": "^3.3.0",
"react-dom": "^16.14.0",
"react-plotly.js": "^2.5.1",
"reactstrap": "^8.7.1",
"regenerator-runtime": "^0.13.7",
"style-loader": "^1.3.0",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"yup": "^0.32.8"
},
"dependencies": {
"@rjsf/bootstrap-4": "^5.6.2",
"@rjsf/core": "^5.6.2",
"@rjsf/utils": "^5.6.2",
"@rjsf/validator-ajv8": "^5.6.2"
}
}