-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.78 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": "personal-content-sharing-platform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format-check": "prettier --check .",
"prepare": "husky"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@apollo/client": "^3.10.1",
"@apollo/experimental-nextjs-app-support": "^0.10.0",
"@apollo/server": "^4.10.4",
"@as-integrations/next": "^3.0.0",
"@aws-sdk/client-s3": "^3.565.0",
"@aws-sdk/s3-presigned-post": "^3.565.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mantine/hooks": "^7.9.0",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@mui/system": "^5.14.14",
"@mui/x-tree-view": "6.0.0-beta.0",
"@mux/mux-node": "^8.5.1",
"@mux/mux-player-react": "^2.5.0",
"@next/third-parties": "^14.1.4",
"apollo-datasource-mongodb": "^0.6.0",
"aws-sdk": "^2.1609.0",
"fuse.js": "^7.0.0",
"graphql": "^16.8.1",
"html-react-parser": "^5.1.10",
"katex": "^0.16.10",
"mongodb": "^6.5.0",
"mongoose": "^8.3.3",
"next": "14.2.3",
"next-auth": "^4.24.7",
"next-video": "^1.0.4",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-icons": "^4.11.0",
"resend": "^3.2.0",
"suneditor": "^2.46.2",
"suneditor-react": "^3.6.1",
"video.js": "^7.6.5"
},
"devDependencies": {
"@types/katex": "^0.16.7",
"@types/node": "^20",
"@types/react": "^18.3.1",
"@types/video.js": "^7.3.58",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.0.3",
"typescript": "^5"
}
}