-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.49 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
{
"name": "prime-visuals",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0",
"test": "vitest run",
"crack:plan": "node scripts/crack-atlas.mjs plan",
"crack:run": "node scripts/crack-atlas.mjs run",
"crack:audit": "node scripts/crack-atlas.mjs audit",
"crack:pack": "node scripts/crack-atlas.mjs pack",
"crack:quick": "node scripts/crack-atlas.mjs plan --quick && node scripts/crack-atlas.mjs run --quick && node scripts/crack-atlas.mjs audit --quick && node scripts/crack-atlas.mjs pack --quick",
"frontier:liouville": "node scripts/frontierlab-liouville-atlas.mjs",
"frontier:chowla": "node scripts/frontier-chowla.mjs --N0 20000 --levels 4 --H 256 --seeds 20",
"frontier:chowla-weather": "node scripts/frontier-chowla-weather.mjs --N 300000 --H 512 --windows 256,512,1024,2048,4096,8192 --stride 512 --seeds 30",
"frontier:maynard": "node scripts/maynard-variational-audit.mjs",
"frontier:dpvr": "node scripts/dpvr-audit.mjs"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"@vitejs/plugin-react": "^4.7.0",
"lucide-react": "^1.17.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"tailwindcss": "^4.1.17",
"vite": "^6.4.3"
},
"devDependencies": {
"@testing-library/react": "^16.3.2",
"decimal.js": "^10.6.0",
"happy-dom": "^20.10.3",
"playwright": "^1.60.0",
"vitest": "^4.1.8"
}
}