forked from MiaNguyen10/partypass-frontend-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.14 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.14 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "partypass-frontend-v2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@casl/ability": "^6.3.3",
"@casl/react": "^3.1.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@hookform/resolvers": "^4.0.0",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "5.0.0-alpha.106",
"@mui/material": "^5.10.12",
"@mui/system": "^5.14.12",
"@mui/utils": "^5.14.12",
"@mui/x-date-pickers": "^5.0.20",
"@reduxjs/toolkit": "^1.8.3",
"@svgr/rollup": "^8.1.0",
"@tabler/icons": "^1.84.0",
"@tabler/icons-react": "^3.30.0",
"apexcharts": "^3.23.1",
"axios": "^0.27.2",
"axios-mock-adapter": "^1.21.1",
"chance": "^1.1.9",
"date-fns": "^2.29.2",
"dayjs": "^1.11.13",
"emoji-picker-react": "^3.6.1",
"formidable": "^3.5.2",
"formik": "^2.2.9",
"framer-motion": "^8.5.2",
"i18next": "^22.0.6",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-apexcharts": "^1.3.7",
"react-big-calendar": "^1.5.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^12.0.0",
"react-intersection-observer": "^9.4.1",
"react-quill": "2.0.0",
"react-redux": "^8.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-slick": "^0.29.0",
"react-spring": "^9.2.4",
"simplebar": "^6.2.5",
"simplebar-react": "^2.4.1",
"slick-carousel": "^1.8.1",
"stylis-plugin-rtl": "^2.0.2",
"sweetalert2": "^11.17.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"vite": "^4.4.5"
}
}