-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.77 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
{
"name": "xchar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3333",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@crossbell/connect-kit": "1.5.20",
"@crossbell/contract": "1.5.20",
"@crossbell/indexer": "1.5.20",
"@crossbell/notification": "1.5.20",
"@crossbell/ui": "1.5.20",
"@crossbell/util-ethers": "1.5.20",
"@crossbell/util-hooks": "1.5.20",
"@crossbell/util-metadata": "1.5.20",
"@ctrl/tinycolor": "^4.0.2",
"@emotion/react": "^11.11.1",
"@floating-ui/react": "^0.26.1",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@heroicons/react": "^2.0.18",
"@mantine/core": "^6.0.19",
"@mantine/hooks": "^6.0.19",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-persist-client": "^4.32.6",
"axios": "^1.5.1",
"clsx": "^2.0.0",
"crossbell": "1.10.1",
"dayjs": "^1.11.10",
"downshift": "^8.2.2",
"hast": "^1.0.0",
"idb-keyval": "^6.2.1",
"immer": "^10.0.3",
"ioredis": "^5.3.2",
"js-yaml": "^4.1.0",
"mdast-util-to-string": "^4.0.0",
"next": "13.5.5",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.1",
"react-infinite-scroller": "^1.2.6",
"react-parallax-tilt": "^1.7.171",
"react-scroll": "^1.9.0",
"refractor": "^4.8.1",
"rehype-infer-description-meta": "^1.1.0",
"rehype-prism-plus": "^1.6.3",
"rehype-raw": "^6.1.1",
"rehype-react": "^7.2.0",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-breaks": "^3.0.3",
"remark-directive": "^2.0.1",
"remark-directive-rehype": "^0.4.2",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"sharp": "^0.32.6",
"underscore": "^1.13.6",
"unified": "^10.1.2",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"viem": "^1.20.2",
"wagmi": "1.4.12",
"zustand": "^4.4.7"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@types/hast": "^3.0.2",
"@types/js-yaml": "^4.0.8",
"@types/node": "20.8.7",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.13",
"@types/react-infinite-scroller": "^1.2.4",
"@types/react-scroll": "^1.8.9",
"@types/underscore": "^1.11.12",
"autoprefixer": "^10.4.16",
"eslint": "8.51.0",
"eslint-config-next": "13.5.5",
"husky": "^8.0.3",
"lint-staged": "^15.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
}
}