forked from akathedeveloper/CareSync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.1 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.1 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
{
"name": "caresync",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"test:watch": "vitest",
"create-favicons": "node scripts/create-missing-favicons.js",
"validate-pwa": "node scripts/validate-pwa.js",
"pwa:validate": "npx pwa-asset-generator public/CareSync-Complete-Logo.png public --manifest public/manifest.json --icon-only --favicon"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.0.1",
"@heroicons/react": "^2.2.0",
"@shadcn/ui": "^0.0.4",
"@tailwindcss/vite": "^4.1.11",
"aos": "^2.3.4",
"chart.js": "^4.5.0",
"cors": "^2.8.5",
"firebase": "^12.1.0",
"framer-motion": "^12.23.12",
"html2pdf.js": "^0.10.3",
"i18next": "^25.5.2",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"localforage": "^1.10.0",
"lucide-react": "^0.525.0",
"mathjs": "^14.8.1",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-calendar": "^6.0.0",
"react-chartjs-2": "^5.3.0",
"react-countup": "^6.5.3",
"react-dom": "^19.1.0",
"react-hot-toast": "^2.6.0",
"react-i18next": "^15.7.3",
"react-icons": "^5.5.0",
"react-router-dom": "^7.7.0",
"react-simple-typewriter": "^5.0.1",
"react-slick": "^0.31.0",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@tailwindcss/postcss": "^4.1.11",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"@vitest/coverage-v8": "^3.2.4",
"autoprefixer": "^10.4.21",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"jsdom": "^26.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"vite": "^7.1.3",
"vite-plugin-pwa": "^1.0.3",
"vitest": "^3.2.4"
}
}