-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.12 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
{
"name": "orbis",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@livepeer/react": "^2.0.0-next.13",
"@orbisclub/orbis-sdk": "^0.4.4-beta.41",
"@rainbow-me/rainbowkit": "^0.8.0",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.1.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tensorflow/tfjs": "^4.1.0",
"@tippyjs/react": "^4.2.6",
"@wagmi/chains": "^0.1.0",
"@walletconnect/web3-provider": "^1.8.0",
"@web3modal/ethereum": "^2.0.0-beta.8",
"@web3modal/react": "^2.0.0-beta.8",
"axios": "^1.2.0",
"clsx": "^1.2.1",
"eslint": "8.28.0",
"eslint-config-next": "13.0.6",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.7.2",
"filereader-stream": "^2.0.0",
"javascript-time-ago": "^2.5.9",
"linkify-plugin-hashtag": "^4.0.2",
"linkify-plugin-mention": "^4.0.2",
"linkify-react": "^4.0.2",
"linkifyjs": "^4.0.2",
"nanoid": "^4.0.0",
"next": "13.0.6",
"next-seo": "^5.15.0",
"next-share": "^0.19.0",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"nsfwjs": "^2.4.2",
"path": "^0.12.7",
"react": "18.2.0",
"react-cool-inview": "^3.0.1",
"react-detect-click-outside": "^1.1.7",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-lazy-load-image-component": "^1.5.6",
"react-mentions": "^4.4.7",
"react-multi-carousel": "^2.8.2",
"react-string-replace": "^1.1.0",
"react-time-ago": "^7.2.1",
"sass": "^1.56.1",
"scss": "^0.2.4",
"simplebar-react": "^2.4.3",
"use-debounce": "^9.0.2",
"uuid": "^9.0.0",
"uuidv4": "^6.2.13",
"wagmi": "^0.9.2",
"web3.storage": "^4.4.0",
"zustand": "^4.1.4"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}