-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.3 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.3 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
58
59
60
{
"name": "lddatetimepicker",
"version": "0.0.13",
"description": "vanilla date/time picker",
"browser": "dist/index.min.js",
"main": "dist/index.js",
"files": [
"dist/**/*"
],
"scripts": {
"start": "npx server -r web -o true"
},
"homepage": "https://github.com/loadingio/lddatetimepicker",
"repository": {
"type": "git",
"url": "https://github.com/loadingio/lddatetimepicker"
},
"keywords": [
"date",
"time",
"datetime",
"datepicker",
"datetimepicker"
],
"author": "zbryikt",
"license": "MIT",
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.12",
"@loadingio/debounce.js": "^1.0.1",
"@zbryikt/template": "^2.4.1",
"bootstrap": "^4.6.1",
"dayjs": "^1.11.0",
"fedep": "^1.6.0",
"ldcover": "^3.5.6",
"ldview": "^1.7.1",
"livescript": "^1.6.0",
"proxise": "^1.0.1",
"stylus": "^0.57.0",
"uglify-js": "^3.15.3",
"uglifycss": "^0.0.29",
"zmgr": "^2.2.3"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"@loadingio/bootstrap.ext",
"@loadingio/debounce.js",
"@loadingio/ldquery",
"dayjs",
"bootstrap",
"ldcover",
"ldview",
"zmgr",
"proxise"
]
},
"dependencies": {
"@loadingio/ldquery": "^3.0.6"
}
}