-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplasmic.json
65 lines (65 loc) · 1.85 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
{
"platform": "gatsby",
"code": {
"lang": "ts",
"scheme": "blackbox",
"reactRuntime": "classic"
},
"style": {
"scheme": "css-modules",
"defaultStyleCssFilePath": "plasmic/plasmic__default_style.module.css"
},
"images": {
"scheme": "files",
"publicDir": "../../static",
"publicUrlPrefix": "/"
},
"tokens": {
"scheme": "theo",
"tokensFilePath": "plasmic-tokens.theo.json"
},
"srcDir": "src/components",
"defaultPlasmicDir": "./plasmic",
"projects": [
{
"projectId": "dCc43qFEZfVNpGeyGDGkTP",
"projectName": "Blank project (mobile-first)",
"version": "latest",
"cssFilePath": "plasmic/blank_project_mobile_first/plasmic_blank_project_mobile_first.module.css",
"components": [
{
"id": "lQMbYKmlQ3c6",
"name": "Homepage",
"type": "managed",
"projectId": "dCc43qFEZfVNpGeyGDGkTP",
"renderModuleFilePath": "plasmic/blank_project_mobile_first/PlasmicHomepage.tsx",
"importSpec": {
"modulePath": "../pages/index.tsx"
},
"cssFilePath": "plasmic/blank_project_mobile_first/PlasmicHomepage.module.css",
"scheme": "blackbox",
"componentType": "page"
}
],
"icons": [],
"images": [],
"codeComponents": [],
"projectApiToken": "unxG5RQrVVybsg8iIjr1KEFgOgHTCdyOfhZMkfwSk21NDAaJmoxgxhqw6y8HPF5wxldTkwodMiMxVlcocg"
}
],
"globalVariants": {
"variantGroups": [
{
"id": "53dAwO5XHDi6",
"name": "Screen",
"projectId": "dCc43qFEZfVNpGeyGDGkTP",
"contextFilePath": "plasmic/blank_project_mobile_first/PlasmicGlobalVariant__Screen.tsx"
}
]
},
"gatsbyConfig": {
"pagesDir": "../pages"
},
"cliVersion": "0.1.157",
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.157/dist/plasmic.schema.json"
}