forked from bloomerstv/bloomerstv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.17 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "sign-me-up",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen"
},
"devDependencies": {
"@apollo/client": "^3.8.8",
"@aws-sdk/client-s3": "^3.418.0",
"@ducanh2912/next-pwa": "^9.7.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/fragment-matcher": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^4.1.0",
"@mui/icons-material": "^5.14.18",
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "^5.14.18",
"@rainbow-me/rainbowkit": "^1.0.11",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"clsx": "^2.0.0",
"eslint": "^8.49.0",
"eslint-config-next": "13.5.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"ethers": "^5.7.2",
"i": "^0.3.7",
"next": "13.5.1",
"npm": "^10.1.0",
"postcss": "8.4.30",
"prettier": "^3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-toastify": "^9.1.3",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"uuid": "^9.0.1",
"viem": "^1.11.0",
"zustand": "^4.4.6"
},
"dependencies": {
"@lens-protocol/metadata": "^1.0.5",
"@lens-protocol/react-web": "^2.0.0-alpha.26",
"@lens-protocol/wagmi": "^3.0.0-alpha.23",
"@lexical/react": "^0.12.4",
"@livepeer/react": "^3.0.7",
"@wagmi/core": "^1.4.12",
"aws-crt": "^1.19.0",
"graphql-ws": "^5.14.2",
"interweave": "^13.1.0",
"lexical": "^0.12.4",
"plyr-react": "^5.3.0",
"react-draggable": "^4.4.6",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^2.0.0",
"usehooks-ts": "^2.9.1",
"wagmi": "^1.4.12"
}
}