frontpage/package.json

30 lines
722 B
JSON
Raw Normal View History

2023-12-11 23:41:48 +01:00
{
"name": "website-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/mdx": "^1.1.5",
2024-01-19 14:51:27 +01:00
"@c0ntroller/wasm-terminal": ">=0.1.0",
2023-12-11 23:41:48 +01:00
"astro": "^3.6.0",
"astro-icon": "^0.8.1",
"sass": "^1.69.5",
"typescript": "^5.3.2"
},
"devDependencies": {
"@fec/remark-a11y-emoji": "^4.0.2",
2024-03-03 12:13:17 +01:00
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/simple-icons": "^1.1.93",
2023-12-11 23:41:48 +01:00
"astro-themes": "^0.2.4",
2024-01-06 13:59:05 +01:00
"remark-code-extra": "^1.0.1",
"vite-plugin-wasm-pack": "0.1.11"
2023-12-11 23:41:48 +01:00
}
}