31 lines
691 B
JSON
31 lines
691 B
JSON
{
|
|
"name": "nextjs",
|
|
"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",
|
|
"@lottiefiles/react-lottie-player": "^3.4.7",
|
|
"axios": "^0.27.2",
|
|
"export-from-json": "^1.7.0",
|
|
"formidable": "^2.0.1",
|
|
"lottie-zip": "^1.1.3",
|
|
"multer": "^1.4.5-lts.1",
|
|
"next": "12.3.1",
|
|
"next-connect": "^0.13.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"recoil": "^0.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"@douyinfe/semi-next": "^2.19.0",
|
|
"eslint": "8.23.1",
|
|
"eslint-config-next": "12.3.1"
|
|
}
|
|
}
|