forked from vickkie/vickkie.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
executable file
·30 lines (30 loc) · 884 Bytes
/
package-lock.json
File metadata and controls
executable file
·30 lines (30 loc) · 884 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
26
27
28
29
30
{
"name": "portfolio",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"@builder.io/partytown": "^0.9.1"
}
},
"node_modules/@builder.io/partytown": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/@builder.io/partytown/-/partytown-0.9.1.tgz",
"integrity": "sha512-9Bo4eZBoc7FlY38atqaXvuEMjuwU6ege/ZN+lh5G7/dC0LtdZCQJQ6CndrUtYGeia+7JoQyWXBpjcx1jFty0VA==",
"bin": {
"partytown": "bin/partytown.cjs"
},
"engines": {
"node": ">=18.0.0"
}
}
},
"dependencies": {
"@builder.io/partytown": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/@builder.io/partytown/-/partytown-0.9.1.tgz",
"integrity": "sha512-9Bo4eZBoc7FlY38atqaXvuEMjuwU6ege/ZN+lh5G7/dC0LtdZCQJQ6CndrUtYGeia+7JoQyWXBpjcx1jFty0VA=="
}
}
}