-
Notifications
You must be signed in to change notification settings - Fork 262
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3 KB
/
Copy pathpackage.json
File metadata and controls
106 lines (106 loc) · 3 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "learnova",
"version": "1.0.0",
"description": "AI-Powered Smart Student Engagement & Attendance Platform",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/Premshaw23/Learnova.git"
},
"bugs": {
"url": "https://github.com/Premshaw23/Learnova/issues"
},
"homepage": "https://learnova-web.vercel.app",
"author": "Prem Shaw",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:e2e": "playwright test",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"format:check": "npx prettier@3.8.3 --check . || exit $(( $? > 1 ? $? : 0 ))",
"postinstall": "patch-package"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@emailjs/browser": "^4.4.1",
"@excalidraw/excalidraw": "^0.18.1",
"@gsap/react": "^2.1.2",
"@radix-ui/react-slot": "^1.2.3",
"@vercel/blob": "^1.1.1",
"@xyflow/react": "^12.11.2",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"face-api.js": "^0.22.2",
"firebase": "^12.13.0",
"firebase-admin": "^13.5.0",
"framer-motion": "^12.40.0",
"gsap": "^3.13.0",
"i18next": "^26.2.0",
"idb": "^8.0.3",
"jose": "^6.2.3",
"jspdf": "^4.2.1",
"lucide-react": "^0.542.0",
"mongodb": "^6.21.0",
"next": "^15.5.19",
"next-intl": "^4.13.0",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.9.17",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.14",
"ogl": "^1.0.11",
"react": "^19.1.0",
"react-calendar": "^6.0.1",
"react-calendar-heatmap": "^1.10.0",
"react-chartjs-2": "^5.3.1",
"react-circular-progressbar": "^2.2.0",
"react-csv": "^2.2.2",
"react-dom": "19.1.0",
"react-grid-layout": "^2.2.3",
"react-hot-toast": "^2.6.0",
"react-i18next": "^17.0.8",
"react-markdown": "^10.1.0",
"react-resizable": "^4.0.2",
"react-window": "^2.2.7",
"tailwind-merge": "^3.3.1",
"winston": "^3.19.0",
"xss": "^1.0.15",
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@swc/core": "^1.15.40",
"@tailwindcss/postcss": "4.0.0-alpha.20",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/winston": "^2.4.4",
"@vitejs/plugin-react": "^5.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"patch-package": "^8.0.1",
"playwright": "^1.58.2",
"postinstall-postinstall": "^2.1.0",
"rollup": "^4.61.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.8",
"typescript": "^6.0.3",
"vite": "6.2.0",
"vitest": "^4.1.8"
},
"overrides": {
"serialize-javascript": "7.0.5",
"postcss": "8.5.11",
"uuid": "^9.0.0",
"workbox-build": "7.4.1",
"vite": "6.2.0",
"@swc/helpers": "0.5.23"
}
}