-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.23 KB
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
{
"name": "nethost",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^2.9.1",
"@headlessui/react": "^2.2.2",
"@heroicons/react": "^2.2.0",
"@prisma/client": "^6.7.0",
"@tanstack/react-query": "^5.76.0",
"@types/bcryptjs": "^2.4.6",
"axios": "^1.9.0",
"bcryptjs": "^3.0.2",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"next-themes": "^0.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"video.js": "^8.22.0",
"zustand": "^5.0.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/video.js": "^7.3.58",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"eslint": "^9.30.1",
"eslint-config-next": "^15.3.2",
"eslint-plugin-next": "^0.0.0",
"prisma": "^6.7.0",
"tailwindcss": "^4",
"typescript": "^5",
"typescript-eslint": "^8.35.1"
}
}