-
Notifications
You must be signed in to change notification settings - Fork 4
/
package-lock.json
74 lines (74 loc) · 2.7 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
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": "@rbxts/roact-rodux",
"version": "0.2.2-ts.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@rbxts/roact-rodux",
"version": "0.2.2-ts.7",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "^1.3.3-types.1",
"@rbxts/roact": "^1.4.4-ts.0",
"@rbxts/rodux": "^3.0.0-ts.3",
"@rbxts/types": "^1.0.648"
},
"peerDependencies": {
"@rbxts/roact": "^1.4.4-ts.0",
"@rbxts/rodux": "^3.0.0-ts.3",
"@rbxts/types": "^1.0.627"
}
},
"node_modules/@rbxts/compiler-types": {
"version": "1.3.3-types.1",
"resolved": "https://registry.npmjs.org/@rbxts/compiler-types/-/compiler-types-1.3.3-types.1.tgz",
"integrity": "sha512-iWeioe5WziBTnY+FIT7aQ5bimlw81PYZ5d9WO0h1kX3joEigXPQpn2yHGRxzrqIssqQr47Y6fwknklaaQ6IPMQ==",
"dev": true
},
"node_modules/@rbxts/roact": {
"version": "1.4.4-ts.0",
"resolved": "https://registry.npmjs.org/@rbxts/roact/-/roact-1.4.4-ts.0.tgz",
"integrity": "sha512-gn9mBoGG/Clzgv2kyOvLNVd9dh5t6z+jukC3ITv2HnfPqvf/sMbz/VMaBoiB7t5umuiIe0LjW0ctZrkrS+uTOA==",
"dev": true
},
"node_modules/@rbxts/rodux": {
"version": "3.0.0-ts.3",
"resolved": "https://registry.npmjs.org/@rbxts/rodux/-/rodux-3.0.0-ts.3.tgz",
"integrity": "sha512-LrLowiF1YL5U+lQheCNMo8sbrSEoZAIlVFOGB7Edjein5TtZAeNgyJrhY5yFH5gAfJQzFRnZWVOxWFaMlD0GRg==",
"dev": true
},
"node_modules/@rbxts/types": {
"version": "1.0.648",
"resolved": "https://registry.npmjs.org/@rbxts/types/-/types-1.0.648.tgz",
"integrity": "sha512-RDKaEA8mQ7vW8OATj9Sk2ySplMm7M+bgI6aKbTITmmZyPUxESimFMG3JdPF2R9kk37bqdoctokGS30mSzrkavw==",
"dev": true
}
},
"dependencies": {
"@rbxts/compiler-types": {
"version": "1.3.3-types.1",
"resolved": "https://registry.npmjs.org/@rbxts/compiler-types/-/compiler-types-1.3.3-types.1.tgz",
"integrity": "sha512-iWeioe5WziBTnY+FIT7aQ5bimlw81PYZ5d9WO0h1kX3joEigXPQpn2yHGRxzrqIssqQr47Y6fwknklaaQ6IPMQ==",
"dev": true
},
"@rbxts/roact": {
"version": "1.4.4-ts.0",
"resolved": "https://registry.npmjs.org/@rbxts/roact/-/roact-1.4.4-ts.0.tgz",
"integrity": "sha512-gn9mBoGG/Clzgv2kyOvLNVd9dh5t6z+jukC3ITv2HnfPqvf/sMbz/VMaBoiB7t5umuiIe0LjW0ctZrkrS+uTOA==",
"dev": true
},
"@rbxts/rodux": {
"version": "3.0.0-ts.3",
"resolved": "https://registry.npmjs.org/@rbxts/rodux/-/rodux-3.0.0-ts.3.tgz",
"integrity": "sha512-LrLowiF1YL5U+lQheCNMo8sbrSEoZAIlVFOGB7Edjein5TtZAeNgyJrhY5yFH5gAfJQzFRnZWVOxWFaMlD0GRg==",
"dev": true
},
"@rbxts/types": {
"version": "1.0.648",
"resolved": "https://registry.npmjs.org/@rbxts/types/-/types-1.0.648.tgz",
"integrity": "sha512-RDKaEA8mQ7vW8OATj9Sk2ySplMm7M+bgI6aKbTITmmZyPUxESimFMG3JdPF2R9kk37bqdoctokGS30mSzrkavw==",
"dev": true
}
}
}