-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
53 lines (53 loc) · 2.02 KB
/
Copy pathpackage-lock.json
File metadata and controls
53 lines (53 loc) · 2.02 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"frappe-gantt": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/frappe-gantt/-/frappe-gantt-0.3.0.tgz",
"integrity": "sha512-19rJUJ6UfAN7LPHHhVtYjff0mdyat/mwMW+PAXp5s1211QZ4loi+TkuGgRY9n1r9xAI/VlGoYHUehHdYZge3aQ=="
},
"tui-calendar": {
"version": "1.12.8",
"resolved": "https://registry.npmjs.org/tui-calendar/-/tui-calendar-1.12.8.tgz",
"integrity": "sha512-mQRv66KKfkaG6AS9pW2DexdICHIz8c5zUpK+3e0ci0YTs4J9UFxNny4l4HMgI38AnKfvXJQjoyiAkTFRyhArhQ==",
"requires": {
"tui-code-snippet": "^1.5.0",
"tui-date-picker": "^4.0.2",
"tui-time-picker": "^2.0.1"
}
},
"tui-code-snippet": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/tui-code-snippet/-/tui-code-snippet-1.5.2.tgz",
"integrity": "sha512-6UqTlQaaC1KLcmC0HAoq5dtl1G4Fib+R+NC7pmaV7kiIlZ7JqKhUmnOoGRcreAyzd81UTK/vCvhrw9QJskpCFQ=="
},
"tui-date-picker": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/tui-date-picker/-/tui-date-picker-4.0.2.tgz",
"integrity": "sha512-KxQMkutrUM6ytxJSBOlW2H+/vQib039gT4TFGgCFwYQjgquoVF2rcOlT0XO2UyCBtQBdqaor+4rOI/7PkiH89Q==",
"requires": {
"tui-code-snippet": "^1.5.0",
"tui-dom": "^3.0.0",
"tui-time-picker": "^2.0.0"
}
},
"tui-dom": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/tui-dom/-/tui-dom-3.0.0.tgz",
"integrity": "sha512-/MTX6rG8zmHN6AqGiK9u5LfkwfTOdJC75+wpB8xdKJ3UeLfc/AolXxHDmnssh++8dZXSnCoS3VynbsjvOqRTdg==",
"requires": {
"tui-code-snippet": "^1.2.5"
}
},
"tui-time-picker": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/tui-time-picker/-/tui-time-picker-2.0.2.tgz",
"integrity": "sha512-cma4j6ZlvpBjdZOxAhQrKN/WMsBwV9kpULAko3QtJSj/+xFo0MePx58/0ZB/WtFDu7KnIiEkAeZk+S1PLAc99g==",
"requires": {
"tui-code-snippet": "^1.5.2",
"tui-dom": "^3.0.0"
}
}
}
}