Spaces:
Sleeping
Sleeping
{ | |
"name": "bingo", | |
"version": "0.3.0", | |
"private": true, | |
"scripts": { | |
"dev": "cross-env DEBUG=bingo next dev --hostname 0.0.0.0", | |
"build": "next build", | |
"start": "next start", | |
"lint": "next lint" | |
}, | |
"dependencies": { | |
"@headlessui/react": "^1.7.15", | |
"@radix-ui/react-alert-dialog": "^1.0.4", | |
"@radix-ui/react-dialog": "^1.0.4", | |
"@radix-ui/react-dropdown-menu": "^2.0.5", | |
"@radix-ui/react-label": "^2.0.2", | |
"@radix-ui/react-select": "^1.2.2", | |
"@radix-ui/react-separator": "^1.0.3", | |
"@radix-ui/react-slot": "^1.0.2", | |
"@radix-ui/react-tooltip": "^1.0.6", | |
"autoprefixer": "10.4.14", | |
"cheerio": "^1.0.0-rc.12", | |
"class-variance-authority": "^0.7.0", | |
"clsx": "^2.0.0", | |
"debug": "^4.3.4", | |
"dotenv": "^16.3.1", | |
"eslint": "8.44.0", | |
"eslint-config-next": "13.4.9", | |
"form-data": "^4.0.0", | |
"http-proxy-middleware": "^2.0.6", | |
"https-proxy-agent": "^7.0.1", | |
"i18next": "^22.5.0", | |
"i18next-browser-languagedetector": "^7.0.2", | |
"idb-keyval": "^6.2.1", | |
"immer": "^9.0.19", | |
"inter-ui": "^3.19.3", | |
"jotai": "^2.2.1", | |
"jotai-immer": "^0.2.0", | |
"jotai-location": "^0.5.1", | |
"js-base64": "^3.7.5", | |
"lodash": "^4.17.21", | |
"lodash-es": "^4.17.21", | |
"nanoid": "^4.0.2", | |
"next": "13.4.9", | |
"next-auth": "^4.22.3", | |
"next-themes": "^0.2.1", | |
"postcss": "8.4.25", | |
"random-ip": "^0.0.1", | |
"react": "18.2.0", | |
"react-dom": "18.2.0", | |
"react-hot-toast": "^2.4.1", | |
"react-intersection-observer": "^9.5.2", | |
"react-markdown": "^8.0.7", | |
"react-syntax-highlighter": "^15.5.0", | |
"react-textarea-autosize": "^8.5.0", | |
"react-viewport-list": "^7.1.1", | |
"rehype-highlight": "^6.0.0", | |
"rehype-stringify": "^9.0.3", | |
"remark": "^14.0.3", | |
"remark-breaks": "^3.0.3", | |
"remark-gfm": "^3.0.1", | |
"remark-math": "^5.1.1", | |
"remark-parse": "^10.0.2", | |
"remark-rehype": "^10.1.0", | |
"remark-supersub": "^1.0.0", | |
"tailwind-merge": "^1.14.0", | |
"tailwind-scrollbar": "^3.0.4", | |
"tailwindcss": "3.3.2", | |
"typescript": "5.1.6", | |
"undici": "^5.22.1", | |
"websocket-as-promised": "^2.0.1", | |
"ws": "^8.13.0" | |
}, | |
"devDependencies": { | |
"@headlessui/tailwindcss": "^0.1.3", | |
"@types/debug": "^4.1.8", | |
"@types/dom-speech-recognition": "^0.0.1", | |
"@types/lodash-es": "^4.17.7", | |
"@types/md5": "^2.3.2", | |
"@types/node": "20.4.2", | |
"@types/react": "18.2.14", | |
"@types/react-color": "^3.0.6", | |
"@types/react-copy-to-clipboard": "^5.0.4", | |
"@types/react-dom": "18.2.7", | |
"@types/react-scroll-to-bottom": "^4.2.0", | |
"@types/react-syntax-highlighter": "^15.5.6", | |
"@types/ws": "^8.5.5", | |
"@typescript-eslint/eslint-plugin": "^5.60.1", | |
"@typescript-eslint/parser": "^5.60.1", | |
"cross-env": "^7.0.3", | |
"sass": "^1.62.1" | |
} | |
} | |