{ "name": "Bracket", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "analyze": "ANALYZE=true next build", "start": "next start", "typecheck": "tsc --noEmit", "export": "next build && next export", "lint": "next lint", "jest": "jest", "jest:watch": "jest --watch", "prettier:check": "prettier --check \"**/*.{ts,tsx}\"", "prettier:write": "prettier --write \"**/*.{ts,tsx}\"", "test": "tsc --noEmit && npm run prettier:write && npm run lint && npm run jest -- --passWithNoTests" }, "dependencies": { "@emotion/react": "^11.13.0", "@emotion/server": "^11.11.0", "@hcaptcha/react-hcaptcha": "^1.11.0", "@hello-pangea/dnd": "^17.0.0", "@mantine/core": "7.12.1", "@mantine/dates": "7.12.1", "@mantine/dropzone": "7.12.1", "@mantine/form": "7.14.0", "@mantine/hooks": "7.12.1", "@mantine/next": "^6.0.21", "@mantine/notifications": "7.12.1", "@mantine/spotlight": "7.12.1", "@next/bundle-analyzer": "^15.0.0", "@react-icons/all-files": "^4.1.0", "@tabler/icons-react": "^3.24.0", "axios": "^1.7.4", "clsx": "^2.0.0", "cookies-next": "^5.0.2", "date-fns": "^4.1.0", "dayjs": "^1.11.10", "i18next": "^24.0.0", "next": "^15.0.0", "next-i18next": "^15.4.0", "react": "^18.3.0", "react-dom": "^18.3.0", "react-ellipsis-text": "^1.2.1", "react-i18next": "^15.1.0", "react-icons": "^5.4.0", "react-qr-code": "^2.0.12", "react-redux": "^9.0.2", "swr": "^2.2.4", "yarn-upgrade-all": "^0.7.2" }, "devDependencies": { "@babel/core": "^7.26.0", "@next/eslint-plugin-next": "^15.0.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.1", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.1", "@trivago/prettier-plugin-sort-imports": "^5.2.0", "@types/jest": "^29.5.11", "@types/node": "^22.10.0", "@types/react": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "babel-loader": "^9.2.1", "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-mantine": "^3.2.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-jsx-a11y": "^6.10.0", "eslint-plugin-react": "^7.37.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^7.1.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "postcss": "^8.4.32", "postcss-preset-mantine": "^1.17.0", "postcss-simple-vars": "^7.0.1", "prettier": "^3.4.1", "ts-jest": "^29.2.0", "typescript": "^5.7.2" } }