-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
24 lines (24 loc) · 994 Bytes
/
package-lock.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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"react-awesome-slider": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/react-awesome-slider/-/react-awesome-slider-4.1.0.tgz",
"integrity": "sha512-cbPI1MTpVLKbEH6gf9bwtJb8Ja6R/YJonKbUQehfq2B2AAJkgDMeHntaa4SgGCRqWd55xKiT+CkjfKau1QRsKw==",
"requires": {
"web-animation-club": "^0.6.0"
}
},
"react-simple-image-slider": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/react-simple-image-slider/-/react-simple-image-slider-2.0.1.tgz",
"integrity": "sha512-qul6jPi2k5j//N/g5CnQJcVqrfIFERe5bUC1aFP4vG3lpxUsNU/PdpUfV2twskkcWwedQWEg3gUFpmtoJ9WDgQ=="
},
"web-animation-club": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/web-animation-club/-/web-animation-club-0.6.0.tgz",
"integrity": "sha512-9W+EQu1HiaPLe/7WZlhJ2ULqQ4VL80RPDYW+ZcjfTKp6ayOuT1k3SVO6+tu0VBRmOqueJ/mrG+rjjInIv8Aglg=="
}
}
}