frontpage/package.json

26 lines
558 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",
"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"
}
}