-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.67 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
{
"name": "material-ui-playroom",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "playroom start",
"build": "playroom build",
"postinstall": "patch-package"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@babel/register": "^7.9.0",
"@date-io/core": "^1.3.13",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.9.8",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.47",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.9.6",
"autosuggest-highlight": "^3.1.1",
"babel-loader": "^8.2.2",
"cross-fetch": "^3.0.6",
"css-mediaquery": "^0.1.2",
"date-fns": "^2.17.0",
"fg-loadcss": "^3.1.0",
"glob": "^7.1.6",
"json2mq": "^0.2.0",
"lodash": "^4.17.21",
"material-table": "^1.69.1",
"material-ui-popup-state": "^1.6.1",
"notistack": "^1.0.5",
"parse-prop-types": "^0.3.0",
"playroom": "^0.23.0",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.3",
"react-is": "^16.13.1",
"react-number-format": "^4.4.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-spring": "^8.0.27",
"react-swipeable-views": "^0.13.9",
"react-text-mask": "^5.4.3",
"react-virtualized": "^9.22.2",
"react-window": "^1.8.5",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@packtracker/webpack-plugin": "^2.3.0",
"patch-package": "^6.4.0"
}
}