{ "name": "bitmagnet-next-web", "private": true, "scripts": { "dev": "next dev", "build": "cross-env BUILD_MODE=standalone next build", "start": "next start", "lint": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix" }, "dependencies": { "@apollo/client": "^3.10.4", "@apollo/server": "^4.10.4", "@as-integrations/next": "^3.0.0", "@nextui-org/react": "^2.4.1", "@nextui-org/system": "2.2.1", "@nextui-org/theme": "2.2.5", "@node-rs/jieba": "^1.10.3", "@react-aria/ssr": "3.9.4", "@react-aria/visually-hidden": "3.8.12", "@tsparticles/react": "^3.0.0", "@tsparticles/slim": "^3.4.0", "autoprefixer": "10.4.19", "clsx": "2.1.1", "dayjs": "^1.11.11", "framer-motion": "~11.1.1", "graphql": "^16.8.1", "graphql-tag": "^2.12.6", "intl-messageformat": "^10.5.0", "js-cookie": "^3.0.5", "next": "14.2.3", "next-intl": "^3.14.1", "next-themes": "^0.2.1", "pg": "^8.12.0", "postcss": "8.4.38", "react": "18.3.1", "react-dom": "18.3.1", "tailwind-variants": "0.1.20", "tailwindcss": "3.4.3", "zod": "^3.23.8" }, "devDependencies": { "@types/js-cookie": "^3.0.6", "@types/node": "20.5.7", "@types/pg": "^8.11.6", "@types/react": "18.3.2", "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "^7.10.0", "@typescript-eslint/parser": "^7.10.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-next": "14.2.1", "eslint-config-prettier": "^8.2.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-unused-imports": "^3.2.0", "typescript": "5.4.5" } }