-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.51 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@editorjs/link-autocomplete": "^0.1.0",
"@popperjs/core": "^2.11.6",
"@vitejs/plugin-vue": "^4.5.0",
"autoprefixer": "^10.4.19",
"axios": "^1.6.4",
"bootstrap": "^5.2.3",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.38",
"sass": "^1.56.1",
"tailwindcss": "^3.4.4",
"vite": "^5.0.0",
"vue": "^3.2.37"
},
"dependencies": {
"@editorjs/attaches": "^1.3.0",
"@editorjs/checklist": "^1.6.0",
"@editorjs/code": "^2.9.3",
"@editorjs/delimiter": "^1.4.2",
"@editorjs/editorjs": "^2.30.7",
"@editorjs/embed": "^2.7.6",
"@editorjs/header": "^2.8.8",
"@editorjs/image": "^2.10.0",
"@editorjs/inline-code": "^1.5.1",
"@editorjs/link": "^2.6.2",
"@editorjs/list": "^2.0.0",
"@editorjs/marker": "^1.4.0",
"@editorjs/paragraph": "^2.11.6",
"@editorjs/quote": "^2.7.2",
"@editorjs/raw": "^2.5.0",
"@editorjs/simple-image": "^1.6.0",
"@editorjs/table": "^2.4.2",
"@editorjs/text-variant-tune": "^1.0.3",
"@editorjs/underline": "^1.2.1",
"@editorjs/warning": "^1.4.0",
"chart.js": "^4.4.3",
"editorjs-text-color-plugin": "^2.0.4",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^4.6.82",
"quill": "^2.0.2"
}
}