init chapter3

This commit is contained in:
jiawei
2026-08-30 15:09:19 +08:00
parent 1916e3e31a
commit 0aa57254d9
18 changed files with 4499 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "chapter3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"next": "16.3.3",
"react": "19.2.8",
"react-dom": "19.2.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.3.3",
"tailwindcss": "^4",
"typescript": "^5"
},
"packageManager": "pnpm@10.34.5"
}