-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathworkspace.json
36 lines (36 loc) · 1.51 KB
/
workspace.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
{
"$schema": "./node_modules/nx/schemas/workspace-schema.json",
"version": 2,
"projects": {
"act-player": "packages/act-player",
"act-protocol": "packages/act-protocol",
"ap-core": "packages/ap-core",
"ap-pack": "packages/ap-pack",
"ap-preview": "packages/ap-preview",
"atlas": "packages/atlas",
"audio-station": "packages/audio-station",
"client-sdk": "packages/client-sdk",
"core-manager": "packages/core-manager",
"definitions": "packages/definitions",
"documents": "packages/documents",
"mobile-shell": "packages/mobile-shell",
"open-promise": "packages/open-promise",
"phonograph": "packages/phonograph",
"resource-bridge": "packages/resource-bridge",
"resource-loader": "packages/resource-loader",
"smart-resource": "packages/smart-resource",
"time-schedule": "packages/time-schedule",
"database": "packages/database",
"ugly-json": "packages/ugly-json",
"ogg-polyfill": "packages/ogg-polyfill",
"event-target": "packages/event-target",
"web-shell": "packages/web-shell",
"capacitor-geckoview": "packages/capacitor-geckoview",
"desktop-shell": "packages/desktop-shell",
"lens": "packages/lens",
"video-renderer-native-backend": "packages/video-renderer-native-backend",
"think-data-native-backend": "packages/think-data-native-backend",
"device-pressure-measurement-native-backend": "packages/device-pressure-measurement-native-backend",
"resource-loader-native-backend": "packages/resource-loader-native-backend"
}
}