-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.3 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
{
"name": "litlistener_nocode",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.5",
"@lit-protocol/lit-node-client": "3.0.25",
"@rainbow-me/rainbowkit": "1.3.1",
"@reduxjs/toolkit": "^1.9.5",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"bs58": "^5.0.0",
"caniuse-lite": "^1.0.30001570",
"copy-to-clipboard": "^3.3.3",
"dotenv": "^16.3.1",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"ethers": "^6.8.1",
"gql": "^1.1.2",
"graphql": "^16.8.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "^13.4.7",
"next-connect": "^0.13.0",
"postcss": "8.4.24",
"prism-react-renderer": "^2.0.6",
"react": "18.2.0",
"react-datepicker": "^4.15.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-redux": "^8.1.1",
"redux": "^4.2.1",
"siwe": "^2.1.4",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"viem": "1.20.0",
"wagmi": "1.4.12"
},
"devDependencies": {
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/lodash": "^4.14.195",
"@types/react-datepicker": "^4.11.2"
}
}