-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.23 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.23 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
{
"name": "haven-sovereign",
"private": true,
"version": "5.0.0",
"description": "HAVEN — The Sovereign Algorithm. Saudi Arabia's first sovereign AI development environment.",
"author": "Sulaiman Alshammari <iqd@hotmail.com>",
"type": "module",
"scripts": {
"dev": "vite --port=3000",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "npm run version:sync && tauri dev",
"tauri:dev:raw": "tauri dev",
"tauri:build": "npm run version:sync && tauri build",
"tauri:build:raw": "tauri build",
"clean": "rm -rf dist",
"lint": "tsc --noEmit",
"deploy": "bash infra/deploy-khawrizm.sh",
"deploy:vercel": "vercel --prod",
"test": "vitest run",
"test:ui": "vitest --ui",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"version": "node scripts/sync-versions.mjs",
"version:sync": "node scripts/sync-versions.mjs",
"updates:manifest": "node scripts/generate-update-manifest.mjs",
"niyah:cli": "node scripts/run-niyah-cli.mjs"
},
"dependencies": {
"@isomorphic-git/lightning-fs": "^4.6.2",
"@monaco-editor/react": "^4.7.0",
"@tauri-apps/api": "^2.10.1",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"clsx": "^2.1.1",
"dompurify": "^3.3.3",
"gun": "^0.2020.1240",
"isomorphic-git": "^1.37.4",
"lucide-react": "^0.546.0",
"motion": "^12.38.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.13.2",
"serialize-javascript": "^7.0.5",
"tailwind-merge": "^3.5.0",
"v0-sdk": "^0.16.4",
"@xenova/transformers": "^2.17.2",
"zustand": "^5.0.12"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@tailwindcss/vite": "^4.2.2",
"@tauri-apps/cli": "^2.10.1",
"@types/node": "^22.19.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/coverage-v8": "^4.1.2",
"@vitest/ui": "^4.1.2",
"autoprefixer": "^10.4.21",
"jsdom": "^28.1.0",
"tailwindcss": "^4.2.2",
"tsx": "^4.21.0",
"typescript": "~5.8.3",
"vite": "^6.4.0",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^4.1.2",
"workbox-window": "^7.4.0"
},
"resolutions": {}
}