-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplasmic.json
79 lines (79 loc) · 2.16 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
{
"platform": "nextjs",
"code": {
"lang": "ts",
"scheme": "blackbox",
"reactRuntime": "classic"
},
"style": {
"scheme": "css-modules",
"defaultStyleCssFilePath": "plasmic/plasmic__default_style.css"
},
"images": {
"scheme": "public-files",
"publicDir": "../public",
"publicUrlPrefix": "/"
},
"tokens": {
"scheme": "theo",
"tokensFilePath": "plasmic-tokens.theo.json"
},
"srcDir": "components",
"defaultPlasmicDir": "./plasmic",
"projects": [
{
"projectId": "fsUfPhngrgShbFqcuk7nfv",
"projectApiToken": "xrymV4OMw5yJYm6ReLv7kIKlksKhn5xk4GHe4Vv9YAq8P27em6zVVeRxoW2g4Q62qPiOLLWXwbODTFwUKA",
"projectName": "Blank project",
"version": "latest",
"cssFilePath": "plasmic/blank_project/plasmic_blank_project.module.css",
"components": [
{
"id": "xVO4oiXSyOCv",
"name": "Homepage",
"type": "managed",
"projectId": "fsUfPhngrgShbFqcuk7nfv",
"renderModuleFilePath": "plasmic/blank_project/PlasmicHomepage.tsx",
"importSpec": {
"modulePath": "../pages/index.tsx"
},
"cssFilePath": "plasmic/blank_project/PlasmicHomepage.module.css",
"scheme": "blackbox",
"componentType": "page"
}
],
"icons": [],
"images": [],
"indirect": false,
"globalContextsFilePath": "",
"codeComponents": [
{
"id": "OBdTJK3iZB",
"name": "PlasmicHead",
"componentImportPath": "@plasmicapp/react-web"
},
{
"id": "F_4OCULBzo",
"name": "Fetcher",
"componentImportPath": "@plasmicapp/react-web/lib/data-sources"
}
]
}
],
"globalVariants": {
"variantGroups": [
{
"id": "DXe-iXkpBuWTG",
"name": "Screen",
"projectId": "fsUfPhngrgShbFqcuk7nfv",
"contextFilePath": "plasmic/blank_project/PlasmicGlobalVariant__Screen.tsx"
}
]
},
"wrapPagesWithGlobalContexts": true,
"nextjsConfig": {
"pagesDir": "../pages"
},
"cliVersion": "0.1.205",
"$schema": "https://unpkg.com/@plasmicapp/[email protected]/dist/plasmic.schema.json"
}