This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
78 lines (78 loc) · 2.23 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
{
"name": "devcon-tv",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npx next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"prettier": "prettier --write ./src/**/*.{ts,tsx,scss}"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.11",
"@livepeer/react": "2.4.3",
"@rainbow-me/rainbowkit": "^0.12.8",
"@socialgouv/matomo-next": "^1.3.0",
"@use-it/interval": "^1.0.0",
"@vercel/analytics": "^1.0.0",
"bootstrap-icons": "^1.8.1",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5",
"googleapis": "^107.0.0",
"gray-matter": "^4.0.3",
"ipfs-core": "^0.14.3",
"ipfs-http-client": "^56.0.3",
"it-all": "^1.0.6",
"it-to-buffer": "^2.0.2",
"memory-cache": "^0.2.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.37",
"mux-embed": "^4.23.0",
"next": "^12.3.1",
"node-fetch": "^3.3.1",
"npm": "^8.19.2",
"p-queue": "^7.3.4",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-scroll": "^1.8.7",
"react-share": "^4.4.0",
"slugify": "^1.6.5",
"video.js": "^7.18.1",
"videojs-contrib-quality-levels": "^2.1.0",
"videojs-hls-quality-selector": "^1.1.4",
"videojs-mux": "^4.6.4",
"videojs-playlist": "^5.0.0",
"videojs-youtube": "^2.6.1",
"wagmi": "^0.12.10"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@types/memory-cache": "^0.2.2",
"@types/react": "^18.0.37",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-share": "^4.0.0",
"@types/video.js": "^7.3.32",
"@types/videojs-contrib-quality-levels": "^2.0.1",
"@types/videojs-hls-quality-selector": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"autoprefixer": "^10.4.7",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"sass": "^1.49.9",
"tailwindcss": "^3.1.6",
"typescript": "*"
},
"resolutions": {
"@types/react": "<18.0.0",
"@types/react-dom": "<18.0.0"
}
}