-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
82 lines (82 loc) · 2.15 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
{
"name": "pptmgr",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/dayjs": "^2.17.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.14.14",
"@mui/lab": "*",
"@mui/material": "^5.14.14",
"@mui/styled-engine-sc": "^5.14.12",
"@mui/styles": "^5.14.14",
"@mui/x-data-grid": "^6.16.3",
"@mui/x-date-pickers": "^6.16.3",
"@react-google-maps/api": "^2.19.3",
"@stripe/react-stripe-js": "^2.3.1",
"@stripe/stripe-js": "^2.1.10",
"apexcharts": "^3.49.1",
"axios": "^1.5.1",
"chart.js": "^4.4.0",
"chartist": "^1.3.0",
"crypto-js": "^4.1.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"react": "^17.0.0 || ^18.0.0",
"react-apexcharts": "^1.4.1",
"react-bootstrap": "^2.9.1",
"react-chartist": "^0.14.4",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^6.1.1",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.1",
"react-image-gallery": "^1.3.0",
"react-material-ui-carousel": "^3.4.2",
"react-pdf": "^7.5.1",
"react-router-dom": "^6.17.0",
"react-scripts": "5.0.1",
"react-slick": "^0.30.2",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"react-virtuoso": "^4.7.11",
"recharts": "^2.9.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.0",
"web-vitals": "^3.5.0"
},
"scripts": {
"start": "react-scripts start --openssl-legacy-provider",
"build": "react-scripts build --openssl-legacy-provider",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"peerDependencies": {
"@types/react": "^17.0.0",
"react": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"cypress": "^13.6.0"
}
}