-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.49 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.49 KB
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@floating-ui/dom": "^1.2.3",
"@headlessui-float/vue": "^0.10.1",
"@headlessui/vue": "^1.7.12",
"@heroicons/vue": "^2.0.16",
"@inertiajs/vue3": "^1.0.0",
"@spartez/vue-atlaskit-next": "^0.1.25",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tiptap/core": "^2.0.0-beta.220",
"@tiptap/extension-placeholder": "^2.0.0-beta.220",
"@tiptap/extension-underline": "^2.0.0-beta.220",
"@tiptap/pm": "^2.0.0-beta.220",
"@tiptap/starter-kit": "^2.0.0-beta.220",
"@tiptap/vue-3": "^2.0.0-beta.220",
"@vitejs/plugin-vue": "^4.0.0",
"apexcharts": "^3.37.1",
"autoprefixer": "^10.4.12",
"axios": "^1.2.0",
"bulma": "^0.9.4",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.11",
"filepond-plugin-image-validate-size": "^1.2.7",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.21",
"momentum-modal": "^0.2.1",
"postcss": "^8.4.18",
"prettier": "^2.8.4",
"prosemirror-commands": "^1.5.1",
"prosemirror-dropcursor": "^1.7.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.1",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"sass": "^1.58.3",
"tailwindcss": "^3.2.1",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-components": "^0.24.1",
"unplugin-vue-define-options": "^1.2.3",
"unplugin-vue-macros": "^1.9.1",
"v3confirm": "^1.1.1",
"vite": "^4.0.0",
"vue": "^3.2.41",
"vue-filepond": "^7.0.3",
"vue-image-crop-upload": "^3.0.3",
"vue-lazyload": "^3.0.0-rc.2",
"vue-toastification": "^2.0.0-rc.5",
"vue3-apexcharts": "^1.4.1",
"vue3-popper": "^1.5.0",
"vuedraggable": "^4.1.0"
},
"resolutions": {
"prosemirror-model": "1.16.0",
"prosemirror-state": "1.4.2",
"prosemirror-transform": "1.2.2",
"prosemirror-view": "1.28.2",
"prosemirror-keymap": "1.2.1",
"prosemirror-commands": "1.5.1"
}
}