-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.53 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.53 KB
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
{
"name": "Draftonn",
"type": "module",
"version": "0.0.10",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^3.0.0",
"@astrojs/tailwind": "^3.1.3",
"@astrojs/vercel": "^3.5.0",
"@calumk/editorjs-codeflask": "^1.0.9",
"@calumk/editorjs-nested-checklist": "^1.1.0",
"@editorjs/editorjs": "^2.28.2",
"@editorjs/embed": "^2.6.0",
"@editorjs/header": "^2.7.0",
"@editorjs/list": "^1.8.0",
"@editorjs/nested-list": "^1.4.2",
"@editorjs/paragraph": "^2.9.0",
"@editorjs/table": "^2.2.2",
"@editorjs/underline": "^1.1.0",
"@sotaproject/strikethrough": "^1.0.1",
"appwrite": "^11.0.0",
"astro": "^2.9.0",
"editorjs-header-with-alignment": "^1.0.1",
"editorjs-paragraph-with-alignment": "^3.0.0",
"js-draw": "^0.25.1",
"node-appwrite": "^13.0.0",
"svelte": "^3.59.1",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@editorjs/checklist": "^1.5.0",
"@editorjs/code": "^2.8.0",
"@editorjs/image": "^2.8.1",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/link": "^2.5.0",
"@editorjs/marker": "^1.3.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/warning": "^1.3.0",
"@types/node": "^20.14.1",
"daisyui": "^3.1.1",
"editorjs-change-case": "^0.0.3",
"editorjs-drag-drop": "^1.1.13",
"editorjs-hyperlink": "^1.0.6",
"editorjs-toggle-block": "^0.3.11",
"editorjs-undo": "^2.0.22"
}
}