-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (49 loc) · 1.61 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,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@editorjs/delimiter": "^1.3.0",
"@editorjs/image": "^2.8.1",
"@editorjs/link": "^2.5.0",
"@editorjs/raw": "^2.4.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.2",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.1.0",
"vite": "^5.0"
},
"dependencies": {
"@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",
"@alpinejs/csp": "^3.13.5",
"@alpinejs/mask": "^3.13.5",
"@fortawesome/fontawesome-free": "^6.5.1",
"cropperjs": "^1.6.1",
"editorjs-alert": "^1.1.3",
"editorjs-button": "^1.0.4",
"editorjs-drag-drop": "^1.1.13",
"editorjs-hyperlink": "^1.0.6",
"editorjs-paragraph-with-alignment": "^3.0.0",
"editorjs-text-alignment-blocktune": "^1.0.3",
"editorjs-text-color-plugin": "^2.0.4",
"editorjs-toggle-block": "^0.3.11",
"editorjs-undo": "^2.0.22",
"tailwindcss-tables": "^0.4.0"
}
}