-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage-lock.json
More file actions
25 lines (25 loc) · 802 Bytes
/
package-lock.json
File metadata and controls
25 lines (25 loc) · 802 Bytes
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
{
"name": "Homepage",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"react-vanilla-tilt": "^1.0.0"
}
},
"node_modules/react-vanilla-tilt": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/react-vanilla-tilt/-/react-vanilla-tilt-1.0.0.tgz",
"integrity": "sha512-AuFFvbudpQIdzPeci9kP4p4Mo3QVIEtFVNu+iskMzNT0Efhi1fH5wzmdfMqWX8g82ypVgjAlwgdBWL9opnL2ow==",
"dependencies": {
"vanilla-tilt": "1.4.1"
}
},
"node_modules/vanilla-tilt": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/vanilla-tilt/-/vanilla-tilt-1.4.1.tgz",
"integrity": "sha512-yZS4jIejmhqThLlwzJ5juPwDMk6rtf+ekADDK1lAYNiw6H2VGAJr9bt8vCp+ED5kyK6sE0sMq6mxPfV8a/NdFw=="
}
}
}