{ "name": "numbl-image-filter", "private": true, "version": "0.1.0", "type": "module", "description": "Filter images in the browser with a MATLAB-syntax numbl script", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "build:pages": "tsc -b && vite build --mode pages", "preview": "vite preview", "typecheck": "tsc -b" }, "dependencies": { "numbl": "^0.4.4", "react": "^19.2.0", "react-dom": "^19.2.0" }, "devDependencies": { "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "typescript": "~5.9.3", "vite": "^7.2.4" } }