-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.68 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.68 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
71
72
73
74
75
76
77
78
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@rollup/plugin-inject": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.20",
"axios": "^1.12",
"laravel-vite-plugin": "^2.0",
"postcss": "^8.5.1",
"tailwindcss": "^4.1",
"tinymce": "^4.9.11",
"vite": "^7.0.7",
"vite-plugin-static-copy": "^3.2.0",
"vue": "^3.3"
},
"dependencies": {
"@coddicat/vue-pinch-scroll-zoom": "^4.3.5",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/theme-one-dark": "^6.1.3",
"@floating-ui/dom": "^1.0.0",
"@fontsource-variable/roboto": "^5.2.9",
"@laravel/echo-vue": "^2.3.0",
"@melloware/coloris": "^0.22.0",
"@syncfusion/ej2-vue-grids": "^24.2.7",
"@tailwindcss/vite": "^4.1.17",
"@tiptap/cli": "^3.11.1",
"@tiptap/core": "^3.20.0",
"@tiptap/extension-color": "^3.20.0",
"@tiptap/extension-details": "^3.20.0",
"@tiptap/extension-highlight": "^3.20.0",
"@tiptap/extension-image": "^3.20.0",
"@tiptap/extension-list": "^3.20.0",
"@tiptap/extension-mention": "^3.20.0",
"@tiptap/extension-table": "^3.20.0",
"@tiptap/extension-table-cell": "^3.20.0",
"@tiptap/extension-table-header": "^3.20.0",
"@tiptap/extension-table-row": "^3.20.0",
"@tiptap/extension-text-align": "^3.20.1",
"@tiptap/extension-text-style": "^3.20.0",
"@tiptap/pm": "^3.20.0",
"@tiptap/starter-kit": "^3.20.0",
"@tiptap/suggestion": "^3.20.0",
"@tiptap/vue-3": "^3.20.0",
"click-outside-vue3": "^4.0.1",
"codemirror": "^6.0.2",
"colord": "^2.9.3",
"cookieconsent": "3",
"cytoscape": "^3.27.0",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-dblclick": "^0.3.1",
"cytoscape-panzoom": "^2.5.3",
"cytoscape-popper": "^4.0.1",
"jspdf": "^4.2.1",
"konva": "^10.0.2",
"laravel-echo": "^2.3.0",
"laravel-vue-pagination": "^4.1.3",
"leaflet-editable": "^1.2.0",
"leaflet.markercluster": "^1.5.3",
"leaflet.markercluster.layersupport": "^2.0.1",
"leaflet.path.drag": "^0.0.6",
"mitt": "^3.0.0",
"pusher-js": "^8.4.0",
"rpg-awesome": "^0.2.0",
"sortablejs": "^1.15.0",
"spectrum-colorpicker": "^1.8.1",
"tippy.js": "^6.3.7",
"tom-select": "^2.5.2",
"vue-draggable-next": "^2.2.1",
"vue-konva": "^3.2.6",
"vue-panzoom": "^1.1.6",
"vue-tippy": "v6"
}
}