forked from rahmanramsi/filament-editorjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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
{
"private": true,
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.7",
"editorjs-drag-drop": "^1.1.2",
"editorjs-style": "^3.0.3",
"editorjs-undo": "^1.0.1",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.3"
},
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"dependencies": {
"@calumk/editorjs-columns": "^0.2.4",
"@editorjs/delimiter": "^1.2.0",
"@editorjs/image": "^2.6.2",
"@editorjs/link": "^2.4.1",
"@editorjs/raw": "^2.3.1",
"@editorjs/code": "^2.7.0",
"@editorjs/editorjs": "^2.24.3",
"@editorjs/header": "^2.6.2",
"@editorjs/inline-code": "^1.3.1",
"@editorjs/list": "^1.7.0",
"@editorjs/quote": "^2.4.0",
"@editorjs/table": "^2.0.2",
"@editorjs/underline": "^1.0.0",
"@lostlink/blade": "^1.0.0"
}
}