This commit is contained in:
2025-11-26 13:48:13 +08:00
commit 82a13f4aad
62 changed files with 10778 additions and 0 deletions

42
package.json Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "astro-photography-portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier . --write",
"test": "vitest",
"lint": "eslint . --ext .ts,.js,.astro",
"generate": "npx tsx src/data/gallery-generator.ts src/gallery"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.14",
"@types/js-yaml": "^4.0.9",
"@types/justified-layout": "^4.1.4",
"@types/node": "^22.14.0",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"astro": "^5.8.1",
"astro-eslint-parser": "^1.2.2",
"commander": "^13.1.0",
"eslint": "^9.25.1",
"eslint-plugin-astro": "^1.3.1",
"execa": "^9.5.2",
"exifr": "^7.1.3",
"fast-glob": "^3.3.3",
"glightbox": "^3.3.1",
"globals": "^16.0.0",
"js-yaml": "^4.1.0",
"justified-layout": "^4.1.0",
"lucide-astro": "^0.479.0",
"prettier": "3.5.3",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^4.0.14",
"tsx": "^4.19.3",
"vitest": "^3.1.1"
}
}