forked from Crossbell-Box/xLog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
153 lines (153 loc) · 4.56 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "xlog",
"private": true,
"description": "xLog is the best on-chain and open-source blogging community for everyone.",
"license": "AGPL-3.0",
"sideEffects": false,
"scripts": {
"build": "next build",
"dev": "next -p 2222",
"test-unit": "vitest run",
"test-e2e": "playwright test",
"start": "node server.js",
"uno-generate": "unocss \"src/**/*.{ts,tsx}\" -o src/generated/uno.css",
"prepare": "husky install"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@codemirror/commands": "6.2.2",
"@codemirror/lang-markdown": "6.1.0",
"@codemirror/language": "6.6.0",
"@codemirror/state": "6.2.0",
"@codemirror/view": "6.9.2",
"@crossbell/connect-kit": "0.0.54",
"@crossbell/contract": "0.0.54",
"@crossbell/indexer": "0.0.54",
"@crossbell/notification": "0.0.54",
"@crossbell/ui": "0.0.54",
"@crossbell/util-hooks": "0.0.54",
"@emoji-mart/data": "1.1.2",
"@emoji-mart/react": "1.1.1",
"@floating-ui/react": "^0.21.1",
"@headlessui/react": "1.7.13",
"@heroicons/react": "2.0.16",
"@iconify-json/mingcute": "^1.1.5",
"@mantine/core": "^6.0.2",
"@monaco-editor/react": "4.4.6",
"@tanstack/react-query": "4.26.1",
"@tanstack/react-query-devtools": "4.26.1",
"@tanstack/react-query-persist-client": "4.26.1",
"@uiw/codemirror-extensions-events": "4.19.9",
"@uiw/react-codemirror": "4.19.9",
"@urql/core": "3.2.2",
"axios": "1.3.4",
"canvas-confetti": "^1.6.0",
"chroma-js": "^2.4.2",
"clsx": "1.2.1",
"crossbell.js": "0.19.4",
"dayjs": "1.11.7",
"dotenv": "16.0.3",
"emoji-mart": "5.5.2",
"fast-average-color": "^9.3.0",
"fast-deep-equal": "3.1.3",
"i18next": "^22.4.11",
"idb-keyval": "6.2.0",
"immer": "9.0.19",
"ioredis": "5.3.1",
"js-yaml": "4.1.0",
"jsonfeed-to-rss": "^3.0.6",
"langchain": "^0.0.35",
"lottie-react": "^2.4.0",
"mdast-util-to-string": "3.1.1",
"mdast-util-toc": "6.1.1",
"nanoid": "4.0.1",
"next": "13.2.4",
"next-i18next": "^13.2.2",
"nextjs-progressbar": "0.0.16",
"nodejieba": "2.6.0",
"pinyin": "3.0.0-alpha.5",
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.43.5",
"react-hot-toast": "2.4.0",
"react-i18next": "^12.2.0",
"react-infinite-scroller": "1.2.6",
"react-parallax-tilt": "^1.7.115",
"react-scroll": "1.8.9",
"react-sortablejs": "6.1.4",
"refractor": "4.8.1",
"rehype-autolink-headings": "6.1.1",
"rehype-infer-description-meta": "^1.1.0",
"rehype-katex": "^6.0.2",
"rehype-prism-plus": "1.5.1",
"rehype-raw": "6.1.1",
"rehype-react": "7.1.2",
"rehype-sanitize": "5.0.1",
"rehype-slug": "5.1.0",
"rehype-stringify": "9.0.3",
"remark-breaks": "^3.0.2",
"remark-directive": "2.0.1",
"remark-directive-rehype": "0.4.2",
"remark-frontmatter": "4.0.1",
"remark-gfm": "3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "10.0.1",
"remark-rehype": "10.1.0",
"remark-stringify": "10.0.2",
"sharp": "0.31.3",
"sortablejs": "1.15.0",
"tailwind-merge": "^1.10.0",
"tailwindcss-animate": "^1.0.5",
"unidata.js": "0.7.17",
"unified": "10.1.2",
"unist-builder": "3.0.1",
"unist-util-visit": "4.1.2",
"use-onclickoutside": "0.4.1",
"uuid": "9.0.0",
"wagmi": "0.12.5"
},
"devDependencies": {
"@next/bundle-analyzer": "13.2.4",
"@playwright/test": "1.31.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/canvas-confetti": "^1.6.0",
"@types/chroma-js": "^2.4.0",
"@types/cookie": "0.5.1",
"@types/hast": "2.3.4",
"@types/js-yaml": "4.0.5",
"@types/mjml": "4.7.0",
"@types/node": "18.15.3",
"@types/prismjs": "1.26.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-infinite-scroller": "1.2.3",
"@types/react-scroll": "1.8.6",
"@types/sortablejs": "1.15.1",
"@types/ua-parser-js": "0.7.36",
"@types/uuid": "9.0.1",
"@unocss/cli": "0.50.5",
"@unocss/preset-icons": "0.50.5",
"autoprefixer": "10.4.14",
"babel-loader": "^9.1.2",
"cross-spawn": "7.0.3",
"esbuild": "0.17.11",
"esbuild-register": "3.4.2",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"husky": "8.0.3",
"lint-staged": "13.2.0",
"next-pwa": "^5.6.0",
"postcss-import": "15.1.0",
"prettier": "2.8.4",
"tailwindcss": "3.2.7",
"typescript": "4.9.5",
"unocss": "0.50.5",
"vitest": "0.29.3"
},
"engines": {
"node": ">=15"
}
}