-
Notifications
You must be signed in to change notification settings - Fork 2
/
yarn-workspaces.json
58 lines (58 loc) · 1.46 KB
/
yarn-workspaces.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
[
{
"location": ".",
"name": "@beam/native-userscripts"
},
{
"location": "Beam/Classes/Components/BeamTextEdit/EmbedNode/Web",
"name": "@beam/native-embednode"
},
{
"location": "Beam/Classes/Components/MediaPlayer/Web",
"name": "@beam/native-mediaplayer"
},
{
"location": "Beam/Classes/Components/Password/Web",
"name": "@beam/native-passwordmanager"
},
{
"location": "Beam/Classes/Components/PointAndShoot/Web",
"name": "@beam/native-collect"
},
{
"location": "Beam/Classes/Helpers/Utils/Web/BeamTypes",
"name": "@beam/native-beamtypes"
},
{
"location": "Beam/Classes/Helpers/Utils/Web/TestMock",
"name": "@beam/native-testmock"
},
{
"location": "Beam/Classes/Helpers/Utils/Web/Utils",
"name": "@beam/native-utils"
},
{
"location": "Beam/Classes/Models/Geolocation/Web",
"name": "@beam/native-geolocation"
},
{
"location": "Beam/Classes/Models/Navigation/Web",
"name": "@beam/native-navigation"
},
{
"location": "Beam/Classes/Models/TabAndWebview/ContextMenu/Web",
"name": "@beam/native-contextmenu"
},
{
"location": "Beam/Classes/Models/TabAndWebview/MouseOverAndSelection/Web",
"name": "@beam/native-mouseoverandselection"
},
{
"location": "Beam/Classes/Models/WebPositions/Web",
"name": "@beam/native-webpositions"
},
{
"location": "Beam/Classes/Views/Search/SearchWebPage/Web",
"name": "@beam/native-searchwebpage"
}
]