-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.18 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.18 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
{
"name": "lumijob-client",
"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": {
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.16.0",
"@emailjs/browser": "^3.12.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.4.0",
"@tanstack/react-query": "^5.17.19",
"@types/react-dropzone": "^5.1.0",
"aos": "^3.0.0-beta.6",
"axios": "^1.6.5",
"cloudinary-react": "^1.8.1",
"firebase": "^10.6.0",
"framer-motion": "^11.0.6",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.1",
"jspdf": "^2.5.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"pdfmake": "^0.2.9",
"rc-slider": "^10.5.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-datepicker": "^5.0.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-fast-marquee": "^1.6.4",
"react-helmet-async": "^2.0.4",
"react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-rating": "^2.0.5",
"react-router-dom": "^6.22.2",
"react-share": "^5.1.0",
"react-tabs": "^6.0.2",
"react-toastify": "^10.0.1",
"recharts": "^2.10.4",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.5",
"sort-by": "^0.0.2",
"sweetalert2": "^11.6.13"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/react": "^18.2.43",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-datepicker": "^4.19.5",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"daisyui": "^4.6.0",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
}