@@ -22,18 +22,16 @@ The imported repository will always stay up to date with your latest commits. Th
2222
2323We infer sandbox settings based on several files in a repository.
2424
25- | Sandbox Setting | Inferred from |
26- | --------------------------- | ------------------------------------------------------------------------------ |
27- | Title | ` name ` field in ` package.json ` |
28- | Description | ` description ` field in ` package.json ` |
29- | Tags | ` keywords ` field in ` package.json ` |
30- | Dependencies | ` dependencies ` and ` devDependencies ` fields in ` package.json ` |
31- | Entry file | ` main ` field in ` package.json ` . Otherwise defaults to default template setting |
32- | Template - Vue | If there are ` .vue ` files. |
33- | Template - Preact | If ` package.json ` dependencies contains ` preact-cli ` . |
34- | Template - React | If ` package.json ` dependencies contains ` react-scripts ` . |
35- | Template - React-Typescript | If ` package.json ` dependencies contains ` react-scripts-ts ` . |
36- | Template - Svelte | If ` package.json ` dependencies contains ` svelte ` . |
25+ | Sandbox Setting | Inferred from |
26+ | --------------------------- | ----------------------------------------------------------- |
27+ | Title | ` name ` field in ` package.json ` |
28+ | Description | ` description ` field in ` package.json ` |
29+ | Tags | ` keywords ` field in ` package.json ` |
30+ | Template - Vue | If there are ` .vue ` files. |
31+ | Template - Preact | If ` package.json ` dependencies contains ` preact-cli ` . |
32+ | Template - React | If ` package.json ` dependencies contains ` react-scripts ` . |
33+ | Template - React-Typescript | If ` package.json ` dependencies contains ` react-scripts-ts ` . |
34+ | Template - Svelte | If ` package.json ` dependencies contains ` svelte ` . |
3735
3836### Source
3937
0 commit comments