-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "cafeycodigo",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"postinstall": "patch-package",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"audit:lessons": "node scripts/audit-lessons.mjs",
"astro": "astro",
"db:fresh": "node scripts/db-fresh.mjs",
"fresh": "node scripts/db-fresh.mjs"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/react": "^5.0.6",
"@codesandbox/sandpack-react": "^2.20.0",
"@supabase/supabase-js": "^2.100.1",
"@tailwindcss/vite": "^4.2.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.4.2",
"chart.js": "^4.5.1",
"input-otp": "^1.4.2",
"monaco-editor": "^0.55.1",
"react": "^19.2.4",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3"
},
"devDependencies": {
"dotenv": "^16.4.7",
"patch-package": "^8.0.1",
"pg": "^8.14.1"
}
}