-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
59 lines (59 loc) · 1.35 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
{
"name": "reposeek",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"ldrs": "^1.0.2",
"react-hook-form": "^7.52.1"
}
},
"node_modules/js-tokens": {
"version": "4.0.0",
"license": "MIT",
"peer": true
},
"node_modules/ldrs": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/ldrs/-/ldrs-1.0.2.tgz",
"integrity": "sha512-sYJmivdkIiHrUEqTrEWccBoLdaENpzbzkABI5rk8rRxTXrg9i2xVuDvUUuhOhJY3RmQyaoxs046pM1DCRdcIpg=="
},
"node_modules/loose-envify": {
"version": "1.4.0",
"license": "MIT",
"peer": true,
"dependencies": {
"js-tokens": "^3.0.0 || ^4.0.0"
},
"bin": {
"loose-envify": "cli.js"
}
},
"node_modules/react": {
"version": "18.3.1",
"license": "MIT",
"peer": true,
"dependencies": {
"loose-envify": "^1.1.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/react-hook-form": {
"version": "7.52.1",
"license": "MIT",
"engines": {
"node": ">=12.22.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-hook-form"
},
"peerDependencies": {
"react": "^16.8.0 || ^17 || ^18 || ^19"
}
}
}
}