-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.51 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
{
"name": "ezera-seminary-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.15.15",
"@phosphor-icons/react": "^2.0.15",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^1.9.7",
"@splidejs/react-splide": "^0.7.12",
"@svgr/rollup": "^8.1.0",
"@wojtekmaj/react-daterange-picker": "^6.0.0",
"axios": "^1.7.7",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"embla-carousel-react": "^8.0.2",
"ethiopian-calendar-date-converter": "^2.1.3",
"formik": "^2.4.5",
"framer-motion": "^11.0.8",
"google-auth-library": "^9.14.1",
"html-react-parser": "^5.1.2",
"lucide-react": "^0.291.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-card-flip": "^1.2.2",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-error-boundary": "^4.0.13",
"react-ga4": "^2.1.0",
"react-icons": "^4.11.0",
"react-modal": "^3.16.1",
"react-quill": "^2.0.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.26.2",
"react-spinners": "^0.13.8",
"react-toastify": "^10.0.4",
"react-youtube": "^10.1.0",
"reactstrap": "^9.2.2",
"recharts": "^2.12.7",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20.8.10",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-modal": "^3.16.3",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"ethiopian-date": "^0.0.6",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-svgo": "^1.4.0"
}
}