Files
004_comission/vinniesniper-54816/task1/_lab/013-flask-nextjs-draft/nextjs/hello-nextjs12/package.json
louiscklaw cd81c1cd1e update,
2025-01-31 22:59:38 +08:00

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"
}
}