-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/typography": "github:tailwindcss/typography",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"vite": "^5.0"
},
"dependencies": {
"@editorjs/caret": "^1.0.2",
"@editorjs/code": "^2.9.2",
"@editorjs/dom": "^1.0.0",
"@editorjs/editorjs": "^2.30.6",
"@editorjs/embed": "^2.7.6",
"@editorjs/header": "^2.8.8",
"@editorjs/helpers": "^1.0.0",
"@editorjs/keyboard": "^1.0.0",
"@editorjs/marker": "^1.4.0",
"@editorjs/nested-list": "^1.4.3",
"@editorjs/quote": "^2.7.2",
"@editorjs/table": "^2.4.2",
"@editorjs/underline": "^1.2.1",
"@sweetalert2/theme-dark": "^5.0.16",
"@sweetalert2/themes": "^5.0.16",
"alpinejs": "^3.14.1",
"autoprefixer": "^10.4.19",
"dompurify": "^3.1.5",
"flowbite": "^2.3.0",
"marked": "^13.0.0",
"postcss": "^8.4.38",
"sweetalert2": "^11.6.13",
"tailwindcss": "^3.4.4"
}
}