-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 3.39 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
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
79
80
81
82
83
84
85
86
87
88
{
"name": "onedionys-authentication-tokens-management",
"version": "4.0.1",
"description": "One Dionys (Authentication Tokens Management) - Functions to store, retrieve, and update authentication tokens in web applications.",
"main": "src/authenticationTokensManager.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/onedionys/onedionys-authentication-tokens-management.git"
},
"keywords": [
"onedionys",
"tea",
"package-manager",
"authentication-tokens-management"
],
"author": "One Dionys",
"license": "ISC",
"bugs": {
"url": "https://github.com/onedionys/onedionys-authentication-tokens-management/issues"
},
"homepage": "https://github.com/onedionys/onedionys-authentication-tokens-management#readme",
"devDependencies": {
"chai": "^5.1.0",
"mocha": "^10.3.0"
},
"dependencies": {
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"onedionys-ajax-wrapper": "^1.0.2",
"onedionys-analytics-integration": "^1.0.0",
"onedionys-animation-library": "^1.0.0",
"onedionys-charting-library-integration": "^1.0.0",
"onedionys-clipboard-manager": "^1.0.0",
"onedionys-color-manipulation": "^1.0.0",
"onedionys-cookie-management": "^1.0.0",
"onedionys-css-class-manipulation": "^1.0.0",
"onedionys-data-formatting-helpers": "^1.0.0",
"onedionys-data-storage": "^1.1.0",
"onedionys-date-languange": "^2.5.1",
"onedionys-date-time-utilities": "^1.0.0",
"onedionys-debounce-throttle-functions": "^1.0.0",
"onedionys-dom-manipulation-helpers": "^1.1.0",
"onedionys-dom-traversal-utilities": "^1.0.0",
"onedionys-drag-drop-components": "^1.0.0",
"onedionys-error-handling-utilities": "^1.0.0",
"onedionys-event-emitter": "^1.0.0",
"onedionys-event-handling-library": "^1.0.0",
"onedionys-feature-toggle-utilities": "^1.0.0",
"onedionys-file-upload-component": "^1.0.0",
"onedionys-form-handling-utilities": "^1.0.0",
"onedionys-form-input-masking": "^1.0.0",
"onedionys-http-client": "^1.0.0",
"onedionys-image-cropping-tool": "^1.0.0",
"onedionys-image-gallery-component": "^1.0.0",
"onedionys-image-loading-utilities": "^1.0.0",
"onedionys-input-autocomplete": "^1.0.0",
"onedionys-lazy-loading-components": "^1.0.0",
"onedionys-lazy-loading-images": "^1.0.0",
"onedionys-localization-library": "^1.0.0",
"onedionys-localization-manager": "^1.0.0",
"onedionys-math-utilities": "^1.0.0",
"onedionys-modal-dialog-component": "^1.0.0",
"onedionys-notification-system": "^1.0.0",
"onedionys-number-languange": "^2.5.0",
"onedionys-pagination-component": "^1.0.0",
"onedionys-progress-bar-component": "^1.0.0",
"onedionys-promise-utilities": "^1.0.0",
"onedionys-responsive-design-helpers": "^1.0.0",
"onedionys-routing-library": "^1.0.0",
"onedionys-scrolling-utilities": "^1.0.0",
"onedionys-search-bar-component": "^1.0.0",
"onedionys-shop-builder": "^2.5.1",
"onedionys-social-sharing-utilities": "^1.0.0",
"onedionys-state-management": "^1.0.0",
"onedionys-template-engine": "^1.0.0",
"onedionys-text-parsing-utilities": "^1.0.0",
"onedionys-user-authentication": "^1.0.0",
"onedionys-validation-library": "^1.0.0",
"onedionys-web-storage-abstraction": "^1.0.0",
"onedionys-websocket-wrapper": "^1.0.0"
}
}