This commit is contained in:
louiscklaw
2025-02-01 01:19:51 +08:00
commit 3b0b154910
32597 changed files with 1171319 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "hello-nextjs12",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@douyinfe/semi-ui": "^2.19.0",
"axios": "^0.27.2",
"export-from-json": "^1.7.0",
"formidable": "^2.0.1",
"multer": "^1.4.5-lts.1",
"next-connect": "^0.13.0",
"next": "15.0.2",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@douyinfe/semi-next": "^2.19.0",
"eslint": "9.14.0",
"eslint-config-next": "15.0.2"
}
}