-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
169 lines (169 loc) · 5.58 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
162
163
164
165
166
167
168
169
{
"name": "tracta",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update-types": "npx supabase gen types typescript --project-id qipridxmibgoaraznkba --schema public > src/utils/supabase/types/supabase.ts"
},
"eslistConfig": {
"extends": [
"next",
"next/core-web-vitals"
]
},
"dependencies": {
"@babel/preset-react": "^7.24.7",
"@fileforge/client": "^0.1.17",
"@fileforge/react-print": "^0.1.143",
"@hello-pangea/dnd": "^16.6.0",
"@hookform/resolvers": "^3.4.2",
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
"@next/font": "^14.2.5",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-pdf-viewer/core": "3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf-viewer/get-file": "^3.12.0",
"@react-pdf-viewer/page-navigation": "^3.12.0",
"@react-pdf-viewer/print": "^3.12.0",
"@react-pdf-viewer/search": "^3.12.0",
"@react-pdf-viewer/toolbar": "^3.12.0",
"@react-pdf-viewer/zoom": "^3.12.0",
"@reduxjs/toolkit": "^2.2.5",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "^5.40.1",
"@tiptap/core": "^2.4.0",
"@tiptap/extension-bold": "^2.5.9",
"@tiptap/extension-code": "^2.5.9",
"@tiptap/extension-code-block-lowlight": "^2.4.0",
"@tiptap/extension-document": "^2.4.0",
"@tiptap/extension-gapcursor": "^2.5.9",
"@tiptap/extension-highlight": "^2.5.9",
"@tiptap/extension-italic": "^2.5.9",
"@tiptap/extension-link": "^2.5.9",
"@tiptap/extension-paragraph": "^2.4.0",
"@tiptap/extension-strike": "^2.5.9",
"@tiptap/extension-subscript": "^2.5.9",
"@tiptap/extension-superscript": "^2.5.9",
"@tiptap/extension-table": "^2.5.9",
"@tiptap/extension-table-cell": "^2.5.9",
"@tiptap/extension-table-header": "^2.5.9",
"@tiptap/extension-table-row": "^2.5.9",
"@tiptap/extension-text": "^2.4.0",
"@tiptap/extension-text-style": "^2.5.9",
"@tiptap/extension-underline": "^2.5.9",
"@tiptap/pm": "^2.5.9",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"copy-webpack-plugin": "^12.0.2",
"date-fns": "^3.6.0",
"docx": "^8.5.0",
"embla-carousel-react": "^8.1.8",
"file-saver": "^2.0.5",
"framer-motion": "^11.2.10",
"fs": "0.0.1-security",
"geist": "^1.3.0",
"highlight.js": "^11.9.0",
"input-otp": "^1.2.4",
"install": "^0.13.0",
"latex.js": "^0.12.6",
"libreoffice-convert": "^1.5.1",
"local": "link:next/font/local",
"lowlight": "^3.1.0",
"lucide-react": "^0.378.0",
"mammoth": "^1.7.2",
"mini-svg-data-uri": "^1.4.4",
"monaco-editor": "^0.49.0",
"monaco-types": "^0.1.0",
"next": "14.2.3",
"next-themes": "^0.3.0",
"next-transpile-modules": "^10.0.1",
"node-polyfill-webpack-plugin": "^4.0.0",
"npm": "^10.8.2",
"office-script": "^1.7.0",
"path": "^0.12.7",
"pdfjs-dist": "^3.4.120",
"puppeteer": "^22.10.0",
"re-resizable": "^6.9.17",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-day-picker": "8.10.1",
"react-dom": "^18",
"react-fast-marquee": "^1.6.4",
"react-hook-form": "^7.51.5",
"react-icons": "^5.2.1",
"react-redux": "^9.1.2",
"react-resizable-panels": "^2.0.19",
"react-resize-detector": "^11.0.1",
"react-to-pdf": "^1.0.1",
"recharts": "^2.12.7",
"sass": "^1.77.5",
"scss": "^0.2.4",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"url": "^0.11.3",
"uuid": "^9.0.1",
"vaul": "^0.9.1",
"webpack": "^5.91.0",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@faker-js/faker": "^8.4.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"babel-loader": "^9.1.3",
"babel-plugin-transform-import-meta": "^2.2.1",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"url-loader": "^4.1.1"
}
}