-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplasmic.json
70 lines (70 loc) · 1.83 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
{
"platform": "react",
"code": {
"lang": "js",
"scheme": "blackbox"
},
"style": {
"scheme": "css-modules",
"defaultStyleCssFilePath": "plasmic/plasmic__default_style.module.css"
},
"images": {
"scheme": "inlined",
"publicDir": "../public",
"publicUrlPrefix": "/public/"
},
"tokens": {
"scheme": "theo",
"tokensFilePath": "plasmic-tokens.theo.json"
},
"srcDir": "./src/components",
"defaultPlasmicDir": "./plasmic",
"projects": [
{
"projectId": "n4pfuTJzKZyYNcHh1Z3PUs",
"projectName": "Newsletter",
"version": "latest",
"cssFilePath": "plasmic/newsletter/plasmic_newsletter.module.css",
"components": [
{
"id": "oR5vUmdsnu",
"name": "MainPage",
"type": "managed",
"projectId": "n4pfuTJzKZyYNcHh1Z3PUs",
"renderModuleFilePath": "plasmic/newsletter/PlasmicMainPage.jsx",
"importSpec": {
"modulePath": "MainPage.jsx"
},
"cssFilePath": "plasmic/newsletter/PlasmicMainPage.module.css",
"scheme": "blackbox"
}
],
"icons": [],
"images": [
{
"id": "aiF3UZKzi",
"name": "perello.png",
"filePath": "plasmic/newsletter/images/perellopng.png"
},
{
"id": "my142E6Wd",
"name": "rounded_syp.jpg",
"filePath": "plasmic/newsletter/images/roundedSypjpg.jpeg"
}
],
"jsBundleThemes": []
}
],
"globalVariants": {
"variantGroups": [
{
"id": "cb7DakWXTXNx",
"name": "Screen",
"projectId": "n4pfuTJzKZyYNcHh1Z3PUs",
"contextFilePath": "plasmic/newsletter/PlasmicGlobalVariant__Screen.jsx"
}
]
},
"cliVersion": "0.1.94",
"$schema": "https://unpkg.com/@plasmicapp/[email protected]/dist/plasmic.schema.json"
}