-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
91 lines (91 loc) · 3.39 KB
/
Copy pathpackage-lock.json
File metadata and controls
91 lines (91 loc) · 3.39 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
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
89
90
91
{
"name": "kanban2",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "kanban2",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@rails/request.js": "^0.0.11",
"@stimulus-components/notification": "^3.0.0",
"@stimulus-components/sortable": "^5.0.2",
"daisyui": "^5.0.6",
"sortablejs": "^1.15.6"
}
},
"node_modules/@hotwired/stimulus": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.2.2.tgz",
"integrity": "sha512-eGeIqNOQpXoPAIP7tC1+1Yc1yl1xnwYqg+3mzqxyrbE5pg5YFBZcA6YoTiByJB6DKAEsiWtl6tjTJS4IYtbB7A==",
"license": "MIT",
"peer": true
},
"node_modules/@rails/request.js": {
"version": "0.0.11",
"resolved": "https://registry.npmjs.org/@rails/request.js/-/request.js-0.0.11.tgz",
"integrity": "sha512-2U3uYS0kbljt+pAstN+LIlZOl7xmOKig5N6FrvtUWO1wq0zR1Hf90fHfD2SYiyV8yH1nyKpoTmbLqWT0xe1zDg==",
"license": "MIT"
},
"node_modules/@stimulus-components/notification": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@stimulus-components/notification/-/notification-3.0.0.tgz",
"integrity": "sha512-oZrIAcEayLNIhcetMJSLP6S9ryWjiFWBI5JKm639UuRsfSRyxiaHMddb3Xch/Umq6K24h/t2l1zVxxOm/UnMOA==",
"license": "MIT",
"dependencies": {
"stimulus-use": "^0.52.2"
},
"peerDependencies": {
"@hotwired/stimulus": "^3.0.0"
}
},
"node_modules/@stimulus-components/sortable": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@stimulus-components/sortable/-/sortable-5.0.2.tgz",
"integrity": "sha512-7A8W/sBEkwA1x+ZU/iYgf2FLLtHvpKLQR3c2FABpovYyVq+I7gFxnKkv/qnX4Fh24d0MyWj/krpGY1pPvCXEZw==",
"license": "MIT",
"peerDependencies": {
"@hotwired/stimulus": "^3",
"@rails/request.js": "~0.0.8",
"sortablejs": "^1.15.0"
}
},
"node_modules/daisyui": {
"version": "5.0.6",
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.0.6.tgz",
"integrity": "sha512-/e/9Gw/2y9oawBJlWkJMSEhRXdmfOLvcPl+6q/x2rPEdIVOtebs1t3ex2vwySl9vCRs1GGNBKCiL+P60Ps/wUw==",
"license": "MIT",
"funding": {
"url": "https://github.com/saadeghi/daisyui?sponsor=1"
}
},
"node_modules/hotkeys-js": {
"version": "3.13.9",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.13.9.tgz",
"integrity": "sha512-3TRCj9u9KUH6cKo25w4KIdBfdBfNRjfUwrljCLDC2XhmPDG0SjAZFcFZekpUZFmXzfYoGhFDcdx2gX/vUVtztQ==",
"license": "MIT",
"peer": true,
"funding": {
"url": "https://jaywcjlove.github.io/#/sponsor"
}
},
"node_modules/sortablejs": {
"version": "1.15.6",
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.6.tgz",
"integrity": "sha512-aNfiuwMEpfBM/CN6LY0ibyhxPfPbyFeBTYJKCvzkJ2GkUpazIt3H+QIPAMHwqQ7tMKaHz1Qj+rJJCqljnf4p3A==",
"license": "MIT"
},
"node_modules/stimulus-use": {
"version": "0.52.3",
"resolved": "https://registry.npmjs.org/stimulus-use/-/stimulus-use-0.52.3.tgz",
"integrity": "sha512-stZ5dID6FUrGCR/ChWUa0FT5Z8iqkzT6lputOAb50eF+Ayg7RzJj4U/HoRlp2NV333QfvoRidru9HLbom4hZVw==",
"license": "MIT",
"peerDependencies": {
"@hotwired/stimulus": ">= 3",
"hotkeys-js": ">= 3"
}
}
}
}