forked from justindra/showcase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jacob.json
35 lines (35 loc) · 1 KB
/
jacob.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
{
"language": "TypeScript",
"installCommand": "pnpm install",
"formatCommand": "pnpm run prettier .",
"buildCommand": "pnpm run build",
"style": "Tailwind",
"iconSet": "Heroicons",
"componentExamples": "/packages/web/src/components/Card.astro",
"apiEndpointsExamples": "/src/api/exampleEndpoint.js",
"pageExamples": "/packages/web/src/pages/index.astro",
"directories": {
"components": "/packages/web/src/components",
"pages": "/packages/web/src/pages",
"types": "/packages/web/src/types",
"styles": "/packages/web/src/styles",
"tailwindConfig": "/packages/web/tailwind.config.mjs",
"staticAssets": "/packages/web/public"
},
"stateManagement": {
"tool": "Redux",
"storeLocation": "/packages/web/src/store"
},
"testing": {
"writeTests": true,
"testFramework": "Jest"
},
"storybook": {
"writeStories": true,
"storiesLocation": "/packages/web/src/stories"
},
"envVariables": {
"exampleFile": "/packages/web/.env.example"
},
"env": ""
}