2024-11-15 16:01:33 +08:00
|
|
|
{
|
|
|
|
"name": "yufan.me",
|
|
|
|
"version": "3.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "The personal blog for Yufan Sheng",
|
|
|
|
"keywords": [
|
|
|
|
"blog",
|
|
|
|
"astro",
|
|
|
|
"yufan",
|
|
|
|
"ameho",
|
|
|
|
"syhily"
|
|
|
|
],
|
|
|
|
"homepage": "https://yufan.me",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/syhily/yufan.me/issues",
|
|
|
|
"email": "syhily@gmail.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/syhily/yufan.me.git"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"author": {
|
|
|
|
"name": "Yufan Sheng",
|
|
|
|
"email": "syhily@gmail.com",
|
|
|
|
"url": "https://yufan.me"
|
|
|
|
},
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"astro": "astro",
|
2025-01-16 03:06:02 +08:00
|
|
|
"build": "rimraf dist && astro check && astro build",
|
2024-11-15 16:01:33 +08:00
|
|
|
"dev": "astro dev",
|
|
|
|
"lint": "biome check --write . && prettier . --write",
|
|
|
|
"prepare": "npx husky",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"start": "astro dev"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"**/*": [
|
|
|
|
"biome check --no-errors-on-unmatched --files-ignore-unknown=true",
|
|
|
|
"prettier --write --ignore-unknown"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-01-16 01:48:48 +08:00
|
|
|
"@astrojs/mdx": "^4.0.6",
|
2025-01-15 12:02:54 +08:00
|
|
|
"@astrojs/node": "^9.0.1",
|
2025-01-03 11:17:51 +08:00
|
|
|
"@astrojs/rss": "^4.0.11",
|
2025-01-16 01:48:48 +08:00
|
|
|
"astro": "^5.1.7",
|
2024-12-31 15:06:46 +08:00
|
|
|
"drizzle-orm": "^0.38.3",
|
2024-11-15 16:01:33 +08:00
|
|
|
"fuse.js": "^7.0.0",
|
2025-01-11 18:29:05 +08:00
|
|
|
"glob": "^11.0.1",
|
2024-11-15 16:01:33 +08:00
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"luxon": "^3.5.0",
|
2025-01-07 15:33:43 +08:00
|
|
|
"marked": "^15.0.6",
|
2024-11-15 16:01:33 +08:00
|
|
|
"pg": "^8.13.1",
|
2024-11-29 12:19:39 +08:00
|
|
|
"pinyin-pro": "^3.26.0",
|
2024-11-15 16:01:33 +08:00
|
|
|
"qrcode-svg": "^1.1.0",
|
2025-01-16 01:44:48 +08:00
|
|
|
"rehype-mathjax": "^6.0.0",
|
2024-11-27 17:25:51 +08:00
|
|
|
"sharp": "^0.33.5",
|
2024-11-15 16:01:33 +08:00
|
|
|
"ultrahtml": "^1.5.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@astrojs/check": "^0.9.4",
|
|
|
|
"@biomejs/biome": "^1.9.4",
|
2024-12-03 16:32:38 +08:00
|
|
|
"@napi-rs/canvas": "^0.1.65",
|
2025-01-16 01:48:48 +08:00
|
|
|
"@shikijs/transformers": "^1.27.2",
|
2025-01-04 22:23:14 +08:00
|
|
|
"@types/lodash": "^4.17.14",
|
2024-11-15 16:01:33 +08:00
|
|
|
"@types/luxon": "^3.4.2",
|
2025-01-15 12:02:54 +08:00
|
|
|
"@types/node": "^22.10.6",
|
2024-11-15 16:01:33 +08:00
|
|
|
"@types/pg": "^8.11.10",
|
|
|
|
"@types/qrcode-svg": "^1.1.5",
|
|
|
|
"@types/unist": "^3.0.3",
|
2025-01-13 08:15:33 +08:00
|
|
|
"@vite-pwa/astro": "^0.5.0",
|
2025-01-08 19:10:57 +08:00
|
|
|
"astro-netease-player": "^1.0.2",
|
2025-01-08 12:21:20 +08:00
|
|
|
"astro-uploader": "^1.2.3",
|
2024-11-15 16:01:33 +08:00
|
|
|
"bootstrap": "^5.3.3",
|
2024-12-04 01:16:19 +08:00
|
|
|
"photoswipe": "^5.4.4",
|
|
|
|
"photoswipe-dynamic-caption-plugin": "^1.2.7",
|
2024-12-04 21:25:36 +08:00
|
|
|
"photoswipe-video-plugin": "^1.0.2",
|
|
|
|
"prettier": "^3.4.2",
|
2024-11-15 16:01:33 +08:00
|
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
|
|
"prettier-plugin-astro-organize-imports": "^0.4.11",
|
|
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
|
|
"rehype-external-links": "^3.0.0",
|
|
|
|
"rehype-slug": "^6.0.0",
|
2025-01-16 01:44:48 +08:00
|
|
|
"remark-math": "^6.0.0",
|
2024-11-15 16:01:33 +08:00
|
|
|
"resize-sensor": "^0.0.6",
|
|
|
|
"rimraf": "^6.0.1",
|
2025-01-11 18:29:05 +08:00
|
|
|
"typescript": "^5.7.3",
|
2024-11-15 16:01:33 +08:00
|
|
|
"unist-util-select": "^5.1.0"
|
|
|
|
},
|
2024-12-25 13:58:02 +08:00
|
|
|
"packageManager": "npm@11.0.0",
|
2024-11-15 16:01:33 +08:00
|
|
|
"engines": {
|
2025-01-08 19:10:57 +08:00
|
|
|
"node": "22.13.0"
|
2024-12-31 15:06:46 +08:00
|
|
|
},
|
|
|
|
"overrides": {
|
|
|
|
"astro-uploader": {
|
|
|
|
"opendal": "0.47.7"
|
|
|
|
}
|
2024-11-15 16:01:33 +08:00
|
|
|
}
|
|
|
|
}
|