-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.88 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
{
"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": {
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"vue-loader": "^16.8.3"
},
"dependencies": {
"@headlessui/vue": "^1.4.3",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@macramejs/admin-config": "file:packages/macramejs/admin-config",
"@macramejs/admin-vue3": "file:packages/macramejs/admin-vue3",
"@macramejs/macrame": "file:packages/macramejs/macrame",
"@macramejs/macrame-vue3": "file:packages/macramejs/macrame-vue3",
"@macramejs/page-builder-vue3": "^0.0.8",
"@tiptap/extension-bold": "^2.0.0-beta.25",
"@tiptap/extension-code": "^2.0.0-beta.26",
"@tiptap/extension-italic": "^2.0.0-beta.25",
"@tiptap/extension-link": "^2.0.0-beta.36",
"@tiptap/extension-table": "^2.0.0-beta.48",
"@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-underline": "^2.0.0-beta.22",
"@tiptap/starter-kit": "^2.0.0-beta.180",
"@tiptap/vue-3": "^2.0.0-beta.90",
"lodash.merge": "^4.6.2",
"tailwindcss": "^3.0.18",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"v-calendar": "^3.0.0-alpha.7",
"vue": "^3.2.29",
"vue3-dropzone": "^0.0.7",
"vue3-popper": "^1.4.1",
"vuedraggable": "^4.1.0"
}
}