This commit is contained in:
louiscklaw
2025-01-31 22:59:12 +08:00
parent b3cc8e8323
commit 2f380a6c09
201 changed files with 31229 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "hello-nextjs12",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "15.0.2",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"eslint": "9.14.0",
"eslint-config-next": "15.0.2"
}
}