-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathworkspace.jsonc
More file actions
47 lines (47 loc) · 1.21 KB
/
workspace.jsonc
File metadata and controls
47 lines (47 loc) · 1.21 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
{
"$schema": "https://static.bit.dev/teambit/schemas/schema.json",
"teambit.workspace/workspace": {
"name": "csszen",
"icon": "https://avatars.githubusercontent.com/u/82625684",
"defaultDirectory": "{scope}/{name}",
"defaultScope": "csszen.components"
},
"teambit.dependencies/dependency-resolver": {
"packageManager": "teambit.dependencies/pnpm",
"policy": {
"dependencies": {
"@primer/css": "17.3.0",
"@somarlyonks/bem": "1.0.1",
"@somarlyonks/markdown": "1.0.0",
"@testing-library/react": "12.0.0",
"@testing-library/react-hooks": "7.0.1",
"typescript": "4.3.5"
},
"peerDependencies": {
"csstype": "3.0.8",
"react": "^16.8.0",
"react-dom": "^16.8.0"
}
},
"packageManagerArgs": [],
"devFilePatterns": [
"**/*.spec.ts",
"**/*.composition.*"
],
"strictPeerDependencies": true,
"installFromBitDevRegistry": true,
"savePrefix": ""
},
"teambit.workspace/variants": {
"*": {
"teambit.react/react": {},
"teambit.pkg/pkg": {}
},
"hooks": {
"defaultScope": "csszen.hooks"
},
"icons": {
"defaultScope": "csszen.icons"
}
}
}