diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-04-25 21:04:32 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-04-25 21:04:32 -0400 |
| commit | b50e5415658c42c7102510a01dc66f5080febb9f (patch) | |
| tree | 0e23f7c6fe9b657ec56125c727cda01570f58a23 /package.json | |
| parent | b53a37e8b55c70cb6bd18e10e78820d90c3a78b9 (diff) | |
| download | alure-website-b50e5415658c42c7102510a01dc66f5080febb9f.tar.gz alure-website-b50e5415658c42c7102510a01dc66f5080febb9f.tar.bz2 alure-website-b50e5415658c42c7102510a01dc66f5080febb9f.zip | |
New country; New page; Update packages
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/package.json b/package.json index a0478ec..e2107cf 100644 --- a/package.json +++ b/package.json @@ -3,23 +3,24 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev --turbo", + "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { - "autoprefixer": "^10.4.20", - "date-fns": "^3.6.0", + "autoprefixer": "^10.4.21", + "date-fns": "^4.1.0", "eslint": "^9.9.0", - "eslint-config-next": "^14.2.5", + "eslint-config-next": "15.3.1", + "googleapis": "^148.0.0", "gray-matter": "^4.0.3", - "markdown-to-jsx": "^7.4.7", - "next": "^14.2.5", + "markdown-to-jsx": "^7.7.6", + "next": "15.3.1", "postcss": "^8.4.41", - "react": "^18.3.1", - "react-dom": "^18.3.1", - "tailwindcss": "^3.4.10" + "react": "19.1.0", + "react-dom": "19.1.0", + "tailwindcss": "3.4.17" }, "devDependencies": { "@tailwindcss/typography": "^0.5.10" |
