{ "name": "preact-linktree", "version": "1.0.0", "description": "A Jupyter notebook-styled linktree application built with Preact", "main": "index.js", "type": "module", "scripts": { "dev": "vite --host 0.0.0.0 --port 8080", "build": "vite build", "preview": "vite preview --host 0.0.0.0 --port 8080", "start": "vite preview --host 0.0.0.0 --port 8080" }, "dependencies": { "chart.js": "^4.4.9", "highlight.js": "^11.11.1", "js-yaml": "^4.1.0", "preact": "^10.25.3", "preact-iso": "^2.9.1", "react-chartjs-2": "^5.3.0", "react-highlight": "^0.15.0", "toml": "^3.0.0" }, "devDependencies": { "@preact/preset-vite": "^2.9.3", "vite": "^6.0.4" }, "keywords": [ "preact", "linktree", "jupyter", "nixos" ], "author": "", "license": "MIT" }