{ "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.0.8", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", "astro": "^5.3.0", "dayjs": "^1.11.13", "dplayer": "^1.27.1", "hls.js": "^1.5.20", "nprogress": "^0.2.0", "overlayscrollbars": "^2.11.0", "remark-directive": "^3.0.1", "twikoo": "1.6.41", "unist-util-visit": "^5.0.0", "vanilla-lazyload": "^19.1.3", "vh-plugin": "^1.2.2" }, "devDependencies": { "@types/dplayer": "^1.25.5", "@types/nprogress": "^0.2.3", "cheerio": "^1.0.0", "less": "^4.2.2" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild", "sharp" ] } }