-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
46
47
48
49
50
51
52
53
54
55
{
"name": "learn-minimal",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@radix-ui/react-progress": "^1.1.1",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/supabase-js": "^2.48.1",
"@testing-library/dom": "^10.4.0",
"class-variance-authority": "^0.7.1",
"date-fns": "^2.30.0",
"framer-motion": "^12.0.5",
"js-cookie": "^3.0.5",
"lucide-react": "^0.469.0",
"next": "15.1.2",
"react": "^18.2.0",
"react-big-calendar": "^1.17.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^5.0.0",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.4.0",
"react-syntax-highlighter": "^15.6.1",
"react-toastify": "^11.0.3",
"shadcn-ui": "^0.9.4",
"supabase": "^2.6.8"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@eslint/eslintrc": "^3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jose": "^5.9.6",
"postcss": "^8.4.49",
"react-markdown": "^9.0.3",
"tailwindcss": "^3.4.17"
}
}