-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (49 loc) · 1.63 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"@editorjs/delimiter": "^1.3.0",
"@editorjs/image": "^2.8.1",
"@editorjs/link": "^2.5.0",
"@editorjs/raw": "^2.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^1.1.2",
"editorjs-drag-drop": "^1.1.13",
"editorjs-hyperlink": "^1.0.6",
"editorjs-text-alignment-blocktune": "^1.0.3",
"editorjs-text-color-plugin": "^2.0.4",
"editorjs-undo": "^2.0.22",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.6",
"tailwindcss": "^3.1.0",
"vite": "^4.0.0"
},
"dependencies": {
"@calumk/editorjs-columns": "^0.3.1",
"@editorjs/code": "^2.8.0",
"@editorjs/editorjs": "^2.27.2",
"@editorjs/header": "^2.7.0",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/list": "^1.8.0",
"@editorjs/nested-list": "^1.3.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/table": "^2.2.2",
"@editorjs/underline": "^1.1.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"editorjs-alert": "^1.1.3",
"editorjs-button": "^1.0.4",
"editorjs-paragraph-with-alignment": "^3.0.0",
"editorjs-toggle-block": "^0.3.11",
"vitepress": "^1.0.0-rc.10",
"vue": "^3.3.4"
}
}