-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.61 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
{
"name": "medux",
"version": "0.1.0",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.0.6",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@fontsource/rubik": "^4.5.13",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.0",
"@mui/styled-engine-sc": "^5.10.16",
"@mui/x-date-pickers": "^5.0.10",
"@reduxjs/toolkit": "^1.9.1",
"@south-paw/react-vector-maps": "^2.0.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"country-state-city": "^3.1.2",
"css-unit-converter": "^1.1.2",
"framer-motion": "^7.7.3",
"fscreen": "^1.2.0",
"i18next": "^22.4.6",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"lodash": "^4.17.21",
"lottie-react": "^2.3.1",
"moment": "^2.29.4",
"notistack": "^2.0.8",
"polished": "^4.2.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-big-calendar": "^1.5.2",
"react-bootstrap": "^2.7.0",
"react-calendar": "^4.0.0",
"react-cardiogram": "^1.0.0-beta.7",
"react-countup": "^6.4.0",
"react-d3-speedometer": "^1.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-grid-layout": "^1.3.4",
"react-helmet": "^6.1.0",
"react-i18next": "^12.1.1",
"react-indiana-drag-scroll": "^2.2.0",
"react-lines-ellipsis": "^0.15.3",
"react-number-format": "^5.1.2",
"react-rating": "^2.0.5",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.5",
"react-scripts": "5.0.1",
"react-select": "^5.7.0",
"react-select-country-list": "^2.2.3",
"react-sizeme": "^3.0.2",
"react-swipeable-views": "^0.14.0",
"react-use": "^17.4.0",
"recharts": "^2.2.0",
"styled-components": "^5.3.6",
"styled-components.macro": "^1.0.0",
"styled-theming": "^2.2.0",
"stylis-plugin-rtl": "^2.1.1",
"swiper": "^8.4.5",
"use-mobile-detect-hook": "^1.0.5",
"wavesurfer.js": "^6.4.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"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"
]
}
}