{ "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.10.6", "@emotion/server": "^11.10.0", "@mantine/core": "^6.0.5", "@mantine/dropzone": "^6.0.5", "@mantine/form": "^6.0.5", "@mantine/hooks": "^6.0.5", "@mantine/next": "^6.0.5", "@mantine/notifications": "^6.0.5", "@next/bundle-analyzer": "^13.3.1", "@react-icons/all-files": "^4.1.0", "@tabler/icons-react": "^2.17.0", "@vercel/analytics": "^1.0.2", "axios": "^1.4.0", "cookies-next": "^4.0.0", "date-fns": "^2.29.3", "next": "^13.3.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.8.0", "react-redux": "^8.0.5", "swr": "^2.1.5" }, "devDependencies": { "@babel/core": "^7.22.17", "@next/eslint-plugin-next": "^13.4.19", "@testing-library/dom": "^9.3.1", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@trivago/prettier-plugin-sort-imports": "^4.2.0", "@types/jest": "^29.5.4", "@types/node": "^20.6.0", "@types/react": "^18.2.21", "@typescript-eslint/eslint-plugin": "^6.6.0", "@typescript-eslint/parser": "^6.6.0", "babel-loader": "^9.1.3", "eslint": "^8.49.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-config-mantine": "^2.0.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-jest": "^27.2.3", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^6.0.1", "jest": "^29.6.4", "jest-environment-jsdom": "^29.6.4", "prettier": "^3.0.3", "ts-jest": "^29.1.1", "typescript": "^5.2.2" } }