-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@google/generative-ai": "^0.7.1",
"@heroicons/react": "^2.1.3",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"@tanstack/react-query": "^5.29.2",
"autoprefixer": "10.4.17",
"axios": "^1.6.8",
"canvas": "^2.11.2",
"date-fns": "^3.6.0",
"delayed-stream": "^1.0.0",
"framer-motion": "^11.0.25",
"geist": "^1.2.1",
"heroicons": "^2.1.3",
"luxon": "^3.4.4",
"next": "latest",
"pdf-lib": "^1.17.1",
"postcss": "8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-pdf-selection": "^0.6.20",
"react-router-dom": "^6.22.3",
"tailwindcss": "3.4.1",
"tesseract.js": "^5.0.5",
"timeago.js": "^4.0.2",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"encoding": "^0.1.13"
}
}