/ concept-collection / fastandaccurate
Sign in
concept-collection / fastandaccurate
fastandaccurate / package.json
30 lines · 803 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 },
15 "dependencies": {
16 "fflate": "^0.8.3",
17 "numbl": "^0.4.18",
18 "react": "^19.2.7",
19 "react-dom": "^19.2.7"
20 },
21 "devDependencies": {
22 "@types/node": "^24.0.0",
23 "@types/react": "^19.2.0",
24 "@types/react-dom": "^19.2.0",
25 "@vitejs/plugin-react": "^5.0.0",
26 "tsx": "^4.19.0",
27 "typescript": "~5.9.3",
28 "vite": "^7.0.0"
29 }
moveopenescclose