{ "name": "barycentric-rational", "private": true, "version": "0.1.0", "type": "module", "description": "Interactive illustration of Floater and Hormann's barycentric rational interpolants, with the method itself written as an editable numbl script", "license": "Apache-2.0", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "typecheck": "tsc -b", "test:matlab": "node scripts/matlab-test.mjs", "test:browser": "node scripts/browser-test.mjs" }, "dependencies": { "@codemirror/language": "^6.11.3", "@codemirror/legacy-modes": "^6.5.2", "@codemirror/state": "^6.5.2", "@codemirror/theme-one-dark": "^6.1.3", "@codemirror/view": "^6.38.6", "codemirror": "^6.0.2", "numbl": "^0.4.18", "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", "puppeteer": "^24.0.0", "typescript": "~5.9.3", "vite": "^7.2.4" } }