-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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
{
"name": "videohub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fluentui/react": "^8.122.5",
"@fluentui/react-components": "^9.57.0",
"@fluentui/react-nav-preview": "^0.10.7",
"@isaacs/ttlcache": "^1.4.1",
"@next-auth/prisma-adapter": "^1.0.7",
"cron": "^3.1.7",
"express": "^4.19.2",
"fluentui-next-appdir-directive": "^0.1.7",
"global-cache": "^1.2.1",
"i": "^0.3.7",
"net": "^1.0.2",
"next": "14.2.5",
"next-auth": "^4.24.7",
"next-intl": "^3.19.0",
"npm": "^10.8.2",
"prisma-field-encryption": "^1.5.2",
"react": "^18.3.1",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-responsive": "^10.0.0",
"react-router-dom": "^6.26.0",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"sunrise-sunset-js": "^2.2.1"
},
"devDependencies": {
"@types/global-cache": "^1.2.2",
"@types/node": "^20.14.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.41",
"prisma": "^5.18.0",
"tailwindcss": "^3.4.9",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}