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

49 lines
1.4 KiB
JSON
Raw Normal View History

2023-05-20 17:13:10 +02:00
{
2024-01-29 21:49:35 +01:00
"name": "vaporvees-website",
2023-05-20 17:13:10 +02:00
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-02-01 19:22:05 +01:00
"@astrojs/markdown-remark": "^4.2.1",
2024-02-01 14:50:19 +01:00
"@astrojs/mdx": "^2.1.1",
2024-02-08 22:22:57 +01:00
"@expressive-code/plugin-shiki": "^0.32.4",
2024-07-14 01:03:05 +02:00
"@iconify-json/flat-color-icons": "^1.1.10",
"@iconify-json/logos": "^1.1.43",
2024-07-12 19:43:31 +02:00
"@iconify-json/prime": "^1.1.12",
2024-07-14 01:03:05 +02:00
"@iconify-json/simple-icons": "^1.1.109",
2024-07-12 19:34:22 +02:00
"@iconify-json/typcn": "^1.1.9",
2024-07-14 01:03:05 +02:00
"@iconify-json/vscode-icons": "^1.1.35",
2024-02-02 21:47:13 +01:00
"@microflash/remark-callout-directives": "^2.0.0",
2024-01-29 21:49:35 +01:00
"astro": "^4.2.6",
2024-02-08 22:22:57 +01:00
"astro-expressive-code": "^0.32.4",
2024-02-07 12:36:43 +01:00
"astro-icon": "^1.1.0",
2024-02-02 23:03:55 +01:00
"astro-lighthouse": "^0.1.3",
2024-01-30 23:16:05 +01:00
"astro-meta-tags": "^0.2.1",
"astro-min": "^1.1.0-dev.4",
2024-01-30 11:03:04 +01:00
"npx": "^3.0.0",
2024-02-01 19:22:05 +01:00
"rehype-autolink-headings": "^7.1.0",
2024-02-08 14:27:49 +01:00
"rehype-pretty-code": "^0.13.0",
2024-02-01 19:22:05 +01:00
"rehype-slug": "^6.0.0",
2024-02-02 21:47:13 +01:00
"remark-directive": "^3.0.0",
"remark-external-links": "^9.0.1",
2024-02-08 14:27:49 +01:00
"remark-toc": "^9.0.0",
"sass": "^1.70.0",
"shiki": "^1.0.0",
"unist-util-visit": "^5.0.0"
2024-02-07 12:36:43 +01:00
},
"devDependencies": {
2024-07-12 19:34:22 +02:00
"@iconify-json/mdi": "^1.1.67"
2024-02-10 19:40:38 +01:00
},
"optionalDependencies": {
2024-02-10 19:46:26 +01:00
"@esbuild/linux-x64": "^0.20.0",
2024-02-10 19:42:23 +01:00
"@minify-html/node-linux-x64": "^0.15.0",
2024-02-10 19:40:38 +01:00
"@rollup/rollup-linux-x64-gnu": "^4.10.0"
2023-05-20 17:13:10 +02:00
}
2024-01-30 23:16:05 +01:00
}