frontpage/package.json
Daniel Kluge 4e1c63ade5
All checks were successful
Deploy Astro / Build and Deploy (push) Successful in 57s
Add first Terminal draft
2024-01-06 13:59:05 +01:00

28 lines
640 B
JSON

{
"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",
"@c0ntroller/wasm-terminal": "^0.1.0",
"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",
"astro-themes": "^0.2.4",
"remark-code-extra": "^1.0.1",
"vite-plugin-wasm-pack": "0.1.11"
}
}