{ "name": "lecoffre-front", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "format": "prettier --write src" }, "dependencies": { "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@heroicons/react": "^2.1.3", "@mui/material": "^5.11.13", "@next/third-parties": "^14.2.3", "@types/node": "18.15.1", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "class-validator": "^0.14.0", "classnames": "^2.3.2", "crypto-random-string": "^5.0.0", "dotenv": "^16.0.3", "eslint": "8.36.0", "eslint-config-next": "13.2.4", "form-data": "^4.0.0", "jwt-decode": "^3.1.2", "le-coffre-resources": "git@github.com:smart-chain-fr/leCoffre-resources.git#v2.139", "next": "^14.2.3", "prettier": "^2.8.7", "react": "18.2.0", "react-dom": "18.2.0", "react-gtm-module": "^2.0.11", "react-hotjar": "^6.3.1", "react-select": "^5.7.2", "react-toastify": "^9.1.3", "sass": "^1.59.2", "sharp": "^0.32.1", "typescript": "4.9.5", "uuidv4": "^6.2.13" }, "devDependencies": { "@types/react-gtm-module": "^2.0.3" } }