-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.24 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
{
"name": "cadence-course-platform",
"private": true,
"description": "An awesome horse platform",
"type": "module",
"scripts": {
"cherry-pick": "ai-hero-cli cherry-pick --branch=live-run-through --upstream=https://github.com/ai-hero-dev/ai-coding-crash-course.git",
"reset": "ai-hero-cli reset --branch=live-run-through --upstream=https://github.com/ai-hero-dev/ai-coding-crash-course.git",
"pull": "ai-hero-cli pull --upstream=https://github.com/ai-hero-dev/ai-coding-crash-course.git",
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"request-logger": "tsx request-logger/proxy.ts",
"typecheck": "react-router typegen && tsc",
"test": "vitest run",
"test:watch": "vitest",
"db:generate": "drizzle-kit generate",
"db:seed": "tsx scripts/seed.ts",
"db:migrate": "drizzle-kit migrate",
"loc": "git ls-files | grep -vE '(lock|.db|_snapshot.json)' | xargs wc -l"
},
"dependencies": {
"@hello-pangea/dnd": "^18.0.1",
"@monaco-editor/react": "^4.7.0",
"@react-router/node": "7.12.0",
"@react-router/serve": "7.12.0",
"@tailwindcss/typography": "^0.5.19",
"better-sqlite3": "^12.8.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.44.2",
"isbot": "^5.1.31",
"lucide-react": "^0.563.0",
"marked": "^17.0.1",
"monaco-editor": "^0.55.1",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "7.12.0",
"shiki": "^3.22.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.4.0",
"zod": "^3.25.36"
},
"devDependencies": {
"@ai-hero/sandcastle": "^0.12.0",
"@clack/prompts": "^1.7.0",
"@react-router/dev": "7.12.0",
"@tailwindcss/vite": "^4.1.13",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^22",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/youtube": "^0.1.2",
"ai-hero-cli": "0.6.2",
"drizzle-kit": "^0.31.4",
"prettier": "^3.8.1",
"shadcn": "^3.8.4",
"tailwindcss": "^4.1.13",
"tsx": "^4.19.4",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.2",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.3"
}
}