mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
31 lines
741 B
JSON
31 lines
741 B
JSON
{
|
|
"name": "personal",
|
|
"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.2.1",
|
|
"@astrojs/mdx": "^1.1.3",
|
|
"@astrojs/rss": "^3.0.0",
|
|
"@astrojs/sitemap": "^3.0.2",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@iconify-json/bxl": "^1.1.10",
|
|
"@iconify-json/devicon": "^1.1.35",
|
|
"astro": "^3.4.0",
|
|
"astro-icon": "^1.0.2",
|
|
"chroma-js": "^2.4.2",
|
|
"reset-css": "^5.0.2",
|
|
"tailwindcss": "^3.0.24",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chroma-js": "^2.4.2",
|
|
"sharp": "^0.32.6"
|
|
}
|
|
} |