{ "name": "self-workshop", "version": "0.1.0", "private": true, "scripts": { "build": "next build", "dev": "next dev", "lint": "next lint", "start": "next start" }, "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@mui/material": "^6.0.2", "@selfxyz/common": "^0.0.8", "@selfxyz/core": "^1.1.0-beta.7", "@selfxyz/qrcode": "^1.0.15", "axios": "^1.7.7", "ethers": "^6.14.4", "lottie-react": "^2.4.0", "next": "^14.2.28", "react": "^18.2.0", "react-dom": "^18.2.0", "uuid": "^11.1.0" }, "devDependencies": { "@eslint/eslintrc": "^3", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.4.21", "eslint": "^8", "eslint-config-next": "14.2.8", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" }, "engines": { "node": "22.x" }, "packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728" }