-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplasmic.json
More file actions
143 lines (143 loc) · 4.34 KB
/
Copy pathplasmic.json
File metadata and controls
143 lines (143 loc) · 4.34 KB
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
{
"platform": "react",
"code": {
"lang": "ts",
"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": "54HMz7Hvd2hKuAsezVhBVr",
"projectApiToken": "lKQrDxohORmgWHex2358EzhUooLgkSP0gLBYMzjb9eR4gwaqfumtfPSj6WjXO4IcwovDEIkXpMWS8IeYSQYQ",
"projectName": "web3auth-test",
"version": "latest",
"cssFilePath": "plasmic/web_3_auth_test/plasmic_web_3_auth_test.module.css",
"components": [
{
"id": "evFdljHsKY7L5",
"name": "Homepage",
"type": "managed",
"projectId": "54HMz7Hvd2hKuAsezVhBVr",
"renderModuleFilePath": "plasmic/web_3_auth_test/PlasmicHomepage.tsx",
"importSpec": {
"modulePath": "Homepage.tsx"
},
"cssFilePath": "plasmic/web_3_auth_test/PlasmicHomepage.module.css",
"scheme": "blackbox",
"componentType": "page"
},
{
"id": "2absIEKb81Nff",
"name": "Button",
"type": "managed",
"projectId": "54HMz7Hvd2hKuAsezVhBVr",
"renderModuleFilePath": "plasmic/web_3_auth_test/PlasmicButton.tsx",
"importSpec": {
"modulePath": "Button.tsx"
},
"cssFilePath": "plasmic/web_3_auth_test/PlasmicButton.module.css",
"scheme": "blackbox",
"componentType": "component",
"plumeType": "button"
},
{
"id": "y6oMpGPQpSdLN",
"name": "Header",
"type": "managed",
"projectId": "54HMz7Hvd2hKuAsezVhBVr",
"renderModuleFilePath": "plasmic/web_3_auth_test/PlasmicHeader.tsx",
"importSpec": {
"modulePath": "Header.tsx"
},
"cssFilePath": "plasmic/web_3_auth_test/PlasmicHeader.module.css",
"scheme": "blackbox",
"componentType": "component"
},
{
"id": "gSxAtSkc_B2bx",
"name": "LoginButton",
"type": "managed",
"projectId": "54HMz7Hvd2hKuAsezVhBVr",
"renderModuleFilePath": "plasmic/web_3_auth_test/PlasmicLoginButton.tsx",
"importSpec": {
"modulePath": "LoginButton.tsx"
},
"cssFilePath": "plasmic/web_3_auth_test/PlasmicLoginButton.module.css",
"scheme": "blackbox",
"componentType": "component"
}
],
"icons": [
{
"id": "x5R3V1qKIDRpC",
"name": "ChecksvgIcon",
"moduleFilePath": "plasmic/web_3_auth_test/icons/PlasmicIcon__Checksvg.tsx"
},
{
"id": "jOZ57IuiaExMg",
"name": "IconIcon",
"moduleFilePath": "plasmic/web_3_auth_test/icons/PlasmicIcon__Icon.tsx"
}
],
"images": [
{
"id": "giW_NORDPg6I9",
"name": "thistle.jpeg",
"filePath": "plasmic/web_3_auth_test/images/thistlejpeg.jpeg"
},
{
"id": "qsrMWUygz",
"name": "anon-profile-pic.jpeg",
"filePath": "plasmic/web_3_auth_test/images/anonProfilePicjpeg.jpeg"
},
{
"id": "g_NkqtGId",
"name": "image",
"filePath": "plasmic/web_3_auth_test/images/image.png"
}
],
"indirect": false,
"globalContextsFilePath": "",
"codeComponents": [
{
"id": "wqCy8LFEO54gw",
"name": "PlasmicHead",
"componentImportPath": "@plasmicapp/react-web"
},
{
"id": "5XEKwVEn7G",
"name": "Fetcher",
"componentImportPath": "@plasmicapp/data-sources"
}
]
}
],
"globalVariants": {
"variantGroups": [
{
"id": "dYbhPAqG0g9Hu",
"name": "Screen",
"projectId": "54HMz7Hvd2hKuAsezVhBVr",
"contextFilePath": "plasmic/web_3_auth_test/PlasmicGlobalVariant__Screen.tsx"
}
]
},
"wrapPagesWithGlobalContexts": true,
"cliVersion": "0.1.186",
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.186/dist/plasmic.schema.json"
}