forked from bloomerstv/bloomerstv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.36 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
76
77
78
79
80
81
{
"name": "BloomersTV",
"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.10.1",
"@aws-sdk/client-s3": "^3.568.0",
"@ducanh2912/next-pwa": "^10.2.6",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@mui/icons-material": "^5.15.16",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.16",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "10.4.19",
"axios": "^1.6.8",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"ethers": "^6.12.1",
"i": "^0.3.7",
"next": "14.2.3",
"npm": "^10.7.0",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"uuid": "^9.0.1",
"zustand": "^4.5.2"
},
"dependencies": {
"@aws-sdk/lib-storage": "^3.572.0",
"@lens-protocol/metadata": "^1.1.6",
"@lens-protocol/react-web": "^2.2.0",
"@lens-protocol/wagmi": "^4.1.2",
"@lexical/react": "^0.12.4",
"@livepeer/react": "^4.1.17",
"@mui/x-date-pickers": "^7.3.2",
"@radix-ui/react-popover": "^1.0.7",
"@rainbow-me/rainbowkit": "^2.0.6",
"@tanstack/react-query": "^5.32.1",
"aws-crt": "^1.21.2",
"dayjs": "^1.11.11",
"framer-motion": "^11.1.7",
"graphql-ws": "^5.16.0",
"interweave": "^13.1.0",
"lexical": "^0.12.4",
"lucide-react": "^0.368.0",
"plyr-react": "^5.3.0",
"react-countdown": "^2.3.5",
"react-draggable": "^4.4.6",
"react-hot-toast": "^2.4.1",
"socket.io-client": "^4.7.5",
"tailwind-merge": "^2.3.0",
"viem": "^2.9.31",
"wagmi": "^2.8.0",
"ws": "^8.17.0"
}
}