| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "coffe-ts",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "lint": "next lint"
- },
- "dependencies": {
- "@emotion/react": "^11.10.4",
- "@emotion/styled": "^11.10.4",
- "@mui/codemod": "^5.10.8",
- "@mui/icons-material": "^5.10.6",
- "@mui/material": "^5.10.8",
- "@stripe/stripe-js": "^1.39.0",
- "@tanstack/react-query": "^4.10.3",
- "@types/mongodb": "^4.0.7",
- "formik": "^2.2.9",
- "next": "12.3.1",
- "next-auth": "^4.13.0",
- "next-i18next": "^11.3.0",
- "nookies": "^2.5.2",
- "react": "18.2.0",
- "react-dom": "18.2.0",
- "react-i18next": "^11.18.6",
- "yup": "^0.32.11"
- },
- "devDependencies": {
- "@tanstack/react-query-devtools": "^4.11.0",
- "@types/node": "18.8.3",
- "@types/react": "18.0.21",
- "@types/react-dom": "18.0.6",
- "eslint": "8.25.0",
- "eslint-config-next": "12.3.1",
- "typescript": "4.8.4"
- }
- }
|