-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.81 KB
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
{
"name": "masterwave-frontend-v1",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dicebear/avatars": "4.10.8",
"@dicebear/avatars-human-sprites": "4.10.8",
"@emoji-mart/data": "1.1.2",
"@emoji-mart/react": "1.1.1",
"@floating-ui/react-dom": "1.3.0",
"@polybase/util": "0.3.36",
"@progress/kendo-react-upload": "^5.12.0",
"@pushprotocol/restapi": "^0.8.3",
"@rainbow-me/rainbowkit": "0.11.1",
"@tiptap/extension-color": "^2.0.0-beta.220",
"@tiptap/extension-dropcursor": "^2.0.0-beta.220",
"@tiptap/extension-image": "^2.0.0-beta.220",
"@tiptap/extension-link": "^2.0.0-beta.220",
"@tiptap/extension-list-item": "^2.0.0-beta.220",
"@tiptap/extension-placeholder": "2.0.0-beta.220",
"@tiptap/extension-text-style": "^2.0.0-beta.220",
"@tiptap/pm": "2.0.0-beta.220",
"@tiptap/react": "2.0.0-beta.220",
"@tiptap/starter-kit": "^2.0.0-beta.220",
"axios": "1.3.4",
"emoji-mart": "5.5.2",
"ethers": "5.7.1",
"minimist": "^1.2.8",
"next": "13.0.6",
"next-seo": "5.15.0",
"nextjs-progressbar": "0.0.16",
"process": "^0.11.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.8.0",
"react-query": "3.39.3",
"react-toastify": "9.1.1",
"recoil": "0.7.7",
"wagmi": "0.11.7",
"web3.storage": "^4.5.4"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-copy-to-clipboard": "^5.0.4",
"autoprefixer": "^10.4.13",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "8.4.21",
"react-copy-to-clipboard": "^5.1.0",
"sass": "^1.55.0",
"tailwindcss": "3.2.7",
"typescript": "4.9.4"
}
}