forked from morethanmin/morethan-log
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 3.57 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
{
"name": "kuma",
"version": "1.3.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/morethanmin/morethan-log.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.563.0",
"@aws-sdk/lib-storage": "^3.563.0",
"@aws-sdk/s3-presigned-post": "^3.569.0",
"@aws-sdk/s3-request-presigner": "^3.567.0",
"@aws-sdk/util-create-request": "^3.567.0",
"@babel/runtime": "^7.24.0",
"@blocknote/core": "^0.13.0",
"@blocknote/mantine": "^0.13.1",
"@blocknote/react": "^0.13.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@mui/material": "^5.15.18",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@mui/x-date-pickers": "^7.5.1",
"@nextui-org/date-input": "^2.1.0",
"@radix-ui/colors": "^1.0.0",
"@radix-ui/react-dialog": "^1.0.5",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^4.36.1",
"@tiptap-pro/extension-mathematics": "^2.8.1",
"@tiptap-pro/extension-unique-id": "^2.8.1",
"@tiptap/extension-color": "^2.3.0",
"@tiptap/extension-dropcursor": "^2.3.1",
"@tiptap/extension-highlight": "^2.3.0",
"@tiptap/extension-image": "^2.3.1",
"@tiptap/extension-text-align": "^2.3.1",
"@tiptap/extension-text-style": "^2.3.0",
"@tiptap/html": "^2.3.1",
"@tiptap/pm": "^2.3.0",
"@tiptap/react": "^2.3.0",
"@tiptap/starter-kit": "^2.3.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"aos": "^2.3.4",
"axios": ">=0.21.1",
"bcryptjs": "^2.4.3",
"cookie": "^0.6.0",
"cookies-next": "^2.1.2",
"crypto": "^1.0.1",
"dayjs": "^1.11.11",
"form-data": "^4.0.0",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"gsap": "^3.12.5",
"i18next": "^23.11.3",
"install": "^0.13.0",
"jsonwebtoken": "^9.0.2",
"katex": "^0.16.10",
"ldrs": "^1.0.1",
"mailgun.js": "^10.2.1",
"mermaid": "^9.3.0",
"micro": "^10.0.1",
"moment": "^2.30.1",
"mongodb": "^6.5.0",
"mongoose": "^8.3.2",
"multer": "^1.4.5-lts.1",
"next": "^13.4.9",
"next-auth": "^4.24.7",
"next-connect": "^1.0.0",
"node-fetch": "^3.3.2",
"notion-client": "^6.16.0",
"notion-types": "^6.16.0",
"notion-utils": "^6.16.0",
"prismjs": "^1.29.0",
"rc-time-picker": "^3.7.3",
"react": "^18.2.0",
"react-big-calendar": "^1.11.2",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.1",
"react-icons": "^4.4.0",
"react-image-crop": "^11.0.5",
"react-katex": "^3.0.1",
"react-latex-next": "^3.0.0",
"react-loader-spinner": "^6.1.6",
"react-notion-x": "^6.16.0",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"split-text": "^1.0.0",
"styled-components": "^6.1.11",
"tiptap-imagresize": "^1.1.0"
},
"devDependencies": {
"@types/gtag.js": "^0.0.12",
"@types/node": "^18.11.15",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"autoprefixer": "^10.4.18",
"eslint": "^8.39.0",
"eslint-config-next": "^13.4.7",
"next-sitemap": "^3.1.32",
"postcss": "^8.4.35",
"prettier": "^2.7.1",
"prismjs": "^1.29.0",
"tailwindcss": "^3.4.1",
"typescript": "^4.9.4"
}
}