This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "installCommand" : " csb:install" ,
3
+ "buildCommand" : " build" ,
4
+ "packages" : [
5
+ " packages/c-accordion" ,
6
+ " packages/c-alert" ,
7
+ " packages/c-button" ,
8
+ " packages/c-close-button" ,
9
+ " packages/c-code" ,
10
+ " packages/c-color-mode" ,
11
+ " packages/c-flex" ,
12
+ " packages/c-focus-lock" ,
13
+ " packages/c-icon" ,
14
+ " packages/c-modal" ,
15
+ " packages/c-motion" ,
16
+ " packages/c-popper" ,
17
+ " packages/c-portal" ,
18
+ " packages/c-reset" ,
19
+ " packages/c-scroll-lock" ,
20
+ " packages/c-spinner" ,
21
+ " packages/c-theme-provider" ,
22
+ " packages/c-visually-hidden" ,
23
+ " packages/core" ,
24
+ " packages/layout" ,
25
+ " packages/nuxt" ,
26
+ " packages/system" ,
27
+ " packages/test-utils" ,
28
+ " packages/theme" ,
29
+ " packages/theme-tools" ,
30
+ " packages/utils" ,
31
+ " packages/vue-a11y" ,
32
+ " packages/vue-composables"
33
+ ],
34
+ "sandboxes" : [" chakra-ui-vue-v1-jcidb" ],
35
+ "node" : " 14"
36
+ }
Original file line number Diff line number Diff line change 39
39
"dependencies" : {
40
40
"@chakra-ui/styled-system" : " ^1.10.0" ,
41
41
"@chakra-ui/vue-system" : " 0.1.0-alpha.3" ,
42
- "@chakra-ui/vue-utils" : " 0.1.0-alpha.3"
42
+ "@chakra-ui/vue-utils" : " 0.1.0-alpha.3" ,
43
+ "body-scroll-lock" : " ^3.1.5"
43
44
},
44
45
"devDependencies" : {
46
+ "@types/body-scroll-lock" : " ^2.6.1" ,
45
47
"vue" : " ^3.0.11"
46
48
}
47
49
}
You can’t perform that action at this time.
0 commit comments