aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
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"