{ "name": "calcpad-web", "private": true, "version": "0.1.0", "type": "module", "description": "CalcPad web app — React + CodeMirror 6 + WASM engine", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@codemirror/commands": "^6.8.0", "@codemirror/language": "^6.11.0", "@codemirror/state": "^6.5.2", "@codemirror/view": "^6.36.5", "@lezer/highlight": "^1.2.1", "@supabase/supabase-js": "^2.99.3", "codemirror": "^6.0.1", "nanoid": "^5.1.7", "react": "^19.2.4", "react-dom": "^19.2.4", "y-codemirror.next": "^0.3.5", "y-indexeddb": "^9.0.12", "y-websocket": "^3.0.0", "yjs": "^13.6.30" }, "devDependencies": { "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^4.0.0 || ^5.0.0", "typescript": "~5.9.3", "vite": "^7.0.0", "vite-plugin-pwa": "^1.2.0", "vitest": "^4.1.0" } }