-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplasmic.json
146 lines (146 loc) · 4.35 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"platform": "nextjs",
"code": {
"lang": "js",
"scheme": "blackbox",
"reactRuntime": "classic"
},
"style": {
"scheme": "css-modules",
"defaultStyleCssFilePath": "plasmic/plasmic__default_style.css"
},
"images": {
"scheme": "public-files",
"publicDir": "../public",
"publicUrlPrefix": "/"
},
"tokens": {
"scheme": "theo",
"tokensFilePath": "plasmic-tokens.theo.json"
},
"srcDir": "components",
"defaultPlasmicDir": "./plasmic",
"projects": [
{
"projectId": "eNQiRE8SfDaBBkgMfoMhTx",
"projectApiToken": "gWTtzkcHUUSVJnpZaCmP6D91w374lrBf6v6Z64GZt6UgYgrkOd0JXpxG5MmWiMuGYTupkY0fjTGRhgKGptxQ",
"projectName": "Blank project",
"version": "latest",
"cssFilePath": "plasmic/blank_project/plasmic_blank_project.module.css",
"components": [
{
"id": "eMrBKRI-KXtB",
"name": "Homepage",
"type": "managed",
"projectId": "eNQiRE8SfDaBBkgMfoMhTx",
"renderModuleFilePath": "plasmic/blank_project/PlasmicHomepage.jsx",
"importSpec": {
"modulePath": "../pages/index.jsx"
},
"cssFilePath": "plasmic/blank_project/PlasmicHomepage.module.css",
"scheme": "blackbox",
"componentType": "page"
},
{
"id": "Pp-b07qe4nJ",
"name": "InfoCard",
"type": "managed",
"projectId": "eNQiRE8SfDaBBkgMfoMhTx",
"renderModuleFilePath": "plasmic/blank_project/PlasmicInfoCard.jsx",
"importSpec": {
"modulePath": "InfoCard.jsx"
},
"cssFilePath": "plasmic/blank_project/PlasmicInfoCard.module.css",
"scheme": "blackbox",
"componentType": "component"
}
],
"icons": [
{
"id": "z3ww7lAGz4",
"name": "Ellipse26Icon",
"moduleFilePath": "plasmic/blank_project/icons/PlasmicIcon__Ellipse26.jsx"
},
{
"id": "Lq6_k1S2uw",
"name": "ClcloudSvgIconIcon",
"moduleFilePath": "plasmic/blank_project/icons/PlasmicIcon__ClcloudSvgIcon.jsx"
},
{
"id": "JN4s4pXtKT",
"name": "Line128Icon",
"moduleFilePath": "plasmic/blank_project/icons/PlasmicIcon__Line128.jsx"
}
],
"images": [
{
"id": "0CbSPWMwQ",
"name": "Vector 2.4 2",
"filePath": "../public/plasmic/blank_project/images/vector242.png"
},
{
"id": "khDoM_7uL9",
"name": "Vector 2.4 3",
"filePath": "../public/plasmic/blank_project/images/vector243.png"
},
{
"id": "3txauVsgeL",
"name": "Vector 2.4 4",
"filePath": "../public/plasmic/blank_project/images/vector244.jpg"
},
{
"id": "vAZhJFPjPz",
"name": "Vector 2.4 5",
"filePath": "../public/plasmic/blank_project/images/vector245.png"
},
{
"id": "pAVrpPh81q",
"name": "Vector 2.4 6",
"filePath": "../public/plasmic/blank_project/images/vector246.png"
},
{
"id": "cwDbBNuzwm",
"name": "Vector 2.4 7",
"filePath": "../public/plasmic/blank_project/images/vector247.png"
},
{
"id": "n2_1t7jnQP",
"name": "Vector 2.4",
"filePath": "../public/plasmic/blank_project/images/vector24.svg"
}
],
"indirect": false,
"globalContextsFilePath": "",
"codeComponents": [
{
"id": "9nrN2MO2C0W0D",
"name": "PlasmicHead",
"displayName": "hostless-plasmic-head",
"componentImportPath": "@plasmicapp/react-web"
},
{
"id": "ZzPlTwMqKhAx9",
"name": "Fetcher",
"displayName": "plasmic-data-source-fetcher",
"componentImportPath": "@plasmicapp/react-web/lib/data-sources"
}
]
}
],
"globalVariants": {
"variantGroups": [
{
"id": "eMGUlmB4dT1AO",
"name": "Screen",
"projectId": "eNQiRE8SfDaBBkgMfoMhTx",
"contextFilePath": "plasmic/blank_project/PlasmicGlobalVariant__Screen.jsx"
}
]
},
"wrapPagesWithGlobalContexts": true,
"nextjsConfig": {
"pagesDir": "../pages"
},
"cliVersion": "0.1.287",
"$schema": "https://unpkg.com/@plasmicapp/[email protected]/dist/plasmic.schema.json"
}