-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
50 lines (50 loc) · 1.32 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
{
"name": "ai-admin-jqadm",
"version": "1.0.0",
"description": "Aimeos JQAdm libraries",
"main": "index.js",
"directories": {},
"scripts": {
"build": "./node_modules/.bin/esbuild js/libs.js --bundle --minify --loader:.png=dataurl --outfile=js/vendor.js"
},
"repository": {
"type": "git",
"url": "https://github.com/aimeos/ai-admin-jqadm"
},
"keywords": [
"Aimeos",
"admin",
"JS",
"package"
],
"author": "Aimeos",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/aimeos/ai-admin-jqadm/issues"
},
"homepage": "https://github.com/aimeos/ai-admin-jqadm#readme",
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^43.1.1",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vueform/multiselect": "^2.6.6",
"awesome-graphql-client": "^2.0.0",
"chart.js": "^4.4.3",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-chart-geo": "^4.3.1",
"chartjs-chart-matrix": "^2.0.1",
"flatpickr": "^4.6.13",
"jquery": "^3.7.1",
"jquery-param": "^1.2.3",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"sortablejs": "^1.15.2",
"sprintf-js": "^1.1.3",
"vue": "^3.4.15",
"vue-flatpickr-component": "^11.0.3",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"esbuild": "^0.20.0"
}
}