style: link content

This commit is contained in:
kbe
2025-09-06 00:37:25 +02:00
parent 9b33b73bb4
commit fa99a167a5
6 changed files with 993 additions and 269 deletions

View File

@@ -11,6 +11,7 @@
"@hotwired/turbo-rails": "^8.0.13",
"@radix-ui/react-slot": "^1.2.3",
"lucide": "^0.542.0",
"puppeteer": "^24.19.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
@@ -31,5 +32,21 @@
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.4",
"tailwindcss-animate": "^1.0.7"
}
},
"version": "1.0.0",
"description": "![Aperonight Screenshot](app/assets/images/screenshot-homepage.png)",
"main": "ecosystem.config.js",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "ssh://git@gitea.cyanet.fr:2222/kbe/aperonight.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}