-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.21 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
{
"name": "mirage-mc",
"version": "0.4.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.9",
"@mui/utils": "^5.14.6",
"@mui/x-date-pickers": "^6.0.0",
"@react-spring/web": "^9.7.1",
"@reduxjs/toolkit": "^1.9.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.3.2",
"canvas-to-image": "^2.2.5",
"d3": "^7.8.2",
"dayjs": "^1.11.7",
"dom-to-image": "^2.6.0",
"export-to-csv": "^0.2.1",
"firebase": "^9.16.0",
"flexlayout-react": "^0.7.9",
"html-to-image": "^1.11.11",
"intl": "^1.2.5",
"lodash": "^4.17.21",
"lp-react-virtualized-auto-sizer-react-18": "^1.0.7",
"material-react-table": "^1.14.0",
"moment": "^2.29.4",
"notistack": "^2.0.8",
"plotly.js": "^2.18.2",
"react": "^18.2.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.2.0",
"react-globe.gl": "^2.24.3",
"react-grid-layout": "^1.3.4",
"react-intl": "^6.2.7",
"react-ios-pwa-prompt": "^1.8.4",
"react-plotly.js": "^2.6.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.0",
"react-scripts": "^5.0.1",
"react-viewport-list": "^6.3.0",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.8",
"redux": "^4.2.1",
"redux-undo": "^1.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"base-shell": "^2.5.10",
"gh-pages": "^5.0.0",
"material-ui-shell": "^3.4.9",
"tailwindcss": "^3.2.4"
},
"homepage": "./"
}