-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
187 lines (187 loc) · 6.32 KB
/
Copy pathpackage.json
File metadata and controls
187 lines (187 loc) · 6.32 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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"name": "zync",
"private": true,
"version": "1.0.0",
"type": "module",
"author": {
"name": "ZYNC Team",
"email": "consolemaster.app@gmail.com",
"url": "https://zync-meet.vercel.app"
},
"description": "Zync is a modern, AI-powered collaboration platform designed to streamline team communication and project management. It combines real-time messaging, presence tracking, and robust project planning tools into a unified, responsive interface.",
"homepage": "https://zync-meet.vercel.app",
"repository": {
"type": "git",
"url": "https://github.com/zync-meet/Zync.git"
},
"scripts": {
"dev": "node scripts/run-dev.cjs",
"dev:full": "concurrently -k -n frontend,backend \"npm run dev:frontend\" \"npm run dev:backend\"",
"dev:frontend": "wait-on tcp:5000 && vite --force",
"dev:backend": "npm run dev --prefix backend",
"dev:backend:watch": "npm run dev:watch --prefix backend",
"start": "node backend/index.js",
"build": "vite build",
"build:render": "npm run build",
"postinstall": "npm install --prefix backend",
"build:dev": "vite build --mode development",
"lint": "eslint . --report-unused-disable-directives",
"preview": "vite preview",
"test": "npm run test:jest",
"test:jest": "jest --passWithNoTests",
"test:e2e": "playwright test",
"prepare": "node scripts/prepare-husky.cjs",
"commit": "cz",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"clean": "rimraf dist dist_electron node_modules coverage",
"typecheck": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@blocknote/core": "^0.51.4",
"@blocknote/mantine": "^0.51.4",
"@blocknote/react": "^0.51.4",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@mantine/core": "^9.4.0",
"@mantine/hooks": "^9.4.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.8",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.17",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-menubar": "^1.1.18",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.17",
"@radix-ui/react-progress": "^1.1.10",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.15",
"@radix-ui/react-toast": "^1.2.17",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/query-sync-storage-persister": "^5.96.1",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-query-persist-client": "^5.96.1",
"@types/react-big-calendar": "^1.16.3",
"@xyflow/react": "^12.11.2",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dexie": "^4.4.2",
"dexie-react-hooks": "^4.4.0",
"dotenv": "^17.4.2",
"elkjs": "^0.12.0",
"embla-carousel-react": "^8.6.0",
"emoji-picker-react": "^4.18.0",
"firebase": "^12.9.0",
"framer-motion": "^12.34.0",
"googleapis": "^172.0.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.563.0",
"next-themes": "^0.4.6",
"react": "^19.2.7",
"react-big-calendar": "^1.19.4",
"react-day-picker": "^9.13.2",
"react-dom": "^19.2.7",
"react-easy-crop": "^6.0.2",
"react-hook-form": "^7.71.1",
"react-is": "^19.2.7",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4.11.2",
"react-router-dom": "^7.18.1",
"recharts": "^3.8.1",
"remark-gfm": "^4.0.1",
"simple-icons": "^16.27.1",
"socket.io-client": "^4.8.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"y-indexeddb": "^9.0.12",
"y-protocols": "^1.0.7",
"yjs": "^13.6.31"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.24.0",
"@emnapi/core": "^1.9.1",
"@emnapi/runtime": "^1.9.1",
"@eslint/js": "^9.32.0",
"@playwright/test": "^1.49.1",
"@storybook/react": "^10.3.3",
"@storybook/react-vite": "^10.3.3",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^30.0.0",
"@types/node": "^26.0.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.3.1",
"autoprefixer": "^10.4.24",
"babel-jest": "^30.3.0",
"commitizen": "^4.3.2",
"concurrently": "^9.2.1",
"cosmiconfig": "^9.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.5.2",
"gcp-metadata": "^8.1.3",
"globals": "^17.4.0",
"husky": "^9.1.7",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.3.0",
"lint-staged": "^15.2.11",
"mongodb-memory-server": "^11.2.0",
"msw": "^2.12.10",
"playwright": "^1.49.1",
"postcss": "^8.5.6",
"prettier": "^3.4.2",
"rimraf": "^6.1.3",
"storybook": "^10.3.3",
"ts-jest": "^29.2.5",
"typescript": "^5.9.3",
"typescript-eslint": "^8.55.0",
"vite": "^8.1.0",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^4.1.9",
"wait-on": "^9.1.0"
},
"overrides": {
"js-yaml": "^4.1.2",
"esbuild": "^0.25.0",
"micromatch": "^4.0.8",
"braces": "^3.0.3",
"lodash": "^4.17.21",
"tmp": "^0.2.3",
"minimatch": "^10.2.1",
"@develar/schema-utils": {
"ajv": "6.12.6",
"ajv-keywords": "3.5.2"
},
"cross-spawn": "^7.0.6",
"@tootallnate/once": "^3.0.1"
}
}