forked from emilJSX/web-front-end
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.18 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
{
"name": "wish-x",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^4.9.4",
"@blueprintjs/datetime": "^4.3.10",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/core": "^4.2.12",
"@mantine/dates": "^5.3.0",
"@mantine/hooks": "^4.2.12",
"@mantine/modals": "^4.2.12",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.3",
"@mui/styled-engine-sc": "^5.9.3",
"@mui/x-date-pickers": "^5.0.2",
"@react-hook/window-size": "^3.1.1",
"@reduxjs/toolkit": "^1.8.3",
"@syncfusion/ej2-base": "^20.2.48",
"@syncfusion/ej2-react-splitbuttons": "^20.2.45",
"@tabler/icons": "^1.88.0",
"antd": "^4.23.1",
"axios": "^1.1.3",
"bootstrap": "^5.2.0",
"browser-image-compression": "^2.0.0",
"date-fns": "^2.29.3",
"dayjs": "^1.11.7",
"moment-timezone": "^0.5.39",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-bootstrap": "^2.5.0",
"react-confetti": "^6.1.0",
"react-date-picker": "^8.4.0",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-jss": "^10.9.2",
"react-otp-input": "^2.4.0",
"react-owl-carousel": "^2.3.3",
"react-redux": "^8.0.2",
"react-router-dom": "^6.4.4",
"react-scripts": "^5.0.1",
"react-tabs": "^5.1.0",
"react-toastify": "^9.1.1",
"react-use-window-size": "^1.0.1",
"react-widgets": "^5.8.4",
"sassy-datepicker": "^0.10.2",
"source-map-loader": "^4.0.1",
"styled-components": "^5.3.5",
"styled-system": "^5.1.5",
"swiper": "^8.3.2",
"use-lilius": "^2.0.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"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-plugin-styled-components": "^2.0.7"
},
"resolutions": {
"styled-components": "^5"
}
}