Initial commit from Create Next App

This commit is contained in:
胡旭
2026-06-23 14:17:55 +08:00
parent 2c032a45de
commit 507f12e501
19 changed files with 4407 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "sui_blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"next": "16.2.9",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"tailwindcss": "^4",
"typescript": "^5"
}
}