{ "name": "pingvin-share-frontend", "version": "0.9.0", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "format": "prettier --write \"src/**/*.ts*\"" }, "dependencies": { "@emotion/react": "^11.10.5", "@emotion/server": "^11.10.0", "@mantine/core": "^5.10.0", "@mantine/dropzone": "^5.10.0", "@mantine/form": "^5.10.0", "@mantine/hooks": "^5.10.0", "@mantine/modals": "^5.10.0", "@mantine/next": "^5.10.0", "@mantine/notifications": "^5.10.0", "axios": "^1.2.2", "cookies-next": "^2.1.1", "file-saver": "^2.0.5", "jose": "^4.11.2", "mime-types": "^2.1.35", "moment": "^2.29.4", "next": "^13.1.2", "next-cookies": "^2.0.3", "next-http-proxy-middleware": "^1.2.5", "next-pwa": "^5.6.0", "p-limit": "^4.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.7.1", "yup": "^0.32.11" }, "devDependencies": { "@types/mime-types": "^2.1.1", "@types/node": "18.11.18", "@types/react": "18.0.26", "@types/react-dom": "18.0.10", "axios": "^1.2.2", "eslint": "8.31.0", "eslint-config-next": "^13.1.2", "eslint-config-prettier": "^8.6.0", "prettier": "^2.8.2", "tar": "^6.1.13", "typescript": "^4.9.4" } }