-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplasmic.json
98 lines (98 loc) · 2.84 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
{
"platform": "react",
"code": {
"lang": "ts",
"scheme": "blackbox"
},
"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": "9hA39KtYg3BevSMNGZjo8u",
"projectName": "bbeats",
"version": "latest",
"cssFilePath": "plasmic/bbeats/plasmic_bbeats.module.css",
"components": [
{
"id": "1e7YzspgSepC",
"name": "Homepage",
"type": "managed",
"projectId": "9hA39KtYg3BevSMNGZjo8u",
"renderModuleFilePath": "plasmic/bbeats/PlasmicHomepage.tsx",
"importSpec": {
"modulePath": "Homepage.tsx"
},
"cssFilePath": "plasmic/bbeats/PlasmicHomepage.module.css",
"scheme": "blackbox",
"componentType": "page"
},
{
"id": "Q-X2qK66L2",
"name": "Searchbar",
"type": "managed",
"projectId": "9hA39KtYg3BevSMNGZjo8u",
"renderModuleFilePath": "plasmic/bbeats/PlasmicSearchbar.tsx",
"importSpec": {
"modulePath": "Searchbar.tsx"
},
"cssFilePath": "plasmic/bbeats/PlasmicSearchbar.module.css",
"scheme": "blackbox",
"componentType": "component"
},
{
"id": "jvpz07dp-U",
"name": "BrandCard",
"type": "managed",
"projectId": "9hA39KtYg3BevSMNGZjo8u",
"renderModuleFilePath": "plasmic/bbeats/PlasmicBrandCard.tsx",
"importSpec": {
"modulePath": "BrandCard.tsx"
},
"cssFilePath": "plasmic/bbeats/PlasmicBrandCard.module.css",
"scheme": "blackbox",
"componentType": "component"
}
],
"icons": [
{
"id": "5StWiLnElt",
"name": "ListasvgIcon",
"moduleFilePath": "plasmic/bbeats/icons/PlasmicIcon__Listasvg.tsx"
}
],
"images": [
{
"id": "AvkCx1DoR",
"name": "hero_image.jpeg",
"filePath": "plasmic/bbeats/images/heroImagejpeg.jpeg"
}
],
"projectApiToken": "ckWI7BNCDfQCpsJMsEGyioih2XgRnBv7g0JsPcDpnWxrevjmpWI7pvn0FWrPVoJNRqlLqpAzVnFyV3Jd3h9njw"
}
],
"globalVariants": {
"variantGroups": [
{
"id": "w9Z1u5YsRAUO",
"name": "Screen",
"projectId": "9hA39KtYg3BevSMNGZjo8u",
"contextFilePath": "plasmic/bbeats/PlasmicGlobalVariant__Screen.tsx"
}
]
},
"cliVersion": "0.1.130",
"$schema": "https://unpkg.com/@plasmicapp/[email protected]/dist/plasmic.schema.json"
}