mirror of
https://github.com/Radiquum/photos.git
synced 2025-04-05 15:54:31 +00:00
27 lines
No EOL
629 B
JSON
27 lines
No EOL
629 B
JSON
{
|
|
"name": "radiquum-photos-ssg",
|
|
"module": "index.tsx",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.0.7",
|
|
"@types/express": "^5.0.0",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"chokidar": "^4.0.3",
|
|
"express": "^4.21.2",
|
|
"firebase-admin": "^13.1.0",
|
|
"lightgallery": "^2.8.2",
|
|
"picocolors": "^1.1.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwind-scrollbar": "^4.0.0",
|
|
"tailwindcss": "^4.0.7",
|
|
"ws": "^8.18.0"
|
|
}
|
|
} |