forked from streamethorg/streameth-platform
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
90 lines (90 loc) · 2.85 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
82
83
84
85
86
87
88
89
90
{
"name": "@streameth/streameth-app",
"private": true,
"version": "3.0.0",
"scripts": {
"dev": "next dev -H 0.0.0.0 -p 3000",
"build": "next build",
"start": "next start -H 0.0.0.0 -p 3000",
"test": "cypress open",
"lint": "next lint",
"check-types": "tsc --noEmit --incremental",
"prettier:fix": "prettier --write './app' './components' './lib' './cypress'",
"prettier:check": "prettier --check './app' './components' './lib' './cypress'"
},
"dependencies": {
"@livepeer/react": "^4.1.18",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.18.1",
"@uiw/react-md-editor": "^4.0.3",
"@vercel/analytics": "^1.0.2",
"@vercel/speed-insights": "^1.0.2",
"autoprefixer": "10.4.14",
"class-validator": "^0.14.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"ethers": "^6.7.1",
"ethersv5": "npm:ethers@^5.7.2",
"fuzzy-search": "^3.2.1",
"js-base64": "^3.7.5",
"jwt-decode": "^4.0.0",
"livepeer": "^3.2.4",
"lucide-react": "^0.366.0",
"moment-timezone": "^0.5.43",
"momentjs": "^2.0.0",
"mux-embed": "^4.25.1",
"next": "^14.2.0",
"next-themes": "^0.2.1",
"pino-pretty": "^10.3.1",
"postcss": "8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-share": "^5.1.0",
"sharp": "^0.32.6",
"siwe": "^2.1.4",
"sonner": "^1.4.0",
"vaul": "^0.9.1",
"viem": "2.x",
"wagmi": "^2.5.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/fluent-ffmpeg": "^2.1.21",
"@types/fuzzy-search": "^2.1.5",
"@types/node": "20.3.0",
"@types/react": "18.2.37",
"@types/react-color": "^3.0.11",
"@types/react-dom": "18.2.15",
"@types/react-scroll": "^1.8.7",
"cypress": "^13.6.2",
"eslint": "8.50.0",
"eslint-config-next": "^14.0.2",
"next-bundle-analyzer": "^0.6.8",
"prettier": "3.0.1",
"tailwind-merge": "^2.2.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.1.3"
}
}