-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathrescript.json
More file actions
61 lines (61 loc) · 1.84 KB
/
rescript.json
File metadata and controls
61 lines (61 loc) · 1.84 KB
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
{
"name": "experimental-rescript-webapi",
"sources": [
{
"dir": "tests",
"subdirs": true,
"type": "dev"
}
],
"package-specs": {
"module": "esmodule",
"in-source": true
},
"suffix": ".res.js",
"dependencies": [
"@rescript-webapi/css-font-loading",
"@rescript-webapi/canvas",
"@rescript-webapi/channel-messaging",
"@rescript-webapi/clipboard",
"@rescript-webapi/credential-management",
"@rescript-webapi/dom",
"@rescript-webapi/encrypted-media-extensions",
"@rescript-webapi/event",
"@rescript-webapi/fetch",
"@rescript-webapi/file",
"@rescript-webapi/file-and-directory-entries",
"@rescript-webapi/gamepad",
"@rescript-webapi/geolocation",
"@rescript-webapi/history",
"@rescript-webapi/indexed-db",
"@rescript-webapi/intersection-observer",
"@rescript-webapi/media-capabilities",
"@rescript-webapi/media-capture-and-streams",
"@rescript-webapi/media-session",
"@rescript-webapi/mutation-observer",
"@rescript-webapi/notification",
"@rescript-webapi/performance",
"@rescript-webapi/permissions",
"@rescript-webapi/picture-in-picture",
"@rescript-webapi/base",
"@rescript-webapi/push",
"@rescript-webapi/remote-playback",
"@rescript-webapi/resize-observer",
"@rescript-webapi/screen-wake-lock",
"@rescript-webapi/service-worker",
"@rescript-webapi/storage",
"@rescript-webapi/ui-events",
"@rescript-webapi/url",
"@rescript-webapi/view-transitions",
"@rescript-webapi/visual-viewport",
"@rescript-webapi/web-audio",
"@rescript-webapi/web-crypto",
"@rescript-webapi/web-locks",
"@rescript-webapi/web-midi",
"@rescript-webapi/web-sockets",
"@rescript-webapi/web-speech",
"@rescript-webapi/web-storage",
"@rescript-webapi/web-vtt",
"@rescript-webapi/web-workers"
]
}