-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.bitmap
34 lines (32 loc) · 1.26 KB
/
.bitmap
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
/* THIS IS A BIT-AUTO-GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. */
/**
* The Bitmap file is an auto generated file used by Bit to track all your Bit components. It maps the component to a folder in your file system.
* This file should be committed to VCS(version control).
* Components are listed using their component ID (https://bit.dev/docs/components/component-id).
* If you want to delete components you can use the "bit remove <component-id>" command.
* See the docs (https://bit.dev/docs/components/removing-components) for more information, or use "bit remove --help".
*/
{
"mfes/banner": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "webinar-mfe/mfes/banner",
"config": {
"teambit.react/[email protected]": {},
"teambit.envs/envs": {
"env": "teambit.react/react-env"
},
"teambit.dependencies/dependency-resolver": {
"policy": {
"dependencies": {
"@emotion/react": "11.11.0",
"@emotion/styled": "11.11.0",
"framer-motion": "10.12.16"
}
}
}
}
},
"$schema-version": "15.0.0"
}