-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 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
{
"name": "cel-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@heroicons/react": "^2.1.5",
"@supabase/ssr": "^0.5.2",
"@svgr/webpack": "^8.1.0",
"@techstark/opencv-js": "^4.10.0-release.1",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.2.0",
"cel-tracker": "file:",
"framer-motion": "^11.11.17",
"next-themes": "^0.4.3",
"nextjs-toploader": "^3.7.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.15.1",
"react-use-measure": "^2.1.1",
"sharp": "^0.33.5",
"supabase": "^1.203.0",
"tesseract.js": "^6.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"next": "^14.2.22",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "^18.3.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}