forked from code4romania/war-support-dopomoha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.81 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"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",
"prepare": "husky install",
"test": "jest"
},
"dependencies": {
"@alpinejs/collapse": "^3.10.2",
"@ckpack/vue-color": "^1.1.9",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@tiptap/core": "^2.0.0-beta.172",
"@tiptap/extension-blockquote": "^2.0.0-beta.26",
"@tiptap/extension-bold": "^2.0.0-beta.25",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.52",
"@tiptap/extension-bullet-list": "^2.0.0-beta.25",
"@tiptap/extension-document": "^2.0.0-beta.15",
"@tiptap/extension-dropcursor": "^2.0.0-beta.25",
"@tiptap/extension-gapcursor": "^2.0.0-beta.33",
"@tiptap/extension-hard-break": "^2.0.0-beta.30",
"@tiptap/extension-heading": "^2.0.0-beta.24",
"@tiptap/extension-highlight": "^2.0.0-beta.31",
"@tiptap/extension-history": "^2.0.0-beta.21",
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.30",
"@tiptap/extension-image": "^2.0.0-beta.24",
"@tiptap/extension-italic": "^2.0.0-beta.25",
"@tiptap/extension-link": "^2.0.0-beta.33",
"@tiptap/extension-list-item": "^2.0.0-beta.20",
"@tiptap/extension-ordered-list": "^2.0.0-beta.26",
"@tiptap/extension-paragraph": "^2.0.0-beta.23",
"@tiptap/extension-strike": "^2.0.0-beta.27",
"@tiptap/extension-subscript": "^2.0.0-beta.10",
"@tiptap/extension-superscript": "^2.0.0-beta.10",
"@tiptap/extension-table": "^2.0.0-beta.45",
"@tiptap/extension-table-cell": "^2.0.0-beta.20",
"@tiptap/extension-table-header": "^2.0.0-beta.22",
"@tiptap/extension-table-row": "^2.0.0-beta.19",
"@tiptap/extension-text": "^2.0.0-beta.15",
"@tiptap/extension-text-align": "^2.0.0-beta.29",
"@tiptap/extension-typography": "^2.0.0-beta.19",
"@tiptap/extension-underline": "^2.0.0-beta.22",
"@tiptap/vue-3": "^2.0.0-beta.84",
"@vue/compiler-sfc": "^3.2.33",
"@vueuse/core": "^7.6.2",
"alpinejs": "^3.10.2",
"autoprefixer": "^10.4.5",
"axios": "^0.27.2",
"laravel-mix": "^6.0.43",
"laravel-mix-bundle-analyzer": "^1.0.5",
"laravel-mix-valet": "^1.3.0",
"laravel-vue-i18n": "^1.4.3",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"postcss": "^8.4.12",
"postcss-100vh-fix": "^1.0.2",
"postcss-import": "^14.1.0",
"raw-loader": "^4.0.2",
"remixicon": "^2.5.0",
"slug": "^5.3.0",
"tailwindcss": "^3.0.24",
"uniqid": "^5.4.0",
"vue": "^3.2.33",
"vue-flatpickr-component": "^9.0.6",
"vue-i18n": "^9.2.0-beta.6",
"vue-loader": "^17.0.0",
"vue-svg-loader": "^0.17.0-beta.2",
"vue3-click-away": "^1.2.4",
"vuedraggable": "^4.1.0",
"ziggy-js": "^1.4.6"
},
"devDependencies": {
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.2.0",
"husky": "^7.0.4",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"serverless": "^3.16.0",
"serverless-domain-manager": "^6.0.3",
"serverless-lift": "^1.15.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}