-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
161 lines (161 loc) · 5.15 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
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
{
"name": "@org/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"serve": "npx nx run-many -t serve -p client server codegen",
"build": "npx nx run-many -t build -p client server codegen"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.10.5",
"@apollo/server": "^4.10.4",
"@as-integrations/fastify": "^2.1.1",
"@clerk/clerk-js": "^5.22.3",
"@clerk/clerk-react": "^5.9.1",
"@clerk/clerk-sdk-node": "^5.0.29",
"@fastify/autoload": "~5.7.1",
"@fastify/cors": "^9.0.1",
"@fastify/sensible": "~5.2.0",
"@fastify/websocket": "^10.0.1",
"@graphql-tools/graphql-file-loader": "^8.0.1",
"@graphql-tools/load": "^8.0.2",
"@graphql-tools/load-files": "^7.0.0",
"@graphql-tools/merge": "^9.0.4",
"@graphql-tools/schema": "^10.0.4",
"@hello-pangea/dnd": "^16.6.0",
"@hocuspocus/extension-database": "^2.13.5",
"@hocuspocus/extension-logger": "^2.13.5",
"@hocuspocus/provider": "^2.13.5",
"@hocuspocus/server": "^2.13.5",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@reduxjs/toolkit": "^2.2.5",
"@types/deep-diff": "^1.0.5",
"axios": "^1.6.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"deep-diff": "^1.0.2",
"dotenv": "^16.4.5",
"fastify": "^4.28.0",
"fastify-plugin": "~4.5.0",
"fastify-raw-body": "^4.3.0",
"firebase": "^10.13.1",
"firebase-admin": "^12.3.0",
"framer-motion": "^11.5.6",
"graphql": "^16.8.2",
"graphql-pg-subscriptions": "^3.2.5",
"graphql-subscriptions": "^2.0.0",
"graphql-ws": "^5.16.0",
"konva": "^9.3.11",
"lucide-react": "^0.379.0",
"moderndash": "^3.12.0",
"nanoid": "^3.3.7",
"next-themes": "^0.3.0",
"pg": "^8.11.5",
"pptxgenjs": "^3.12.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.52.0",
"react-intersection-observer": "^9.10.2",
"react-konva": "^18.2.10",
"react-konva-utils": "^1.0.6",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"reflect-metadata": "^0.2.2",
"sonner": "^1.5.0",
"svix": "^1.24.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.3.0",
"typeorm": "^0.3.20",
"use-debounce": "^10.0.1",
"ws": "^8.17.1",
"y-websocket": "^2.0.4",
"yjs": "^13.6.18",
"zod": "^3.23.8"
},
"devDependencies": {
"@clerk/testing": "^1.1.7",
"@conarti/eslint-plugin-feature-sliced": "^1.0.5",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.0",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript": "^4.0.7",
"@graphql-codegen/typescript-operations": "^4.2.1",
"@graphql-codegen/typescript-resolvers": "^4.1.0",
"@nx/cypress": "19.1.0",
"@nx/esbuild": "19.1.0",
"@nx/eslint": "19.1.0",
"@nx/eslint-plugin": "19.1.0",
"@nx/jest": "19.1.0",
"@nx/js": "19.1.0",
"@nx/node": "^19.1.0",
"@nx/react": "19.1.0",
"@nx/vite": "19.1.0",
"@nx/web": "19.1.0",
"@nx/workspace": "19.1.0",
"@parcel/watcher": "^2.4.1",
"@swc-node/register": "~1.8.0",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@testing-library/react": "15.0.6",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.17.6",
"@types/node": "18.16.9",
"@types/pg": "^8.11.10",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/ui": "^1.3.1",
"autoprefixer": "10.4.13",
"babel-jest": "^29.4.1",
"cypress": "^13.8.0",
"esbuild": "^0.19.2",
"esbuild-plugin-tsc": "^0.4.0",
"eslint": "~8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "~22.1.0",
"nx": "19.1.0",
"postcss": "8.4.21",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "3.4.3",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.4.2",
"vite": "~5.0.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.3.1",
"yjs-types": "^0.0.1"
}
}