-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 3.8 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
{
"name": "autobook",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bomdi/codebox": "^2.0.0",
"@coolbytes/editorjs-delimiter": "^1.0.3",
"@editorjs/attaches": "^1.3.0",
"@editorjs/checklist": "^1.6.0",
"@editorjs/code": "^2.9.0",
"@editorjs/delimiter": "^1.4.0",
"@editorjs/editorjs": "^2.30.5",
"@editorjs/embed": "^2.7.4",
"@editorjs/inline-code": "^1.5.1",
"@editorjs/marker": "^1.4.0",
"@editorjs/nested-list": "^1.4.3",
"@editorjs/quote": "^2.6.0",
"@editorjs/raw": "^2.5.0",
"@editorjs/simple-image": "^1.6.0",
"@editorjs/table": "^2.3.0",
"@editorjs/text-variant-tune": "^1.0.3",
"@editorjs/underline": "^1.1.0",
"@editorjs/warning": "^1.4.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@reach/visually-hidden": "^0.18.0",
"@reduxjs/toolkit": "^2.2.6",
"@son_xx/editor-js-parser": "^1.0.7",
"@sotaproject/strikethrough": "^1.0.1",
"@tabler/icons-react": "^3.21.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"downloadjs": "^1.4.7",
"editorjs-alert": "^1.1.4",
"editorjs-change-case": "^0.0.3",
"editorjs-drag-drop": "^1.1.14",
"editorjs-html": "^3.4.3",
"editorjs-paragraph-with-alignment": "^3.0.0",
"editorjs-parser": "^1.5.3",
"editorjs-toggle-block": "^0.3.16",
"editorjs-tooltip": "^1.2.2",
"editorjs-undo": "^2.0.28",
"file-saver": "^2.0.5",
"firebase": "^10.12.4",
"framer-motion": "^11.11.11",
"hotkeys-js": "^3.13.7",
"html-entities": "^2.5.2",
"html-pdf": "^3.0.1",
"html-to-editorjs": "^1.0.0",
"html-to-printer": "^1.0.1",
"html-to-text": "^9.0.5",
"html2pdf.js": "^0.10.2",
"jszip": "^3.10.1",
"katex": "^0.16.11",
"lucide-react": "^0.417.0",
"marked": "^14.1.2",
"mini-svg-data-uri": "^1.4.4",
"next": "14.2.5",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"node-html-markdown": "^1.3.0",
"nodemailer": "^6.9.15",
"pretty": "^2.0.0",
"puppeteer": "^22.15.0",
"react": "^18.3.1",
"react-code-blocks": "^0.1.6",
"react-dom": "^18",
"react-hotkey-hook": "^1.0.3",
"react-pdf": "^9.1.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.25.1",
"shadcn-ui": "^0.8.0",
"showdown": "^2.1.0",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"title-editorjs": "^1.0.2",
"turndown": "^7.2.0",
"turndown-plugin-gfm": "^1.0.2",
"usehooks-ts": "^3.1.0",
"uuid": "^11.0.2",
"validator": "^13.12.0",
"vaul": "^0.9.1",
"web-push": "^3.6.7"
},
"devDependencies": {
"@editorjs/header": "^2.8.7",
"@editorjs/link": "^2.6.2",
"editorjs-header-with-alignment": "^1.0.1",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}