-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.36 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.36 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
{
"name": "algoflow",
"version": "0.1.0",
"private": true,
"$schema": "https://json.schemastore.org/package.json",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"combine-a2z": "node src/scripts/combineStepsRunner.cjs",
"seed:a2z": "NODE_OPTIONS='--loader ts-node/esm' ts-node src/scripts/seedA2Z.ts"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-accordion": "^1.2.8",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.10",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-navigation-menu": "^1.2.10",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.7",
"@vercel/analytics": "^1.5.0",
"accordion": "^3.0.2",
"add": "^2.0.6",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.23.0",
"dlx": "^0.2.1",
"framer-motion": "^12.23.11",
"lucide-react": "^0.501.0",
"monaco-editor": "^0.52.2",
"next": "15.3.8",
"next-themes": "^0.4.6",
"pnpm": "^10.12.1",
"react": "^19.0.0",
"react-code-blocks": "^0.1.6",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-monaco-editor": "^0.58.0",
"react-syntax-highlighter": "^15.6.1",
"react-turnstile": "^1.1.4",
"resend": "^4.7.0",
"shadcn": "^2.6.0",
"skeleton": "^1.0.0",
"slugify": "^1.6.6",
"sonner": "^2.0.5",
"tailwind-merge": "^3.2.0",
"tailwind-scrollbar-hide": "^4.0.0",
"tailwind-variants": "^1.0.0",
"tw-animate-css": "^1.2.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.16",
"@types/dotenv": "^6.1.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^16.5.0",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"tsx": "^4.19.4",
"typescript": "^5"
}
}