diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/package.json b/package.json index 1030dac..198d074 100644 --- a/package.json +++ b/package.json @@ -3,25 +3,19 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev --turbo", - "build": "next build", - "start": "next start", - "lint": "next lint" + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" }, "dependencies": { - "autoprefixer": "10.4.14", - "date-fns": "^2.30.0", - "eslint": "8.44.0", - "eslint-config-next": "13.4.10", - "gray-matter": "^4.0.3", - "markdown-to-jsx": "^7.2.1", - "next": "13.4.10", - "postcss": "8.4.26", - "react": "18.2.0", - "react-dom": "18.2.0", - "tailwindcss": "3.3.3" - }, - "devDependencies": { - "@tailwindcss/typography": "^0.5.9" + "@astrojs/preact": "^2.2.1", + "@astrojs/tailwind": "^4.0.0", + "@fontsource-variable/exo": "^5.0.6", + "@tailwindcss/typography": "^0.5.9", + "astro": "^2.9.2", + "preact": "^10.6.5", + "tailwindcss": "^3.0.24" } } |
