Skip to content

Commit fc2aeb6

Browse files
authored
Merge pull request #34 from Octasol/dev
Unescrowed bounties
2 parents 1a1081a + ef11614 commit fc2aeb6

File tree

40 files changed

+1962
-290
lines changed

40 files changed

+1962
-290
lines changed

next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
images: {
4+
domains: ["octasol.s3.ap-southeast-1.amazonaws.com"],
45
remotePatterns: [
56
{
67
protocol: "https",

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,22 @@
2525
"@radix-ui/react-separator": "^1.1.0",
2626
"@radix-ui/react-slot": "^1.1.0",
2727
"@radix-ui/react-tabs": "^1.1.1",
28+
"@radix-ui/react-toggle": "^1.1.0",
2829
"@radix-ui/react-tooltip": "^1.1.2",
2930
"@reclaimprotocol/js-sdk": "^1.3.11",
3031
"@reduxjs/toolkit": "^2.2.5",
3132
"@tabler/icons-react": "^3.7.0",
33+
"@tiptap/extension-focus": "^2.10.3",
34+
"@tiptap/extension-heading": "^2.10.3",
35+
"@tiptap/extension-highlight": "^2.10.3",
36+
"@tiptap/extension-image": "^2.10.3",
37+
"@tiptap/extension-text-align": "^2.10.3",
38+
"@tiptap/pm": "^2.10.3",
39+
"@tiptap/react": "^2.10.3",
40+
"@tiptap/starter-kit": "^2.10.3",
3241
"@tsparticles/engine": "^3.4.0",
3342
"@tsparticles/react": "^3.0.0",
3443
"@tsparticles/slim": "^3.4.0",
35-
"@uiw/react-markdown-preview": "^5.1.3",
36-
"@uiw/react-md-editor": "^4.0.4",
3744
"antd": "^5.18.3",
3845
"axios": "^1.7.7",
3946
"bullmq": "^5.25.1",
@@ -70,7 +77,10 @@
7077
"sharp": "^0.33.5",
7178
"tailwind-merge": "^2.3.0",
7279
"tailwindcss-animate": "^1.0.7",
80+
"tiptap-extension-resize-image": "^1.2.1",
81+
"tiptap-imagresize": "^1.1.0",
7382
"uuid": "^10.0.0",
83+
"vaul": "^1.1.1",
7484
"zod": "^3.23.8"
7585
},
7686
"devDependencies": {

0 commit comments

Comments
 (0)