frontpage/package.json
Daniel Kluge dafbda9509
All checks were successful
Deploy Astro / Build and Deploy (push) Successful in 24m55s
Upgrade astro-icons
2024-03-03 15:18:06 +01:00

30 lines
722 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": "^1.1.0",
"sass": "^1.69.5",
"typescript": "^5.3.2"
},
"devDependencies": {
"@fec/remark-a11y-emoji": "^4.0.2",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/simple-icons": "^1.1.93",
"astro-themes": "^0.2.4",
"remark-code-extra": "^1.0.1",
"vite-plugin-wasm-pack": "0.1.11"
}
}