-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
115 lines (115 loc) · 3.55 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
{
"name": "crossbell-universe",
"license": "MIT",
"private": true,
"repository": "github:Crossbell-Box/crossbell-universe",
"bugs": "https://github.com/Crossbell-Box/crossbell-universe/issues",
"homepage": "https://github.com/Crossbell-Box/crossbell-universe#readme",
"author": "Natural Selection Labs",
"keywords": [],
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"dev:docs": "pnpm --filter 'docs' dev",
"format": "run-p format:code format:package",
"format:code": "prettier '*.@(ts|tsx|html|json)' '@(packages|sites|scripts)/**/*.@(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",
"release:dev": "zx ./scripts/release-dev.mjs",
"release:prod": "lerna version",
"test": "turbo run test"
},
"packageManager": "[email protected]",
"dependencies": {
"@crossbell/ipfs-gateway": "0.0.21",
"@crossbell/ipfs-react": "0.0.21",
"@ctrl/tinycolor": "^4.0.2",
"@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.21",
"@mantine/core": "^6.0.21",
"@mantine/dropzone": "^6.0.21",
"@mantine/form": "^6.0.21",
"@mantine/hooks": "^6.0.21",
"@mantine/modals": "^6.0.21",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "^6.0.21",
"@mantine/nprogress": "^6.0.21",
"@next/bundle-analyzer": "^14.0.4",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@wagmi/core": "^1.4.12",
"canvas-confetti": "^1.9.2",
"classnames": "^2.3.2",
"crossbell": "1.10.1",
"dayjs": "^1.11.10",
"embla-carousel-react": "^7.1.0",
"emoji-mart": "^5.5.2",
"framer-motion": "^10.16.16",
"immer": "^10.0.3",
"link-preview-js": "^3.0.5",
"next-seo": "^6.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.3",
"react-markdown": "^9.0.1",
"react-medium-image-zoom": "^5.1.9",
"react-player": "^2.14.1",
"react-transition-group": "^4.4.5",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-emoji": "^4.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"sticky-sidebar-v2": "^1.1.1",
"type-fest": "^4.8.3",
"typeit-react": "^2.7.0",
"wagmi": "1.4.12",
"zustand": "^4.4.7"
},
"devDependencies": {
"@crossbell/ipfs-gateway-next": "0.0.21",
"@iconify/utils": "^2.1.13",
"@types/canvas-confetti": "^1.6.4",
"@types/facepaint": "^1.2.5",
"@types/node": "^20.10.5",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"commander": "^11.1.0",
"esbuild": "^0.19.10",
"esbuild-css-modules-plugin": "^2.7.1",
"esbuild-register": "^3.5.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"format-package": "^7.0.0",
"husky": "^8.0.3",
"lerna": "^7.4.2",
"lint-staged": "^15.2.0",
"msw": "^2.0.11",
"next-transpile-modules": "^10.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.32",
"postcss-modules": "^6.0.0",
"prettier": "^3.1.1",
"tsconfig-paths": "^4.2.0",
"tsd": "^0.30.0",
"tslib": "^2.6.2",
"tsup": "^7.3.0",
"turbo": "^1.11.2",
"typedoc": "^0.25.4",
"typescript": "^5.3.3",
"zx": "^7.2.3"
}
}