-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 2.21 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
{
"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"
},
"devDependencies": {
"@ckeditor/ckeditor5-alignment": "^29.1.0",
"@inertiajs/inertia": "^0.9.0",
"@inertiajs/inertia-vue3": "^0.4.0",
"@inertiajs/progress": "^0.2.4",
"@tailwindcss/forms": "^0.2.1",
"@vue/compiler-sfc": "^3.0.5",
"alpinejs": "^2.7.3",
"autoprefixer": "^10.2.4",
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.2.13",
"postcss-import": "^14.0.1",
"tailwindcss": "^2.1.2",
"vue": "^3.0.5",
"vue-loader": "^16.1.2"
},
"dependencies": {
"@ckeditor/ckeditor5-autoformat": "^29.1.0",
"@ckeditor/ckeditor5-build-classic": "^29.1.0",
"@ckeditor/ckeditor5-build-decoupled-document": "^29.1.0",
"@ckeditor/ckeditor5-clipboard": "^29.1.0",
"@ckeditor/ckeditor5-code-block": "^29.1.0",
"@ckeditor/ckeditor5-page-break": "^29.1.0",
"@ckeditor/ckeditor5-pagination": "^29.1.0",
"@ckeditor/ckeditor5-upload": "^29.1.0",
"@ckeditor/ckeditor5-vue": "^2.0.1",
"@editorjs/editorjs": "^2.22.2",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^3.0.0-4",
"@inertiajs/inertia": "^0.9.2",
"@inertiajs/inertia-vue3": "^0.4.7",
"@inertiajs/progress": "^0.2.5",
"@vueform/multiselect": "^2.0.1",
"bootstrap": "^5.0.2",
"browser-sync": "^2.27.4",
"browser-sync-webpack-plugin": "^2.3.0",
"docxtemplater": "^3.22.8",
"jquery": "^3.6.0",
"laravel-echo": "^1.11.0",
"mammoth": "^1.4.17",
"moment": "^2.29.1",
"npm-check-updates": "^11.8.3",
"pizzip": "^3.1.1",
"postcss-import": "^14.0.2",
"pusher-js": "^7.0.3",
"update": "^0.7.4",
"vue": "^3.1.4"
}
}