-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.74 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
{
"name": "adt-js-components",
"version": "2.1.0",
"description": "JavaScript components for Nette framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppsDevTeam/js-components.git"
},
"dependencies": {
"nette.ajax.js": "^2.3.0"
},
"peerDependencies": {
"jquery": "^3.4.1",
"select2": "^4.0.13",
"select2-bootstrap-5-theme": "^1.1.1",
"autonumeric": "^4.6.0",
"@here/flexpolyline": "^0.1.0",
"flatpickr": "^4.6.3",
"script-loader": "^0.7.2",
"timepicker": "^1.13.4",
"glightbox": "^3.0.7",
"@googlemaps/js-api-loader": "^1.11.1",
"scrollparent": "^2.0.1",
"tinymce": "^5.7.0",
"tinymce-i18n": "^20.12.25",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"firebase": "^12.10.0"
},
"peerDependenciesMeta": {
"select2": { "optional": true },
"select2-bootstrap-5-theme": { "optional": true },
"autonumeric": { "optional": true },
"@here/flexpolyline": { "optional": true },
"flatpickr": { "optional": true },
"script-loader": { "optional": true },
"timepicker": { "optional": true },
"glightbox": { "optional": true },
"@googlemaps/js-api-loader": { "optional": true },
"scrollparent": { "optional": true },
"tinymce": { "optional": true },
"tinymce-i18n": { "optional": true },
"leaflet": { "optional": true },
"leaflet.markercluster": { "optional": true },
"firebase": { "optional": true }
},
"author": "Apps Dev Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppsDevTeam/js-components/issues"
},
"homepage": "https://github.com/AppsDevTeam/js-components#readme"
}