-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.93 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.3.1",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.22",
"@material/elevation": "^3.1.0",
"@material/icon-button": "^3.1.0",
"@material/react-button": "^0.15.0",
"@material/react-card": "^0.15.0",
"@material/react-checkbox": "^0.15.0",
"@material/react-chips": "^0.15.0",
"@material/react-dialog": "^0.15.0",
"@material/react-drawer": "^0.15.0",
"@material/react-floating-label": "^0.15.0",
"@material/react-icon-button": "^0.15.0",
"@material/react-layout-grid": "^0.15.0",
"@material/react-line-ripple": "^0.15.0",
"@material/react-linear-progress": "^0.15.0",
"@material/react-list": "^0.15.0",
"@material/react-material-icon": "^0.15.0",
"@material/react-menu": "^0.15.0",
"@material/react-menu-surface": "^0.15.0",
"@material/react-notched-outline": "^0.15.0",
"@material/react-radio": "^0.15.0",
"@material/react-ripple": "^0.15.0",
"@material/react-select": "^0.15.0",
"@material/react-snackbar": "^0.15.0",
"@material/react-switch": "^0.15.0",
"@material/react-tab": "^0.15.0",
"@material/react-tab-bar": "^0.15.0",
"@material/react-tab-indicator": "^0.15.0",
"@material/react-tab-scroller": "^0.15.0",
"@material/react-text-field": "^0.15.0",
"@material/react-top-app-bar": "^0.15.0",
"@material/react-typography": "^0.15.0",
"axios": "^0.19.0",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"node-sass": "^4.12.0",
"package.json": "^2.0.1",
"plotly.js": "^1.49.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-plotly.js": "^2.3.0",
"react-scripts": "3.0.1",
"react-svg": "^10.0.14",
"react-swipeable-views": "^0.13.3"
},
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --open",
"build": "NODE_ENV=production webpack --config webpack.config.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.6",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"sass-loader": "^7.3.1",
"style-loader": "^1.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.1.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0"
}
}