-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
100 lines (100 loc) · 3.01 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
95
96
97
98
99
100
{
"name": "candig-data-portal",
"version": "0.1.0",
"private": true,
"homepage": "/portal",
"dependencies": {
"@candig/igv": "^2.10.5-c.1",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@highcharts/map-collection": "^2.1.0",
"@mui/base": "^5.0.0-beta.30",
"@mui/icons-material": "^5.15.3",
"@mui/lab": "^5.0.0-alpha.159",
"@mui/material": "^5.15.3",
"@mui/styled-engine": "^5.15.3",
"@mui/system": "^5.15.3",
"@mui/x-data-grid": "^6.18.7",
"@mui/x-tree-view": "^6.17.0",
"@tabler/icons-react": "^2.45.0",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"babel-loader": "^9.1.3",
"clsx": "^2.1.0",
"eslint-config-react-app": "^7.0.1",
"formik": "^2.4.5",
"framer-motion": "^10.17.9",
"highcharts": "^11.2.0",
"highcharts-react-official": "^3.2.1",
"history": "^5.3.0",
"i": "^0.3.7",
"material-ui-popup-state": "^5.0.10",
"npm": "^10.8.0",
"papaparse": "^5.4.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-loader-spinner": "^6.1.6",
"react-multi-select-component": "^4.3.4",
"react-new-window": "^1.0.1",
"react-perfect-scrollbar": "^1.5.8",
"react-promise-tracker": "^2.1.1",
"react-redux": "^9.0.4",
"react-router": "^6.21.1",
"react-router-dom": "^6.21.1",
"redux": "^5.0.1",
"resolve-url-loader": "^5.0.0",
"yup": "^1.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"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.23.7",
"@babel/eslint-parser": "^7.23.3",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.1.1",
"react-scripts": "^5.0.1",
"sass": "^1.69.7",
"webpack-cli": "^5.1.4"
},
"overrides": {
"nth-check": "2.1.1",
"postcss": "8.4.49"
}
}