-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplasmic.json
127 lines (127 loc) · 3.96 KB
/
plasmic.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"platform": "react",
"code": {
"lang": "ts",
"scheme": "blackbox",
"reactRuntime": "classic"
},
"style": {
"scheme": "css-modules",
"defaultStyleCssFilePath": "plasmic/plasmic__default_style.css"
},
"images": {
"scheme": "files",
"publicDir": "../../public",
"publicUrlPrefix": "/static/"
},
"tokens": {
"scheme": "theo",
"tokensFilePath": "plasmic-tokens.theo.json"
},
"srcDir": "src/components",
"defaultPlasmicDir": "./plasmic",
"projects": [
{
"projectId": "saZG5UFzSFK9GHv1WC5GrQ",
"projectApiToken": "7GUIR2mnXDTiFQMUnsO4dV3fyb9WgXTolDE1ykOTZ2lg0zMIww7oTJxdcV370cojUwowvgsj8tVN9SJroHNCQ",
"projectName": "elements-cs-test1",
"version": "latest",
"cssFilePath": "plasmic/elements_cs_test_1/plasmic.module.css",
"components": [
{
"id": "Y7aknKW8mtSD",
"name": "Homepage",
"type": "managed",
"projectId": "saZG5UFzSFK9GHv1WC5GrQ",
"renderModuleFilePath": "plasmic/elements_cs_test_1/PlasmicHomepage.tsx",
"importSpec": {
"modulePath": "Homepage.tsx"
},
"cssFilePath": "plasmic/elements_cs_test_1/PlasmicHomepage.module.css",
"scheme": "blackbox",
"componentType": "page",
"path": "/"
},
{
"id": "5tZJBPBuhZhT",
"name": "TestArenaComponent",
"type": "managed",
"projectId": "saZG5UFzSFK9GHv1WC5GrQ",
"renderModuleFilePath": "plasmic/elements_cs_test_1/PlasmicTestArenaComponent.tsx",
"importSpec": {
"modulePath": "TestArenaComponent.tsx"
},
"cssFilePath": "plasmic/elements_cs_test_1/PlasmicTestArenaComponent.module.css",
"scheme": "blackbox",
"componentType": "component"
},
{
"id": "gR2GHBg2tIV4",
"name": "TestComponent",
"type": "managed",
"projectId": "saZG5UFzSFK9GHv1WC5GrQ",
"renderModuleFilePath": "plasmic/elements_cs_test_1/PlasmicTestComponent.tsx",
"importSpec": {
"modulePath": "TestComponent.tsx"
},
"cssFilePath": "plasmic/elements_cs_test_1/PlasmicTestComponent.module.css",
"scheme": "blackbox",
"componentType": "component"
},
{
"id": "FgdJQ-O33OIy",
"name": "TestPage",
"type": "managed",
"projectId": "saZG5UFzSFK9GHv1WC5GrQ",
"renderModuleFilePath": "plasmic/elements_cs_test_1/PlasmicTestPage.tsx",
"importSpec": {
"modulePath": "TestPage.tsx"
},
"cssFilePath": "plasmic/elements_cs_test_1/PlasmicTestPage.module.css",
"scheme": "blackbox",
"componentType": "page",
"path": "/test-page"
}
],
"icons": [],
"images": [
{
"id": "GSANRzoxc7d5",
"name": "place.png",
"filePath": "plasmic/elements_cs_test_1/images/placepng.png"
}
],
"indirect": false,
"globalContextsFilePath": "",
"splitsProviderFilePath": "",
"codeComponents": [
{
"id": "zTTwQaxi6PoN",
"name": "PlasmicHead",
"displayName": "hostless-plasmic-head",
"componentImportPath": "@plasmicapp/react-web"
},
{
"id": "wwRQXUdsXcMQ",
"name": "Fetcher",
"displayName": "plasmic-data-source-fetcher",
"componentImportPath": "@plasmicapp/react-web/lib/data-sources"
}
],
"customFunctions": []
}
],
"globalVariants": {
"variantGroups": [
{
"id": "6Cdxcflad-ah",
"name": "Screen",
"projectId": "saZG5UFzSFK9GHv1WC5GrQ",
"contextFilePath": "plasmic/elements_cs_test_1/PlasmicGlobalVariant__Screen.tsx"
}
]
},
"wrapPagesWithGlobalContexts": true,
"cliVersion": "0.1.331",
"$schema": "https://unpkg.com/@plasmicapp/[email protected]/dist/plasmic.schema.json"
}