-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "lensplanner",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "3.300.0",
"@aws-sdk/s3-request-presigner": "3.301.0",
"@headlessui/react": "1.7.13",
"@heroicons/react": "2.0.16",
"@lens-protocol/react": "0.6.0",
"@lens-protocol/react-web": "0.6.0",
"@lens-protocol/wagmi": "0.6.0",
"@nextui-org/react": "1.0.0-beta.12",
"@rainbow-me/rainbowkit": "0.12.1",
"@tailwindcss/forms": "0.5.3",
"@types/lodash": "4.14.192",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "1.3.4",
"date-fns": "2.29.3",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"ethers": "^5",
"lodash": "4.17.21",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-textarea-autosize": "8.4.1",
"siwe": "1.1.6",
"typescript": "5.0.2",
"uuid": "9.0.0",
"wagmi": "0.12.2"
},
"devDependencies": {
"@types/uuid": "9.0.1",
"autoprefixer": "10.4.14",
"postcss": "8.4.21",
"tailwindcss": "3.2.7"
}
}