-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.66 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
{
"name": "lenstrip",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@apollo/client": "^3.7.17",
"@headlessui/react": "^1.7.15",
"@lens-protocol/client": "^1.2.0",
"@lens-protocol/react-web": "^1.2.1",
"@lens-protocol/wagmi": "^2.0.1",
"@lens-protocol/widgets-react": "^0.0.21",
"@rainbow-me/rainbowkit": "^1.0.6",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vercel/analytics": "^1.0.1",
"antd": "^5.6.4",
"antd-img-crop": "^4.12.2",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"cors": "^2.8.5",
"dayjs-twitter": "^0.5.0",
"emoji-picker-react": "^4.4.10",
"encoding": "^0.1.13",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"ethers": "^5.7.2",
"graphql": "^16.7.1",
"i18next": "^23.2.8",
"i18next-browser-languagedetector": "^7.1.0",
"lokijs": "^1.5.12",
"macy": "^2.5.1",
"masonry-layout": "^4.2.2",
"multer": "^1.4.5-lts.1",
"next": "13.4.9",
"next-seo": "^6.1.0",
"pino-pretty": "^10.0.1",
"postcss": "8.4.25",
"react": "18.2.0",
"react-content-loader": "^6.2.1",
"react-dom": "18.2.0",
"react-i18next": "^13.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-player": "^2.12.0",
"react-quill": "^2.0.0",
"react-usestateref": "^1.0.8",
"sharp": "^0.32.4",
"tailwindcss": "3.3.2",
"typescript": "5.1.6",
"typestub-ipfs-only-hash": "^4.0.0",
"viem": "^1.2.14",
"wagmi": "^1.3.8"
}
}