-
Notifications
You must be signed in to change notification settings - Fork 15
/
packages.json
40 lines (40 loc) · 1.25 KB
/
packages.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
{
"requiredNodeVersion": 16,
"requiredNPMVersion": 7,
"packages": [
"build",
"dev-utils/dummy-server",
"dev-utils/poly-cli",
"dev-utils/rdf-spec",
"dev-utils/rollup-plugin-copy-watch",
"feature-utils/poly-analysis",
"feature-utils/poly-import",
"feature-utils/poly-look",
"feature-utils/silly-i18n",
"features/amazonDataImporterPreview",
"features/bundle",
"features/companyDataCleanerPreview",
"features/cooperativeMembershipPreview",
"features/demo",
"features/example",
"features/facebook",
"features/featureStorePreview",
"features/gdprDataImporterPreview",
"features/google",
"features/lexicon",
"features/netflixDataImporterPreview",
"features/polyExplorer",
"features/polyPinion",
"features/polyTalkPreview",
"features/polypediaPreview",
"features/polypolyMembership",
"features/polypolyMembershipPreview",
"features/messenger",
"features/test",
"platform/core",
"platform/feature-api/api",
"platform/feature-api/communication",
"platform/podjs",
"platform/utils/endpoints-generator"
]
}