-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage-lock.json
More file actions
69 lines (69 loc) · 1.92 KB
/
Copy pathpackage-lock.json
File metadata and controls
69 lines (69 loc) · 1.92 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
{
"name": "@socketry/presently-workspace",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@socketry/presently-workspace",
"workspaces": [
"components/*"
]
},
"components/presently": {
"name": "@socketry/presently",
"license": "MIT",
"dependencies": {
"@socketry/live": "^0.17.0",
"@socketry/syntax": "^0.6.2",
"animejs": "^4.5.0"
}
},
"node_modules/@socketry/live": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@socketry/live/-/live-0.17.0.tgz",
"integrity": "sha512-dLny3mgc/DiypaHojJ4+lb8y9dilTJBHOOTkJ4fhhjM0IFDOD28xsIvghwryoIbtaJZGaKd9BVaDLZc1AG+YLA==",
"license": "MIT",
"dependencies": {
"morphdom": "^2.7"
}
},
"node_modules/@socketry/presently": {
"resolved": "components/presently",
"link": true
},
"node_modules/@socketry/syntax": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/@socketry/syntax/-/syntax-0.6.2.tgz",
"integrity": "sha512-K+CnV/L4p39/LCR9fnycYahz8Nbo4MjRCiyaR4uIqE7zvwIQ+BkDsJkM1skz1oDvH8iIZrkVVDC01dpQ1a2VeA==",
"license": "MIT"
},
"node_modules/animejs": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/animejs/-/animejs-4.5.0.tgz",
"integrity": "sha512-NQimYX+lz8WaXonGS9zVVoviCIAjONeJayxacUditaivYLqyXgGjFKjuyl0aUUhFKm5MriX9ty1TGovNzoJQWA==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/juliangarnier"
},
"peerDependencies": {
"@types/three": ">=0.150.0",
"three": ">=0.150.0"
},
"peerDependenciesMeta": {
"@types/three": {
"optional": true
},
"three": {
"optional": true
}
}
},
"node_modules/morphdom": {
"version": "2.7.8",
"resolved": "https://registry.npmjs.org/morphdom/-/morphdom-2.7.8.tgz",
"integrity": "sha512-D/fR4xgGUyVRbdMGU6Nejea1RFzYxYtyurG4Fbv2Fi/daKlWKuXGLOdXtl+3eIwL110cI2hz1ZojGICjjFLgTg==",
"license": "MIT"
}
}
}