yufan.me/package.json
Yufan Sheng 0126b71722
feat: add upyun support. move images to upyun on build. (#45)
* style: better reply button.

* feat: add astro badge.

* chore: drop useless styles.

* feat: use new options.ts for global configuration.

* fix: the invalid import.meta.env.PROD in astro build.

* feat: move og to new assert prefix.

* chore: add better og description.

* chore: make sure all the images link could be correctly replaced.

* feat: add upyun uploader.
2024-11-15 14:53:43 +08:00

82 lines
2.0 KiB
JSON

{
"name": "yufan.me",
"version": "3.0.0",
"private": true,
"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",
"build": "rimraf dist && astro check && astro build",
"dev": "astro dev",
"lint": "biome check --write --use-server . && 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": {
"@astrojs/mdx": "^3.1.1",
"@astrojs/node": "^8.3.1",
"@astrojs/rss": "^4.0.6",
"astro": "^4.10.3",
"drizzle-orm": "^0.31.2",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"marked": "^13.0.0",
"pg": "^8.12.0",
"qrcode-svg": "^1.1.0",
"ultrahtml": "^1.5.3"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@biomejs/biome": "^1.8.1",
"@napi-rs/canvas": "^0.1.53",
"@types/lodash": "^4.17.5",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.5",
"@types/pg": "^8.11.6",
"@types/qrcode-svg": "^1.1.4",
"@types/unist": "^3.0.2",
"@types/upyun": "^3.4.3",
"aplayer": "^1.10.1",
"bootstrap": "^5.3.3",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-astro-organize-imports": "^0.4.8",
"prettier-plugin-organize-imports": "^3.2.4",
"resize-sensor": "^0.0.6",
"rimraf": "^5.0.7",
"sharp": "^0.33.4",
"typescript": "^5.4.5",
"unist-util-visit": "^5.0.0",
"upyun": "^3.4.6"
}
}