-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
70 lines (70 loc) · 2.03 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
{
"name": "devops-journey",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "dotenv-run -- next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@reach/skip-nav": "^0.18.0",
"@tabler/icons-react": "^3.20.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.2.0",
"@vercel/postgres": "^0.10.0",
"axios": "^1.7.7",
"clsx": "^1.2.1",
"core-js": "^3.33.2",
"formidable": "^2.1.2",
"hls.js": "^1.4.12",
"next": "13.1.5",
"next-themes": "^0.2.1",
"nextra": "2.2.13",
"nextra-theme-docs": "2.2.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-medium-image-zoom": "^5.2.10",
"react-query": "^3.39.3",
"react-share": "^5.1.0",
"react-tabs": "^6.1.0",
"redoc": "^2.1.3",
"sharp": "^0.31.3",
"styled-components": "^5.3.11",
"video.js": "^7.21.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@dotenv-run/cli": "^1.3.6",
"@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.3.11",
"@types/react-dom": "^18.3.1",
"@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-testing-library": "^5.11.1",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.5",
"typescript": "^4.9.5"
}
}