Files
fuzzy_app/package.json
2022-07-02 20:40:27 +08:00

28 lines
612 B
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.5.3",
"next": "12.1.4",
"nextjs-progressbar": "^0.0.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-toastify": "^8.2.0",
"sweetalert2": "^11.4.8",
"sweetalert2-react-content": "^4.2.0"
},
"devDependencies": {
"eslint": "8.12.0",
"eslint-config-next": "12.1.4"
}
}