28 lines
597 B
JSON
28 lines
597 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|