-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
72 lines (72 loc) · 1.53 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
{
"name": "jmisc",
"version": "0.0.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "jmisc",
"version": "0.0.11",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.4.3",
"@types/react": "^18.2.15",
"type-fest": "^4.0.0",
"typescript": "^5.1.6"
}
},
"node_modules/@types/node": {
"version": "20.4.3",
"dev": true,
"license": "MIT"
},
"node_modules/@types/prop-types": {
"version": "15.7.5",
"dev": true,
"license": "MIT"
},
"node_modules/@types/react": {
"version": "18.2.15",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",
"csstype": "^3.0.2"
}
},
"node_modules/@types/scheduler": {
"version": "0.16.3",
"dev": true,
"license": "MIT"
},
"node_modules/csstype": {
"version": "3.1.2",
"dev": true,
"license": "MIT"
},
"node_modules/type-fest": {
"version": "4.0.0",
"dev": true,
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/typescript": {
"version": "5.1.6",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}