-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.31 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.31 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "p1-video_streaming_platform_with_ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emnapi/core": "^1.4.4",
"@emnapi/runtime": "^1.4.4",
"@emnapi/wasi-threads": "^1.0.3",
"@floating-ui/react": "^0.27.13",
"@imagekit/next": "^2.1.2",
"@napi-rs/wasm-runtime": "^0.2.12",
"@reduxjs/toolkit": "^2.8.2",
"@tabler/icons-react": "^3.34.0",
"@tailwindcss/cli": "^4.1.11",
"@tiptap/extension-highlight": "^2.23.0",
"@tiptap/extension-image": "^2.23.0",
"@tiptap/extension-link": "^2.23.0",
"@tiptap/extension-subscript": "^2.23.0",
"@tiptap/extension-superscript": "^2.23.0",
"@tiptap/extension-task-item": "^2.23.0",
"@tiptap/extension-task-list": "^2.23.0",
"@tiptap/extension-text-align": "^2.23.0",
"@tiptap/extension-typography": "^2.23.0",
"@tiptap/extension-underline": "^2.23.0",
"@tiptap/pm": "^2.24.1",
"@tiptap/react": "^2.24.1",
"@tiptap/starter-kit": "^2.23.0",
"@tybys/wasm-util": "^0.10.0",
"@types/bcryptjs": "^2.4.6",
"@vercel/speed-insights": "^1.2.0",
"axios": "^1.10.0",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.20.2",
"gsap": "^3.13.0",
"html-to-text": "^9.0.5",
"lucide-react": "^0.525.0",
"mongoose": "^8.16.0",
"motion": "^12.23.1",
"next": "^15.4.4",
"next-auth": "^4.24.11",
"ogl": "^1.0.11",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.59.0",
"react-icons": "^5.5.0",
"react-redux": "^9.2.0",
"redux-persist": "^6.0.0",
"sanitize-html": "^2.17.0",
"slugify": "^1.6.6",
"sonner": "^2.0.6",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.11",
"@types/html-to-text": "^9.0.4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sanitize-html": "^2.16.0",
"eslint": "^9",
"eslint-config-next": "15.3.4",
"sass": "^1.89.2",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.4",
"typescript": "^5"
}
}