This repository was archived by the owner on Oct 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.91 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.91 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
{
"name": "ramos-v2",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro build && wrangler pages dev",
"astro": "astro",
"deploy": "astro build && wrangler pages deploy",
"reload-courses": "bash migration/reload-courses.sh",
"reload-sections": "bash migration/reload-sections.sh",
"reload-data": "bash migration/reload-data.sh",
"cf-typegen": "wrangler types",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
},
"dependencies": {
"@astrojs/cloudflare": "12.6.0",
"@astrojs/mdx": "^4.3.0",
"@astrojs/react": "4.3.0",
"@fontsource-variable/instrument-sans": "5.2.6",
"@mdxeditor/editor": "^3.37.0",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-navigation-menu": "1.2.13",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "2.2.5",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@tailwindcss/vite": "4.1.10",
"@tanstack/react-table": "8.21.3",
"astro": "5.10.0",
"astro-seo": "^0.8.4",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "^1.1.1",
"fuse.js": "^7.1.0",
"html-to-image": "^1.11.13",
"ics": "^3.8.1",
"lucide-react": "0.519.0",
"next-themes": "^0.4.6",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"rehype-raw": "^7.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.6",
"tailwind-merge": "3.3.1",
"tailwindcss": "4.1.10",
"typescript": "5.8.3"
},
"devDependencies": {
"@types/node": "22.15.29",
"@types/react": "18.3.23",
"@types/react-dom": "18.3.7",
"@vitest/ui": "^3.2.4",
"tw-animate-css": "1.3.4",
"vitest": "^3.2.4",
"wrangler": "4.20.5"
}
}