-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 977 Bytes
/
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
{
"name": "adt-js-components",
"version": "1.4.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": {
"select2": "^4.0.13",
"select2-bootstrap-5-theme": "^1.1.1",
"autonumeric": "^4.6.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",
"nette.ajax.js": "^2.3.0"
},
"peerDependencies": {
"jquery": "^3.4.1"
},
"author": "Apps Dev Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppsDevTeam/js-components/issues"
},
"homepage": "https://github.com/AppsDevTeam/js-components#readme"
}