{ "name": "vhastro", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "newpost": "node ./script/newpost.js", "offdev": "astro preferences disable devToolbar", "ondev": "astro preferences enable devToolbar" }, "dependencies": { "@astrojs/mdx": "^4.2.6", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.4.0", "@swup/astro": "^1.6.0", "aplayer": "^1.10.1", "astro": "^5.7.12", "overlayscrollbars": "^2.11.2", "vanilla-lazyload": "^19.1.3", "vh-plugin": "^1.2.2" }, "devDependencies": { "@playform/compress": "^0.1.9", "@types/dplayer": "^1.25.5", "@types/nprogress": "^0.2.3", "@waline/client": "^3.5.7", "cheerio": "^1.0.0", "dayjs": "^1.11.13", "less": "^4.3.0", "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.3", "unist-util-visit": "^5.0.0" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild", "sharp", "swup" ] } }