-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
35 lines (35 loc) · 1 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
{
"private": true,
"devDependencies": {
"@calumk/editorjs-columns": "^0.3.1",
"@editorjs/code": "^2.8.0",
"@editorjs/delimiter": "^1.3.0",
"@editorjs/editorjs": "^2.27.2",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/link": "^2.5.0",
"@editorjs/list": "^1.8.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/raw": "^2.4.0",
"@editorjs/table": "^2.2.2",
"@editorjs/underline": "^1.1.0",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"editorjs-drag-drop": "^1.1.13",
"editorjs-style": "^3.0.3",
"editorjs-undo": "^2.0.22",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.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"
}
}