-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
44 lines (44 loc) · 1.47 KB
/
package-lock.json
File metadata and controls
44 lines (44 loc) · 1.47 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
{
"name": "frontend-test",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"lottie-react": "^2.3.0"
}
},
"node_modules/lottie-react": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/lottie-react/-/lottie-react-2.3.0.tgz",
"integrity": "sha512-zf4XCZ6uttAL+7q/vnnrh0r/C7LTO1hBGvAiOEPgNV4l6y8xUPCKT494aV51lafRt7nMjdVrkCdEGOBbpxSPwA==",
"dependencies": {
"lottie-web": "^5.8.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/lottie-web": {
"version": "5.9.4",
"resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.9.4.tgz",
"integrity": "sha512-bSs1ZTPifnBVejO1MnQHdfrKfcn02YTCmgOh2wcAEICqRA0V7GzDh8FnwXY6+EzT+i8XOunaIloo/5xC5YNbsA=="
}
},
"dependencies": {
"lottie-react": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/lottie-react/-/lottie-react-2.3.0.tgz",
"integrity": "sha512-zf4XCZ6uttAL+7q/vnnrh0r/C7LTO1hBGvAiOEPgNV4l6y8xUPCKT494aV51lafRt7nMjdVrkCdEGOBbpxSPwA==",
"requires": {
"lottie-web": "^5.8.1"
}
},
"lottie-web": {
"version": "5.9.4",
"resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.9.4.tgz",
"integrity": "sha512-bSs1ZTPifnBVejO1MnQHdfrKfcn02YTCmgOh2wcAEICqRA0V7GzDh8FnwXY6+EzT+i8XOunaIloo/5xC5YNbsA=="
}
}
}