This commit is contained in:
Morten Olsen
2023-10-30 10:24:29 +01:00
commit 5f79c8da43
65 changed files with 6312 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"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",
"astro": "^3.4.0",
"chroma-js": "^2.4.2",
"reset-css": "^5.0.2",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/chroma-js": "^2.4.2",
"sharp": "^0.32.6"
}
}