-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplasmic.json
85 lines (85 loc) · 2.46 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
{
"platform": "react",
"code": {
"lang": "js",
"scheme": "blackbox",
"reactRuntime": "classic"
},
"style": {
"scheme": "css-modules",
"defaultStyleCssFilePath": "plasmic/plasmic__default_style.module.css"
},
"images": {
"scheme": "files",
"publicDir": "../../public",
"publicUrlPrefix": "/static/"
},
"tokens": {
"scheme": "theo",
"tokensFilePath": "plasmic-tokens.theo.json"
},
"srcDir": "src/components",
"defaultPlasmicDir": "./plasmic",
"projects": [
{
"projectId": "h1S53gDFAwan5k4kyk1C1D",
"projectApiToken": "SMHFa8BwdEnku9R196O0vVCD6YdvFoleqdxCqkx0Y4y3rUz6rdcGiMS7vydAcuSmTucXwtDWFIRo9X5A",
"projectName": "Blank project",
"version": "latest",
"cssFilePath": "plasmic/blank_project/plasmic_blank_project.module.css",
"components": [
{
"id": "7K9A4cMd4q",
"name": "Homepage",
"type": "managed",
"projectId": "h1S53gDFAwan5k4kyk1C1D",
"renderModuleFilePath": "plasmic/blank_project/PlasmicHomepage.jsx",
"importSpec": {
"modulePath": "Homepage.jsx"
},
"cssFilePath": "plasmic/blank_project/PlasmicHomepage.module.css",
"scheme": "blackbox",
"componentType": "page"
},
{
"id": "YPyPVZa-z6",
"name": "Button1",
"type": "managed",
"projectId": "h1S53gDFAwan5k4kyk1C1D",
"renderModuleFilePath": "plasmic/blank_project/PlasmicButton1.jsx",
"importSpec": {
"modulePath": "Button1.jsx"
},
"cssFilePath": "plasmic/blank_project/PlasmicButton1.module.css",
"scheme": "blackbox",
"componentType": "component"
}
],
"icons": [],
"images": [
{
"id": "CKFmOzgvw",
"name": "background 1",
"filePath": "plasmic/blank_project/images/background1.png"
},
{
"id": "WIGUZEy27",
"name": "hero-social.png",
"filePath": "plasmic/blank_project/images/heroSocialpng.png"
},
{
"id": "OLE56TPXo",
"name": "gif-pixel-gang.gif",
"filePath": "plasmic/blank_project/images/gifPixelGanggif.gif"
}
],
"indirect": false,
"codeComponents": []
}
],
"globalVariants": {
"variantGroups": []
},
"cliVersion": "0.1.166",
"$schema": "https://unpkg.com/@plasmicapp/[email protected]/dist/plasmic.schema.json"
}