forked from apollohuang1/merse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.48 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
{
"name": "mobtoon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.319.0",
"@aws-sdk/s3-request-presigner": "^3.374.0",
"@chakra-ui/react": "^2.5.5",
"@chakra-ui/theme": "^3.0.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@excalidraw/excalidraw": "^0.15.2",
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/react": "^6.1.8",
"@headlessui/react": "^1.7.13",
"@hocuspocus/provider": "^2.0.6",
"@material-ui/core": "^4.12.4",
"@next-auth/mongodb-adapter": "^1.1.3",
"@react-oauth/google": "^0.9.0",
"@reduxjs/toolkit": "^1.9.3",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.52.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@tiptap/extension-blockquote": "^2.0.2",
"@tiptap/extension-bubble-menu": "^2.0.1",
"@tiptap/extension-bullet-list": "^2.0.0-beta.220",
"@tiptap/extension-collaboration": "^2.0.3",
"@tiptap/extension-collaboration-cursor": "^2.0.3",
"@tiptap/extension-dropcursor": "^2.0.0",
"@tiptap/extension-floating-menu": "^2.0.0-beta.220",
"@tiptap/extension-gapcursor": "^2.0.0",
"@tiptap/extension-hard-break": "^2.0.3",
"@tiptap/extension-image": "^2.0.0-beta.220",
"@tiptap/extension-list-item": "^2.0.0-beta.220",
"@tiptap/extension-placeholder": "^2.0.0-beta.220",
"@tiptap/pm": "^2.0.0-beta.220",
"@tiptap/react": "^2.0.0-beta.220",
"@tiptap/starter-kit": "^2.0.0-beta.220",
"@tiptap/suggestion": "^2.0.3",
"@types/jquery": "^3.5.16",
"@types/node": "18.15.5",
"@types/react": "18.0.28",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.2.4",
"@types/react-redux": "^7.1.25",
"ai": "^2.1.3",
"axios": "^1.3.4",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"express": "^4.18.2",
"fabric": "^6.0.0-beta3",
"framer-motion": "^10.16.4",
"html-react-parser": "^3.0.15",
"lodash": "^4.17.21",
"lucide-react": "^0.246.0",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
"moment": "^2.29.4",
"mongodb": "^5.2.0",
"mongodb-client-encryption": "^2.7.1",
"mongoose": "^7.0.4",
"next": "^13.3.0",
"next-auth": "^4.22.1",
"openai": "^4.16.1",
"react": "^18.2.0",
"react-big-calendar": "^1.8.1",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"sonner": "^0.5.0",
"stripe": "^12.1.1",
"typescript": "^5.0.4",
"y-indexeddb": "^9.0.10",
"y-prosemirror": "^1.2.1",
"y-webrtc": "^10.2.5",
"y-websocket": "^1.5.0",
"yjs": "^13.6.0"
},
"devDependencies": {
"@types/react-big-calendar": "^1.6.4",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/markrachapoom/comics.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/markrachapoom/comics/issues"
},
"homepage": "https://comics.merse.co"
}