{ "name": "ui", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@auth0/nextjs-auth0": "^4.7.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@fontsource/inter": "^5.2.6", "@mui/icons-material": "^7.1.2", "@mui/material": "^7.1.2", "@mui/material-nextjs": "^7.1.1", "@mui/system": "^7.1.1", "@stripe/react-stripe-js": "^3.7.0", "@stripe/stripe-js": "^7.4.0", "@types/fabric": "^5.3.10", "axios": "^1.10.0", "fabric": "^6.7.0", "formik": "^2.4.6", "konva": "^9.3.20", "next": "15.3.4", "react": "^19.0.0", "react-dom": "^19.0.0", "react-konva": "^19.0.6", "yup": "^1.6.1" }, "devDependencies": { "@eslint/eslintrc": "^3", "@tailwindcss/postcss": "^4", "@types/node": "^20.19.1", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.3.4", "tailwindcss": "^4", "typescript": "^5" } }