{ "name": "vhastro", "type": "module", "version": "0.0.1", "scripts": { "dev": "rm -rf .astro && astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "newpost": "node ./script/newpost.js" }, "dependencies": { "@astrojs/mdx": "^4.1.1", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", "@swup/astro": "^1.5.0", "aplayer": "^1.10.1", "astro": "^5.4.3", "overlayscrollbars": "^2.11.1", "vanilla-lazyload": "^19.1.3", "vh-plugin": "^1.2.2" }, "devDependencies": { "@playform/compress": "^0.1.7", "@types/dplayer": "^1.25.5", "@types/nprogress": "^0.2.3", "cheerio": "^1.0.0", "dayjs": "^1.11.13", "less": "^4.2.2", "mdast-util-to-string": "^4.0.0", "reading-time": "^1.5.0", "rehype-katex": "^7.0.1", "rehype-slug": "^6.0.0", "remark-directive": "^4.0.0", "remark-math": "^6.0.0", "remark-sectionize": "^2.1.0", "typescript": "^5.8.2", "unist-util-visit": "^5.0.0" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild", "sharp", "swup" ] } }