/ concept-collection / fastandaccurate
Sign in
concept-collection / fastandaccurate
fastandaccurate / package.json
36 lines · 978 BBlameHistoryRaw
1{
2 "name": "fastandaccurate",
3 "private": true,
4 "version": "0.1.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc --noEmit && vite build && npm run build:cli",
9 "build:cli": "vite build --config vite.cli.config.ts && node scripts/pack-cli.mjs",
10 "preview": "vite preview",
11 "test": "tsx test/solver-test.ts",
12 "check-app": "node scripts/check-app.mjs",
13 "test:matlab": "tsx test/matlab-test.ts",
14 "test:gpu": "tsx test/gpu-test.ts",
15 "check-gpu": "node scripts/check-gpu.mjs"
16 },
17 "dependencies": {
18 "fflate": "^0.8.3",
19 "numbl": "^0.4.18",
20 "react": "^19.2.7",
21 "react-dom": "^19.2.7"
22 },
23 "devDependencies": {
24 "@types/node": "^24.0.0",
25 "@types/react": "^19.2.0",
26 "@types/react-dom": "^19.2.0",
27 "@vitejs/plugin-react": "^5.0.0",
28 "@webgpu/types": "^0.1.71",
29 "tsx": "^4.19.0",
30 "typescript": "~5.9.3",
31 "vite": "^7.0.0"
32 },
33 "optionalDependencies": {
34 "webgpu": "^0.4.0"
35 }
moveopenescclose