-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
51 lines (51 loc) · 1.54 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@rollup/plugin-inject": "^5.0.3",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.7",
"axios": "^1.7",
"bootstrap-sass": "^3.4.3",
"jquery": "^3.4.1",
"laravel-vite-plugin": "^0.7.4",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"sass": "^1.22.9",
"tailwindcss": "^3.0.24",
"vite": "^4.5.5",
"vue": "^3.3",
"vue-loader": "^17.0.0"
},
"dependencies": {
"@coddicat/vue-pinch-scroll-zoom": "^4.3.5",
"@melloware/coloris": "^0.22.0",
"@syncfusion/ej2-vue-grids": "^24.2.7",
"bootstrap": "^4.3.1",
"click-outside-vue3": "^4.0.1",
"colord": "^2.9.3",
"cookieconsent": "3",
"corejs-typeahead": "^1.2.1",
"cytoscape": "^3.27.0",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-dblclick": "^0.3.1",
"cytoscape-panzoom": "^2.5.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",
"rpg-awesome": "^0.2.0",
"sass-loader": "^8.0.0",
"select2": "^4.0.8",
"sortablejs": "^1.15.0",
"spectrum-colorpicker": "^1.8.1",
"tippy.js": "^6.3.7",
"tributejs": "^5.1.3",
"vue-draggable-next": "^2.2.1",
"vue-panzoom": "^1.1.6"
}
}