linktree/package.json

36 lines
837 B
JSON
Raw Normal View History

2025-06-16 13:37:14 +02:00
{
"name": "preact-linktree",
"version": "1.0.0",
"description": "A Jupyter notebook-styled linktree application built with Preact",
"main": "index.js",
2025-06-17 11:26:27 +02:00
"type": "module",
2025-06-16 13:37:14 +02:00
"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",
2025-06-17 11:26:27 +02:00
"react-highlight": "^0.15.0",
"toml": "^3.0.0"
2025-06-16 13:37:14 +02:00
},
"devDependencies": {
"@preact/preset-vite": "^2.9.3",
"vite": "^6.0.4"
},
"keywords": [
"preact",
"linktree",
"jupyter",
"nixos"
],
"author": "",
"license": "MIT"
}