-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
92 lines (92 loc) · 2.99 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
{
"name": "sapphire-rain",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@mantine/carousel": "^5.9.3",
"@mantine/core": "https://github.com/aidanbunch/mantine-patch.git",
"@mantine/dates": "^5.9.3",
"@mantine/dropzone": "^5.9.3",
"@mantine/ds": "^5.9.3",
"@mantine/form": "^5.9.3",
"@mantine/hooks": "^5.9.4",
"@mantine/modals": "^5.9.3",
"@mantine/notifications": "^5.9.3",
"@mantine/nprogress": "^5.9.3",
"@mantine/prism": "^5.9.3",
"@mantine/rte": "^5.9.5",
"@mantine/spotlight": "^5.9.3",
"@mantine/tiptap": "^5.9.4",
"@sendgrid/mail": "^7.7.0",
"@tabler/icons": "^1.116.1",
"@tiptap/extension-character-count": "^2.0.0-beta.209",
"@tiptap/extension-color": "^2.0.0-beta.212",
"@tiptap/extension-font-family": "^2.0.0-beta.212",
"@tiptap/extension-highlight": "^2.0.0-beta.204",
"@tiptap/extension-link": "^2.0.0-beta.204",
"@tiptap/extension-mention": "^2.0.0-beta.209",
"@tiptap/extension-subscript": "^2.0.0-beta.204",
"@tiptap/extension-superscript": "^2.0.0-beta.204",
"@tiptap/extension-text-align": "^2.0.0-beta.204",
"@tiptap/extension-text-style": "^2.0.0-beta.212",
"@tiptap/extension-typography": "^2.0.0-beta.212",
"@tiptap/extension-underline": "^2.0.0-beta.204",
"@tiptap/react": "^2.0.0-beta.204",
"@tiptap/starter-kit": "^2.0.0-beta.204",
"@tiptap/suggestion": "^2.0.0-beta.209",
"body-parser": "^1.20.1",
"compromise": "^14.9.0",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"embla-carousel-react": "^7.0.5",
"express": "^4.18.2",
"filereader": "^0.10.3",
"firebase": "^9.15.0",
"firebase-admin": "^11.5.0",
"html2canvas": "^1.4.1",
"mammoth": "^1.5.1",
"mammoth-plus": "^2.0.2",
"mongoose": "^6.9.0",
"node-fetch": "^3.3.0",
"openai": "^3.1.0",
"prosemirror-commands": "^1.5.0",
"prosemirror-dropcursor": "^1.6.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-model": "^1.18.3",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"prosemirror-transform": "^1.7.0",
"prosemirror-view": "^1.29.1",
"react": "^18.2.0",
"react-audio-voice-recorder": "^1.0.4",
"react-cookie-consent": "^8.0.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"react-video-looper": "^1.0.16",
"reactour": "^1.19.0",
"sentiment": "^5.0.2",
"styled-components": "^4.0.0",
"tiny-glob": "^0.2.9",
"tippy.js": "^6.3.7",
"use-debounce": "^9.0.2",
"uuid": "^9.0.0",
"vite-plugin-externals": "^0.5.1",
"vite-plugin-mixer": "^0.3.1"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.4"
}
}