This repository was archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
136 lines (136 loc) · 3.91 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "zephyr",
"version": "0.0.1-alpha",
"description": "AI-powered social platform for content creators and researchers. Featuring smart summarization, collaborative editing, and community-driven knowledge sharing.",
"repository": {
"type": "git",
"url": "https://github.com/Parazeeknova/zephyr.git"
},
"author": "Parazeeknova, Hashcodes",
"homepage": "https://github.com/Parazeeknova/zephyr/wiki",
"maintainers": [
{
"name": "Harsh",
"email": "[email protected]"
}
],
"keywords": [
"AI",
"social",
"platform",
"content",
"creators",
"researchers",
"blogpost",
"summarization",
"collaborative",
"knowledge",
"sharing",
"blogging",
"research",
"writing",
"publishing",
"blog accelerator",
"research accelerator",
"writing accelerator",
"collaborative accelerator",
"smart accelerator",
"AI accelerator"
],
"directories": {
"frontend": "./frontend",
"backend": "./backend"
},
"main": "app/page.tsx",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"prepare": "husky",
"check": "bun run lint && bun run format"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.9.0",
"@lucia-auth/adapter-prisma": "^4.0.1",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@node-rs/argon2": "^1.8.3",
"@prisma/client": "^5.19.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tiptap/extension-placeholder": "^2.7.2",
"@tiptap/pm": "^2.7.2",
"@tiptap/react": "^2.7.2",
"@tiptap/starter-kit": "^2.7.2",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@uploadthing/react": "^7.0.2",
"arctic": "^1.9.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"framer-motion": "^11.5.5",
"husky": "^9.1.6",
"i": "^0.3.7",
"ky": "^1.7.2",
"lint-staged": "^15.2.10",
"lucia": "^3.2.0",
"lucide-react": "^0.446.0",
"next": "^14.2.13",
"next-themes": "^0.3.0",
"prettier": "^3.3.3",
"prisma": "^5.19.1",
"react": "^18.3.1",
"react-cropper": "^2.3.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-image-file-resizer": "^0.4.8",
"react-intersection-observer": "^9.13.1",
"react-linkify-it": "^1.0.8",
"sharp": "^0.33.5",
"stream-chat": "^8.40.9",
"stream-chat-react": "^12.0.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^7.0.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"eslint": "8.57.1",
"eslint-config-next": "^14.2.12",
"postcss": "^8.4.47",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
}
}