-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
126 lines (126 loc) · 3.87 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
{
"private": true,
"repository": "github:Crossbell-Box/crossbell.io",
"bugs": "https://github.com/Crossbell-Box/crossbell.io/issues",
"homepage": "https://github.com/Crossbell-Box/crossbell.io#readme",
"author": "Natural Selection Labs",
"scripts": {
"build": "pnpm --filter crossbell.io run build",
"bump-version": "bumpp package.json packages/*/package.json sites/*/package.json",
"clean": "turbo run clean",
"dev": "pnpm --filter crossbell.io run dev",
"format": "run-p format:code format:package",
"format:code": "prettier '@(packages|examples)/**/*.@(ts|tsx|html|json)' --write",
"format:package": "format-package 'package.json' -w -c format-package.json",
"lint": "eslint . --ext .ts,.tsx --fix --max-warnings 0",
"prepare": "husky install",
"start": "pnpm --filter crossbell.io run start"
},
"dependencies": {
"@crossbell/connect-kit": "1.5.20",
"@crossbell/contract": "1.5.20",
"@crossbell/indexer": "1.5.20",
"@crossbell/ipfs-gateway": "0.0.21",
"@crossbell/ipfs-react": "0.0.21",
"@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": "3.6.0",
"@emoji-mart/react": "1.1.1",
"@emotion/cache": "11.11.0",
"@emotion/core": "11.0.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@mantine/carousel": "6.0.14",
"@mantine/core": "6.0.14",
"@mantine/dropzone": "6.0.14",
"@mantine/form": "6.0.14",
"@mantine/hooks": "6.0.14",
"@mantine/modals": "6.0.14",
"@mantine/next": "6.0.14",
"@mantine/notifications": "6.0.14",
"@mantine/nprogress": "6.0.14",
"@next/bundle-analyzer": "13.4.7",
"@sentry/react": "7.56.0",
"@sentry/tracing": "7.56.0",
"@tanstack/react-query": "4.29.15",
"@tanstack/react-query-devtools": "4.29.15",
"@wagmi/core": "^1.2.1",
"canvas-confetti": "1.6.0",
"classnames": "2.3.2",
"crossbell": "1.10.1",
"dayjs": "1.11.8",
"detect-browser": "5.3.0",
"embla-carousel-react": "7.1.0",
"emoji-mart": "5.5.2",
"framer-motion": "10.12.17",
"immer": "10.0.2",
"link-preview-js": "3.0.4",
"lodash.compact": "3.0.1",
"lru-cache": "10.0.0",
"next": "13.4.7",
"next-seo": "6.1.0",
"pretty-bytes": "6.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "9.5.1",
"react-markdown": "8.0.7",
"react-medium-image-zoom": "5.1.6",
"react-player": "2.12.0",
"react-transition-group": "4.4.5",
"rehype-raw": "6.1.1",
"rehype-sanitize": "5.0.1",
"remark-breaks": "3.0.3",
"remark-emoji": "3.1.2",
"remark-frontmatter": "4.0.1",
"remark-gfm": "3.0.1",
"sharp": "0.32.1",
"sticky-sidebar-v2": "1.1.1",
"type-fest": "3.12.0",
"typeit-react": "2.6.4",
"viem": "1.20.2",
"wagmi": "1.4.12",
"zustand": "4.4.7"
},
"devDependencies": {
"@crossbell/ipfs-gateway-next": "0.0.21",
"@iconify/utils": "2.1.7",
"@types/canvas-confetti": "1.6.0",
"@types/lodash.compact": "3.0.7",
"@types/node": "20.3.1",
"@types/qrcode": "1.5.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@unocss/webpack": "0.53.3",
"bumpp": "^9.1.1",
"commander": "^11.0.0",
"esbuild": "^0.18.7",
"esbuild-css-modules-plugin": "2.7.1",
"esbuild-register": "3.4.2",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"format-package": "^7.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"msw": "^1.2.2",
"next-transpile-modules": "^10.0.0",
"npm-run-all": "^4.1.5",
"postcss": "8.4.24",
"postcss-modules": "6.0.0",
"prettier": "^2.8.8",
"tsconfig-paths": "4.2.0",
"tsd": "^0.28.1",
"tslib": "^2.5.3",
"tsup": "7.0.0",
"turbo": "^1.10.6",
"typescript": "5.1.3",
"unocss": "0.53.3"
}
}