File tree Expand file tree Collapse file tree 2 files changed +226
-32
lines changed Expand file tree Collapse file tree 2 files changed +226
-32
lines changed Original file line number Diff line number Diff line change 11
11
"main" : " dist/index.js" ,
12
12
"typings" : " dist/index.d.ts" ,
13
13
"files" : [
14
- " dist"
14
+ " dist" ,
15
+ " src"
15
16
],
16
17
"keywords" : [
17
18
" react" ,
19
+ " react-component" ,
18
20
" split" ,
19
21
" pane" ,
20
22
" layout" ,
21
23
" collapse" ,
22
24
" typescript" ,
23
25
" splitter" ,
24
26
" splittable" ,
25
- " collapsable" ,
27
+ " collapsible" ,
28
+ " drag" ,
29
+ " draggable" ,
30
+ " dragging" ,
26
31
" panel" ,
27
32
" component"
28
33
],
50
55
"trailingComma" : " es5"
51
56
},
52
57
"dependencies" : {
53
- "@material-ui/core" : " ^4.10.2 " ,
58
+ "@material-ui/core" : " ^4.11.0 " ,
54
59
"styled-components" : " ^5.1.1"
55
60
},
56
61
"devDependencies" : {
57
- "@babel/core" : " ^7.10.2 " ,
62
+ "@babel/core" : " ^7.10.4 " ,
58
63
"@storybook/addon-actions" : " ^5.3.19" ,
59
64
"@storybook/addon-docs" : " ^5.3.19" ,
60
65
"@storybook/addon-info" : " ^5.3.19" ,
63
68
"@storybook/addons" : " ^5.3.19" ,
64
69
"@storybook/react" : " ^5.3.19" ,
65
70
"@storybook/theming" : " ^5.3.19" ,
66
- "@types/react" : " ^16.9.36 " ,
71
+ "@types/react" : " ^16.9.3 " ,
67
72
"@types/react-dom" : " ^16.9.8" ,
68
- "@types/styled-components" : " ^5.1.0 " ,
73
+ "@types/styled-components" : " ^5.1.1 " ,
69
74
"babel-loader" : " ^8.1.0" ,
70
75
"husky" : " ^4.2.5" ,
71
76
"react" : " ^16.13.1" ,
75
80
"ts-loader" : " ^7.0.5" ,
76
81
"tsdx" : " ^0.13.2" ,
77
82
"tslib" : " ^2.0.0" ,
78
- "typescript" : " ^3.9.5 "
83
+ "typescript" : " ^3.9.6 "
79
84
},
80
85
"peerDependencies" : {
81
86
"react" : " >=16"
You can’t perform that action at this time.
0 commit comments