-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
44 lines (44 loc) · 1.21 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
{
"name": "rehackt",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rehackt",
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.5.7",
"react": "^19.0.0-canary-33a32441e9-20240418"
},
"peerDependencies": {
"@types/react": "*",
"react": "*"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"react": {
"optional": true
}
}
},
"node_modules/@types/node": {
"version": "20.5.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.7.tgz",
"integrity": "sha512-dP7f3LdZIysZnmvP3ANJYTSwg+wLLl8p7RqniVlV7j+oXSXAbt9h0WIBFmJy5inWZoX9wZN6eXx+YXd9Rh3RBA==",
"dev": true
},
"node_modules/react": {
"version": "19.0.0-canary-33a32441e9-20240418",
"resolved": "https://registry.npmjs.org/react/-/react-19.0.0-canary-33a32441e9-20240418.tgz",
"integrity": "sha512-daCqNhSLKCDulgZJ/ER4bvsErZmKjRkDtcepxmpb/P0S2VgrFLHNJi8oUdMuZkAkXuo1EF+h41JSs567iBPDsA==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
}
}
}