-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.58 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"private": true,
"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",
"build": "npm run production"
},
"devDependencies": {
"@bomdi/codebox": "^2.0.0",
"@calumk/editorjs-codeflask": "^1.0.9",
"@editorjs/attaches": "^1.3.0",
"@editorjs/checklist": "^1.5.0",
"@editorjs/code": "^2.8.0",
"@editorjs/image": "^2.8.1",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/link": "^2.5.0",
"@editorjs/marker": "^1.3.0",
"@editorjs/paragraph": "^2.9.0",
"@editorjs/personality": "^2.0.2",
"@editorjs/quote": "^2.5.0",
"@editorjs/raw": "^2.4.0",
"@editorjs/simple-image": "^1.5.1",
"@editorjs/text-variant-tune": "^1.0.1",
"@editorjs/warning": "^1.3.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/typography": "^0.4.1",
"@vue/compiler-sfc": "^3.2.47",
"alpinejs": "^2.8.2",
"axios": "^0.21.4",
"bootstrap": "^5.2.3",
"editorjs-html": "^3.4.2",
"jquery": "^3.6.4",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"postcss": "^8.4.23",
"postcss-import": "^14.1.0",
"resolve-url-loader": "^3.1.5",
"sass": "^1.62.1",
"sass-loader": "^11.1.1",
"tailwindcss": "^2.2.19",
"typescript": "^4.9.5",
"vue-loader": "^16.8.3"
},
"dependencies": {
"@editorjs/delimiter": "^1.3.0",
"@editorjs/editorjs": "^2.26.5",
"@editorjs/embed": "^2.5.3",
"@editorjs/header": "^2.7.0",
"@editorjs/list": "^1.8.0",
"@editorjs/table": "^2.2.2",
"autoprefixer": "^10.4.14",
"bootstrap5": "^1.1.9",
"chart.js": "^3.9.1",
"cross-env": "^7.0.3",
"editorjs-alert": "^1.1.3",
"editorjs-codemirror": "^0.1.3",
"flowbite": "^1.6.5",
"inputmask": "^5.0.8",
"laravel-echo": "^1.15.1",
"primeicons": "^5.0.0",
"primevue": "^3.27.0",
"pusher-js": "^8.0.2",
"quill": "^1.3.7",
"rxjs": "^7.8.1",
"s": "^1.0.0",
"vue": "^3.2.47",
"vue-advanced-cropper": "^2.8.8",
"vue-axios": "^3.5.2",
"vue-next": "^0.0.1",
"vue-router": "^4.1.6",
"vue-template-compiler": "^2.7.14",
"vuex": "^4.1.0"
}
}