-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
34 lines (34 loc) · 1.25 KB
/
package-lock.json
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
{
"name": "nocode",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@animxyz/core": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@animxyz/core/-/core-0.1.1.tgz",
"integrity": "sha512-8mymZ0f+TQPWgGFnVMBjhzRP+xJze425wwKzJb9z2gNv3N+HppNm9kClIP+EfqhFjjpaBZaUMvmmJFBQFuabAg=="
},
"@stencil/core": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.3.0.tgz",
"integrity": "sha512-VZ/Ox0E1kngcmHbJhHUufuLELi+xG3of3LuRI3X2AMWyE82JUVYlOEsQci/YBZWpfc9BS9I36R88prBew22oew==",
"dev": true
},
"@stencil/router": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@stencil/router/-/router-1.0.1.tgz",
"integrity": "sha512-ZMholl1BE+glNAc/8pcEb9RYkeH0XETxsJbx6D7f3azTmaTXqKYty1IACP/3BtVjuimpfLdxQJ+J95wKmnYBtA==",
"dev": true,
"requires": {
"@stencil/state-tunnel": "^1.0.1"
}
},
"@stencil/state-tunnel": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@stencil/state-tunnel/-/state-tunnel-1.0.1.tgz",
"integrity": "sha512-DYG8uROgL9hkjVTCtCfRBb0d3FwpiFB0muRrNZQ2X1Qo5hxMuNNji76/ILddqeq0AfgkKCW82xrMPDpy+rNIhQ==",
"dev": true
}
}
}