-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.95 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
{
"name": "os-dev-blog",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@livepeer/design-system": "^1.0.4",
"@livepeer/react": "^2.4.0",
"@rainbow-me/rainbowkit": "^0.8.1",
"@reach/skip-nav": "^0.18.0",
"@tanstack/react-query": "4.23.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@vercel/og": "^0.2.0",
"aptos": "^1.6.0",
"clsx": "^1.2.1",
"core-js": "^3.30.2",
"ethers": "^5.7.2",
"formidable": "^2.0.1",
"hls.js": "^1.3.1",
"livepeer": "^2.1.2",
"mobx": "^6.9.0",
"next": "13.1.5",
"next-themes": "^0.2.1",
"nextra": "2.2.13",
"nextra-theme-docs": "2.2.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"redoc": "^2.0.0",
"sharp": "^0.31.3",
"styled-components": "^5.3.10",
"video.js": "^7.21.1",
"wagmi": "^0.10.15"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.1.5",
"@next/eslint-plugin-next": "^13.1.5",
"@preconstruct/next": "^4.0.0",
"@types/formidable": "^2.0.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/video.js": "^7.3.50",
"autoprefixer": "^10.4.13",
"babel-plugin-styled-components": "^2.1.1",
"eslint": "^8.32.0",
"eslint-config-next": "^13.1.5",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-testing-library": "^5.10.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}