forked from weaigc/bingo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "bingo",
"version": "1.4.0",
"private": true,
"main": "./cloudflare/cli.js",
"scripts": {
"dev": "cross-env DEBUG=bingo* NODE_ENV=development node ./server.js",
"build": "next build",
"proxy": "node ./cloudflare/cli.js",
"start": "node ./scripts/pre-check.js && cross-env NODE_ENV=production node ./server.js",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@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.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"form-data": "^4.0.0",
"i18next": "^23.4.6",
"i18next-browser-languagedetector": "^7.0.2",
"idb-keyval": "^6.2.1",
"ifw": "^0.0.2",
"immer": "^10.0.2",
"inter-ui": "^3.19.3",
"jotai": "^2.4.1",
"jotai-immer": "^0.2.0",
"jotai-location": "^0.5.1",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"miniflare": "^2.14.1",
"namestorage": "^1.3.0",
"nanoid": "^4.0.2",
"next": "13.4.19",
"next-auth": "^4.23.1",
"next-themes": "^0.2.1",
"nextjs-cors": "^2.1.2",
"node-imei": "^1.0.8",
"postcss": "8.4.29",
"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-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"react-viewport-list": "^7.1.1",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.3",
"rehype-stringify": "^10.0.0",
"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.5",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"websocket-as-promised": "^2.0.1",
"ws": "^8.13.0"
},
"devDependencies": {
"@headlessui/tailwindcss": "^0.2.0",
"@svgr/webpack": "^8.1.0",
"@types/debug": "^4.1.8",
"@types/dom-speech-recognition": "^0.0.1",
"@types/md5": "^2.3.2",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@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",
"openai": "^4.7.1",
"sass": "^1.66.1"
}
}