forked from ismoilovdevml/devops-journey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.99 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
{
"name": "devops-journey",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@livepeer/design-system": "^1.1.0",
"@livepeer/react": "^2.9.2",
"@rainbow-me/rainbowkit": "^0.8.1",
"@reach/skip-nav": "^0.18.0",
"@tanstack/react-query": "4.23.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@vercel/analytics": "^1.1.1",
"@vercel/og": "^0.2.0",
"aptos": "^1.20.0",
"clsx": "^1.2.1",
"core-js": "^3.33.2",
"ethers": "^5.7.2",
"formidable": "^2.1.2",
"hls.js": "^1.4.12",
"livepeer": "^2.9.2",
"mobx": "^6.10.2",
"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.1.3",
"sharp": "^0.32.6",
"styled-components": "^5.3.11",
"video.js": "^7.21.5",
"wagmi": "^0.10.15"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.5.6",
"@next/eslint-plugin-next": "^13.5.6",
"@preconstruct/next": "^4.0.0",
"@types/formidable": "^2.0.6",
"@types/node": "^18.18.9",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/video.js": "^7.3.56",
"autoprefixer": "^10.4.16",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.53.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-testing-library": "^5.11.1",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.5",
"typescript": "^4.9.5"
}
}