-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.11 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.11 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
{
"name": "flashcode",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@ai-sdk/openai": "^1.2.5",
"@formspree/react": "^2.5.1",
"@next/font": "^14.2.15",
"@preline/accordion": "^2.3.0",
"@prisma/client": "^5.10.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^1.54.2",
"@vercel/analytics": "^1.3.1",
"ace-builds": "^1.32.6",
"ai": "^4.1.61",
"chart.js": "^4.4.2",
"chartjs-adapter-date-fns": "^3.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.1.3",
"firebase": "^10.6.0",
"firebase-admin": "^12.0.0",
"framer-motion": "^12.5.0",
"highlight.js": "^11.9.0",
"html-to-text": "^9.0.5",
"konva": "^9.3.15",
"lucide-react": "^0.479.0",
"next": "14.2.35",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"openai": "^4.87.3",
"preline": "^2.0.3",
"react": "^18",
"react-ace": "^10.1.0",
"react-calendar-heatmap": "^1.9.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"react-intersection-observer": "^9.14.0",
"react-joyride": "^2.9.3",
"react-konva": "^18.2.10",
"react-markdown": "^10.1.0",
"react-query": "^3.39.3",
"react-tooltip": "^5.28.0",
"remark-gfm": "^4.0.1",
"stripe": "^16.0.0",
"tailwind-merge": "^3.3.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/html-to-text": "^9.0.4",
"@types/node": "^22",
"@types/nprogress": "^0.2.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"prisma": "^5.10.2",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}