-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.37 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
{
"name": "waliajobs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@vercel/analytics": "^1.0.2",
"@vitejs/plugin-react": "^4.0.4",
"aos": "^2.3.4",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"dompurify": "^3.0.5",
"file-saver": "^2.0.5",
"formik": "^2.4.2",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-quill": "^2.0.0",
"react-redux": "^8.1.1",
"react-router-dom": "^6.11.2",
"react-share": "^4.4.1",
"react-slick": "^0.29.0",
"react-to-print": "^2.14.13",
"react-toastify": "^9.1.3",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^1.14.0",
"vitest": "^0.34.1",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/dompurify": "^3.0.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"jsdom": "^22.1.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vite": "^4.0.0"
}
}