forked from Web3Novalabs/Nevo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
74 lines (74 loc) · 1.51 KB
/
Copy pathpackage-lock.json
File metadata and controls
74 lines (74 loc) · 1.51 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
{
"name": "Nevo",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"framer-motion": "^12.34.3"
}
},
"node_modules/framer-motion": {
"version": "12.34.3",
"license": "MIT",
"dependencies": {
"motion-dom": "^12.34.3",
"motion-utils": "^12.29.2",
"tslib": "^2.4.0"
},
"peerDependencies": {
"@emotion/is-prop-valid": "*",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@emotion/is-prop-valid": {
"optional": true
},
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
}
},
"node_modules/motion-dom": {
"version": "12.34.3",
"license": "MIT",
"dependencies": {
"motion-utils": "^12.29.2"
}
},
"node_modules/motion-utils": {
"version": "12.29.2",
"license": "MIT"
},
"node_modules/tslib": {
"version": "2.8.1",
"license": "0BSD"
}
},
"dependencies": {
"framer-motion": {
"version": "12.34.3",
"requires": {
"motion-dom": "^12.34.3",
"motion-utils": "^12.29.2",
"tslib": "^2.4.0"
}
},
"motion-dom": {
"version": "12.34.3",
"requires": {
"motion-utils": "^12.29.2"
}
},
"motion-utils": {
"version": "12.29.2"
},
"tslib": {
"version": "2.8.1"
}
}
}