mirror of
https://github.com/awfufu/awfufu.com.git
synced 2026-03-01 04:29:42 +08:00
* feat(shiki): switch to official transformers and add error/warning support * feat: add article `c-quick-start` * feat: add article `c-pointers-and-structs` * chore: update `css-flex-layout` post thumbnail
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "awfufu-com",
|
|
"type": "module",
|
|
"version": "4.0.9",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"dev:check": "astro check --watch & astro dev",
|
|
"build": "astro-pure check && astro check && astro build",
|
|
"preview": "astro preview",
|
|
"sync": "astro sync",
|
|
"check": "astro check",
|
|
"astro": "astro",
|
|
"pure": "astro-pure",
|
|
"new": "astro-pure new",
|
|
"format": "prettier --write '**/*.{js,jsx,ts,tsx,md,mdx,astro}'",
|
|
"lint": "eslint --fix 'src/**/*.{js,ts,jsx,tsx,astro}'",
|
|
"yijiansilian": "bun lint && bun sync && bun check && bun format",
|
|
"clean": "rm -rf .astro .vercel dist",
|
|
"cache:avatars": "tsx scripts/cacheAvatars.ts"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.5",
|
|
"@astrojs/cloudflare": "^12.6.12",
|
|
"@astrojs/rss": "^4.0.13",
|
|
"@shikijs/transformers": "^3.19.0",
|
|
"@waline/client": "^3.7.1",
|
|
"astro": "^5.15.3",
|
|
"astro-pure": "1.3.6",
|
|
"katex": "^0.16.25",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"sharp": "^0.34.4",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
|
|
"@typescript-eslint/parser": "^8.46.3",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-astro": "^1.5.0",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"remark-directive": "^4.0.0",
|
|
"toggle-selection": "^1.0.6",
|
|
"unist-util-visit": "^5.0.0"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
]
|
|
} |