-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.38 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.38 KB
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
{
"name": "samaa",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.2",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.2",
"@mui/styles": "^5.16.2",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"http-proxy-middleware": "^3.0.0",
"jquery": "^3.7.1",
"moment": "^2.30.1",
"query-string": "^9.0.0",
"react": "19.0.0-rc-8b08e99e-20240713",
"react-chartjs-2": "^5.2.0",
"react-dom": "19.0.0-rc-8b08e99e-20240713",
"react-draggable": "^4.4.6",
"react-dropzone": "^14.2.3",
"react-google-login": "^5.0.2",
"react-highlight-words": "^0.20.0",
"react-iframe": "^1.8.5",
"react-jss": "10.10.0",
"react-moment": "^1.1.3",
"react-new-window": "^1.0.1",
"react-router": "6.24.1",
"react-router-dom": "^6.24.1",
"react-scripts": "^5.0.1",
"react-virtuoso": "^4.7.12",
"serve": "^14.2.3"
},
"resolutions": {
"@babel/runtime": "7.18"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}