-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.86 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.86 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "newconnection-web",
"version": "2.0.0",
"description": "",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"eslintConfig": {
"extends": "react-app"
},
"author": "",
"license": "ISC",
"dependencies": {
"@heroicons/react": "^2.0.12",
"@next/bundle-analyzer": "^12.3.1",
"@rainbow-me/rainbowkit": "^0.7.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-router": "^5.1.19",
"@walletconnect/web3-provider": "^1.8.0",
"@web3auth/base": "^3.0.0",
"@web3auth/modal": "^3.0.2",
"@web3auth/openlogin-adapter": "^3.0.0",
"@web3auth/web3auth-wagmi-connector": "^1.0.0",
"ariakit": "^2.0.0-next.41",
"autoprefixer": "^10.4.12",
"classnames": "^2.3.2",
"daisyui": "^2.31.0",
"eslint": "^8.25.0",
"esm": "^3.2.25",
"ethers": "^5.7.1",
"firebase": "^9.12.1",
"heroicons": "^2.0.12",
"ipfs-http-client": "^58.0.1",
"lodash.merge": "^4.6.2",
"magic-sdk": "^10.0.0",
"next": "^12.3.1",
"node-fetch": "^3.2.10",
"postcss": "^8.4.17",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.7",
"react-hot-toast": "^2.4.0",
"react-query": "^3.39.2",
"react-scripts": "^5.0.1",
"react-spinners": "^0.13.6",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.4",
"usehooks-ts": "^2.9.1",
"wagmi": "^0.6.8",
"web3uikit": "^1.0.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}