-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
180 lines (180 loc) · 6.03 KB
/
package.json
File metadata and controls
180 lines (180 loc) · 6.03 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
{
"name": "84000-apps",
"version": "0.0.0",
"scripts": {
"release": "nx release",
"release:publish": "nx release publish",
"release:version": "nx release version",
"lint:css": "stylelint '**/*.css' --cache --cache-location node_modules/.cache/stylelint",
"lint:css:fix": "stylelint '**/*.css' --fix --cache --cache-location node_modules/.cache/stylelint",
"codegen:client-graphql": "graphql-codegen --config libs/client-graphql/codegen.ts",
"codegen:client-graphql:watch": "graphql-codegen --config libs/client-graphql/codegen.ts --watch"
},
"private": true,
"dependencies": {
"@apollo/server": "^5.0.0",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lint": "^6.9.3",
"@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.39.12",
"@floating-ui/dom": "^1.7.4",
"@floating-ui/react": "^0.27.16",
"@floating-ui/react-dom": "^2.1.6",
"@graphql-tools/load-files": "^7.0.0",
"@graphql-tools/merge": "^9.0.0",
"@iconify/react": "5.2.0",
"@posthog/react": "^1.4.0",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.8",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-navigation-menu": "^1.2.6",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.2.4",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.4",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.1.8",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.48.1",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-table": "^8.21.2",
"@tiptap/extension-bubble-menu": "^3.13.0",
"@tiptap/extension-collaboration": "^3.13.0",
"@tiptap/extension-collaboration-caret": "^3.13.0",
"@tiptap/extension-image": "^3.13.0",
"@tiptap/extension-paragraph": "^3.13.0",
"@tiptap/extension-subscript": "^3.13.0",
"@tiptap/extension-superscript": "^3.13.0",
"@tiptap/extension-table": "^3.13.0",
"@tiptap/extension-text-align": "^3.13.0",
"@tiptap/extension-underline": "^3.13.0",
"@tiptap/react": "^3.13.0",
"@tiptap/starter-kit": "^3.13.0",
"@tiptap/suggestion": "^3.13.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"codemirror": "^6.0.2",
"dataloader": "^2.2.3",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"graphql": "^16.10.0",
"graphql-depth-limit": "^1.1.0",
"graphql-request": "^7.1.2",
"graphql-scalars": "^1.25.0",
"i": "^0.3.7",
"i18next": "24.2.2",
"install": "^0.13.0",
"jwt-decode": "^4.0.0",
"lamatic": "^0.3.2",
"lucide-react": "^0.477.0",
"motion": "^12.23.24",
"next": "16.0.10",
"nextra": "^4.2.16",
"next-themes": "^0.4.6",
"nextra-theme-docs": "^4.2.16",
"npm": "^11.2.0",
"pnpm": "^10.26.0",
"posthog-js": "^1.285.1",
"posthog-node": "^5.11.2",
"react": "^19.0.0",
"react-day-picker": "^9.8.0",
"react-dom": "^19.0.0",
"react-i18next": "15.4.1",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^2.1.7",
"react-simple-typewriter": "^5.0.1",
"resend": "^6.9.2",
"simplebar-react": "3.3.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.0.2",
"tippy.js": "^6.3.7",
"tslib": "2.8.1",
"tw-animate-css": "^1.2.4",
"use-debounce": "^10.0.5",
"uuid": "^11.1.0",
"xlsx": "^0.18.5",
"y-prosemirror": "^1.3.7",
"y-protocols": "^1.0.6",
"yjs": "13.6.27"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.1",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@nx/cypress": "22.2.1",
"@nx/esbuild": "22.2.1",
"@nx/eslint": "22.2.1",
"@nx/eslint-plugin": "22.2.1",
"@nx/jest": "22.2.1",
"@nx/js": "^22.2.1",
"@nx/next": "22.2.1",
"@nx/node": "22.2.1",
"@nx/react": "22.2.1",
"@nx/storybook": "22.2.1",
"@nx/web": "22.2.1",
"@nx/workspace": "22.2.1",
"@storybook/addon-docs": "10.1.7",
"@storybook/addon-links": "10.1.7",
"@storybook/nextjs-vite": "10.1.7",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.6.0",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.15",
"@tailwindcss/cli": "^4.2.4",
"@tailwindcss/postcss": "^4.0.12",
"@testing-library/react": "16.1.0",
"@types/graphql-depth-limit": "^1.1.6",
"@types/jest": "30.0.0",
"@types/node": "22.13.8",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@types/react-is": "19.0.0",
"autoprefixer": "10.4.20",
"babel-jest": "30.0.5",
"baseline-browser-mapping": "^2.10.24",
"css-loader": "^7.1.2",
"cypress": "15.7.1",
"esbuild": "^0.19.2",
"eslint": "^9.15.0",
"eslint-config-next": "16.0.8",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-cypress": "^5.2.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-storybook": "10.1.7",
"jest": "30.0.5",
"jest-environment-jsdom": "30.0.5",
"jest-environment-node": "^29.4.1",
"jest-util": "30.0.5",
"nx": "22.2.1",
"postcss": "8.5.3",
"postcss-loader": "8.1.1",
"prettier": "3.7.4",
"storybook": "10.1.7",
"style-loader": "^4.0.0",
"stylelint": "^16.26.1",
"stylelint-config-standard": "^39.0.1",
"tailwindcss": "^4.1.11",
"ts-jest": "29.4.1",
"ts-node": "10.9.1",
"typescript": "5.9.2",
"vite": "^7.0.0"
}
}