This repository has been archived on 2025-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
Files
web-old/package.json

41 lines
1.0 KiB
JSON

{
"name": "vaporvees-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^4.2.1",
"@astrojs/mdx": "^2.1.1",
"@expressive-code/plugin-shiki": "^0.32.4",
"@microflash/remark-callout-directives": "^2.0.0",
"astro": "^4.2.6",
"astro-expressive-code": "^0.32.4",
"astro-icon": "^1.1.0",
"astro-lighthouse": "^0.1.3",
"astro-meta-tags": "^0.2.1",
"astro-min": "^1.1.0-dev.4",
"npx": "^3.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^3.0.0",
"remark-external-links": "^9.0.1",
"remark-toc": "^9.0.0",
"sass": "^1.70.0",
"shiki": "^1.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.64"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.10.0"
}
}