-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.38 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
{
"name": "mathmaster-neun---geometrie-lernplattform",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:supabase": "node scripts/dev/test-supabase.js",
"diagnose": "node tests/supabase-diagnostic.mjs",
"diagnose:prod": "node tests/supabase-diagnostic.mjs https://realer-math.netlify.app",
"diagnose:hatemath": "node tests/supabase-diagnostic.mjs https://hatemath.netlify.app",
"backup:prepare": "powershell -ExecutionPolicy Bypass -File scripts/prepare-backup.ps1",
"backup:restore": "powershell -ExecutionPolicy Bypass -File scripts/restore-supabase.ps1"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/utilities": "^3.2.2",
"@google/genai": "^1.34.0",
"@supabase/supabase-js": "^2.89.0",
"katex": "^0.17.0",
"openai": "^6.15.0",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@types/katex": "^0.16.8",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/ui": "^4.0.16",
"autoprefixer": "^10.5.0",
"jsdom": "^27.3.0",
"netlify-cli": "^26.0.2",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.19",
"typescript": "~5.8.2",
"vite": "^6.4.2",
"vitest": "^4.0.16"
}
}