@beterdichtbij/component-library 0.9.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/dist/bd-component-lib.cjs.js +32 -32
- package/dist/bd-component-lib.es.js +2896 -2815
- package/dist/bd-component-lib.umd.js +32 -37
- package/dist/components/atoms/BDAlert/BDAlert.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDArticle/BDArticle.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDBadge/BDBadge.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDButton/BDButton.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDCard/BDCard.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDCollapsableCard/BDCollapsableCard.vue.d.ts +50 -0
- package/dist/components/atoms/BDCollapsableCard/BDCollapsableCard.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDForm/BDForm.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDFormCheckbox/BDFormCheckbox.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDFormInput/BDFormInput.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDFormInvalidFeedback/BDFormInvalidFeedback.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDFormSelect/BDFormSelect.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDInputGroup/BDInputGroup.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDLink/BDLink.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDPagination/BDPagination.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDProfileImage/BDProfileImage.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDToast/BDToast.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDZoomslider/BDZoomslider.vue.d.ts.map +1 -1
- package/dist/components/atoms/icons/IconCaretDown.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconCaretDown.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/index.d.ts +2 -1
- package/dist/components/molecules/BDDropdownItem/BDDropdownItem.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDDropzone/BDDropzone.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDUser/BDUser.vue.d.ts.map +1 -1
- package/dist/components/organisms/BDDropdown/BDDropdown.vue.d.ts.map +1 -1
- package/dist/components/organisms/BDModal/BDModal.vue.d.ts.map +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/interfaces/BDCollapsableCardProps.d.ts +7 -0
- package/dist/layout/BDContainer.vue.d.ts +4 -3
- package/dist/scss/_alert.scss +11 -0
- package/dist/scss/_article.scss +24 -0
- package/dist/scss/_base.scss +2 -0
- package/dist/scss/_button.scss +54 -0
- package/dist/scss/_card.scss +83 -0
- package/dist/scss/_collapsable-card.scss +119 -0
- package/dist/scss/_dropdown.scss +102 -0
- package/dist/scss/_dropzone.scss +72 -0
- package/dist/scss/_forms.scss +2 -0
- package/dist/scss/_icons.scss +53 -0
- package/dist/scss/_markdown-editor.scss +48 -0
- package/dist/scss/_modal.scss +16 -0
- package/dist/scss/_pagination.scss +29 -0
- package/dist/scss/_profile-image.scss +47 -0
- package/dist/scss/_toast.scss +84 -0
- package/dist/scss/_user.scss +6 -0
- package/dist/scss/_zoomslider.scss +77 -0
- package/dist/scss/base/typography.scss +16 -0
- package/dist/scss/base/variables.scss +162 -0
- package/dist/scss/component-library-styling.scss +20 -0
- package/dist/scss/forms/_form-check.scss +12 -0
- package/dist/scss/forms/_form-input.scss +4 -0
- package/dist/scss/mixins.scss +46 -0
- package/package.json +122 -121
- package/dist/bd-component-lib.css +0 -5
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
//gray scale
|
|
2
|
+
$white: #fff;
|
|
3
|
+
$gray-100: #f8f9fa;
|
|
4
|
+
$gray-200: #e9ecef;
|
|
5
|
+
$gray-300: #dee2e6;
|
|
6
|
+
$gray-400: #ced4da;
|
|
7
|
+
$gray-500: #adb5bd;
|
|
8
|
+
$gray-600: #6c757d;
|
|
9
|
+
$gray-700: #495057;
|
|
10
|
+
$gray-800: #343a40;
|
|
11
|
+
$gray-900: #212529;
|
|
12
|
+
$black: #000;
|
|
13
|
+
|
|
14
|
+
// colors
|
|
15
|
+
$blue: #3594CF; // BD-blue
|
|
16
|
+
$indigo: #6610f2;
|
|
17
|
+
$purple: #6f42c1;
|
|
18
|
+
$pink: #d63384;
|
|
19
|
+
$red: #e0452c; // BD-red
|
|
20
|
+
$orange: #fd7e14;
|
|
21
|
+
$yellow: hsl(48, 100%, 47%); // BD-yellow
|
|
22
|
+
$green: #00BF6F; // BD-green
|
|
23
|
+
$teal: #20c997;
|
|
24
|
+
$cyan: #0dcaf0;
|
|
25
|
+
|
|
26
|
+
// theme colors
|
|
27
|
+
$danger:$red;
|
|
28
|
+
$primary:$blue;
|
|
29
|
+
$success:$green;
|
|
30
|
+
$warning:$yellow;
|
|
31
|
+
$secondary:$gray-600;
|
|
32
|
+
$info:$blue;
|
|
33
|
+
$light:$white;
|
|
34
|
+
$dark:$gray-900;
|
|
35
|
+
|
|
36
|
+
$grid-breakpoints: (xs: 0,
|
|
37
|
+
sm: 576px,
|
|
38
|
+
md: 768px,
|
|
39
|
+
lg: 850px,
|
|
40
|
+
xl: 1200px,
|
|
41
|
+
xxl: 1400px);
|
|
42
|
+
|
|
43
|
+
// mapping
|
|
44
|
+
$theme-colors: (
|
|
45
|
+
"primary": $primary,
|
|
46
|
+
"secondary": $secondary,
|
|
47
|
+
"info": $info,
|
|
48
|
+
"warning": $warning,
|
|
49
|
+
"danger": $danger,
|
|
50
|
+
"success": $success,
|
|
51
|
+
"light": $light,
|
|
52
|
+
"dark" : $dark
|
|
53
|
+
);
|
|
54
|
+
|
|
55
|
+
//variables
|
|
56
|
+
$font-family-base: 'Work Sans',
|
|
57
|
+
sans-serif;
|
|
58
|
+
$headings-font-family: $font-family-base;
|
|
59
|
+
|
|
60
|
+
//Old BD variables
|
|
61
|
+
$color-blue :#4D5875; // is een donkerdere kleur dan BD-blauw
|
|
62
|
+
$color-red:#e0462e;
|
|
63
|
+
$color-darkblue:#394156;
|
|
64
|
+
$color-lightblue: #EBF3F8;
|
|
65
|
+
$color-bg:#F5F5F5;
|
|
66
|
+
|
|
67
|
+
$color-white : #ffffff;
|
|
68
|
+
$color-black : #000000;
|
|
69
|
+
|
|
70
|
+
$color-colleague : $green;
|
|
71
|
+
|
|
72
|
+
//variables font
|
|
73
|
+
$font-family-base: 'Work Sans',
|
|
74
|
+
sans-serif;
|
|
75
|
+
$font-secondary : 'Quicksand',
|
|
76
|
+
sans-serif;
|
|
77
|
+
|
|
78
|
+
$font-light : 300;
|
|
79
|
+
$font-normal : 400;
|
|
80
|
+
$font-medium : 500;
|
|
81
|
+
$font-semibold : 600;
|
|
82
|
+
$font-bold : 700;
|
|
83
|
+
$font-black : 900;
|
|
84
|
+
|
|
85
|
+
$font-color-primary : $color-darkblue;
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
//dropdown item vars
|
|
90
|
+
$dropdown-bg: #fff;
|
|
91
|
+
$dropdown-color: $color-blue;
|
|
92
|
+
$dropdown-border-radius: 0px;
|
|
93
|
+
$dropdown-border-width: 0px;
|
|
94
|
+
$dropdown-box-shadow: 0 2px 5px 0 rgba(77,88,117,.2);
|
|
95
|
+
$dropdown-item-padding-y: 0.25rem;
|
|
96
|
+
$dropdown-item-padding-x: 1.5rem;
|
|
97
|
+
|
|
98
|
+
//caret
|
|
99
|
+
$caret-width: 0.5rem;
|
|
100
|
+
|
|
101
|
+
//border
|
|
102
|
+
$border-radius-default: 8px;
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
// scss-docs-start form-label-variables
|
|
106
|
+
$form-label-font-size: 15px;
|
|
107
|
+
$form-label-font-weight:700;
|
|
108
|
+
$form-label-color:$color-darkblue;
|
|
109
|
+
$form-label-margin-bottom: 0;
|
|
110
|
+
// scss-docs-end form-label-variables
|
|
111
|
+
|
|
112
|
+
// scss-docs-start form-input-variables
|
|
113
|
+
$input-color: $color-blue;
|
|
114
|
+
$input-border-color: #abb1bf;
|
|
115
|
+
$input-border-width:1px;
|
|
116
|
+
$input-disabled-color: $gray-300;
|
|
117
|
+
$input-disabled-bg: $color-bg;
|
|
118
|
+
$input-disabled-border-color: $gray-300;
|
|
119
|
+
$form-feedback-icon-invalid: none;
|
|
120
|
+
$form-feedback-icon-valid: none;
|
|
121
|
+
// scss-docs-end form-input-variables
|
|
122
|
+
|
|
123
|
+
//checkbox
|
|
124
|
+
$form-check-input-width: calc(22px/16px * 1em) ;
|
|
125
|
+
$form-check-input-border: 1px solid $gray-500;
|
|
126
|
+
$form-check-input-checked-bg-color: $white;
|
|
127
|
+
$form-check-input-checked-border-color: $primary;
|
|
128
|
+
$form-check-input-checked-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="15" viewBox="0 0 20 15"><g id="Symbols" fill="none" fill-rule="evenodd" stroke="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><g id="form/checkbox-checked" stroke="%233594CF" stroke-width="3" transform="translate(-1 -3)"><polyline id="Shape" points="19 5 8 16 3 11"/></g></g></svg>');
|
|
129
|
+
|
|
130
|
+
//badge
|
|
131
|
+
$badge-padding-y: 8px;
|
|
132
|
+
$badge-padding-x: 4px;
|
|
133
|
+
$badge-border-radius: $border-radius-default;
|
|
134
|
+
|
|
135
|
+
//badge
|
|
136
|
+
$badge-padding-y: 8px;
|
|
137
|
+
$badge-padding-x: 4px;
|
|
138
|
+
$badge-border-radius: $border-radius-default;
|
|
139
|
+
|
|
140
|
+
//bdmodal
|
|
141
|
+
$modal-header-border-width: 0px;
|
|
142
|
+
$modal-footer-border-width: 0px;
|
|
143
|
+
$modal-inner-padding: 1rem 2rem;
|
|
144
|
+
$modal-header-padding: 1rem 2rem;
|
|
145
|
+
|
|
146
|
+
//btn-close
|
|
147
|
+
$btn-close-opacity:1;
|
|
148
|
+
|
|
149
|
+
//toast
|
|
150
|
+
$toast-background-color: $color-white;
|
|
151
|
+
$toast-color: $color-darkblue;
|
|
152
|
+
$toast-padding-x: 1.25rem;
|
|
153
|
+
$toast-border-radius: $border-radius-default;
|
|
154
|
+
$toast-header-background-color : $color-white;
|
|
155
|
+
$toast-header-color:$color-darkblue;
|
|
156
|
+
|
|
157
|
+
// pagination variables
|
|
158
|
+
|
|
159
|
+
$pagination-color: $gray-600;
|
|
160
|
+
$pagination-border-color:$gray-500;
|
|
161
|
+
$pagination-border-radius: 4px;
|
|
162
|
+
$pagination-border-width: 1px;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@import "bootstrap";
|
|
2
|
+
|
|
3
|
+
@import "mixins";
|
|
4
|
+
@import "base";
|
|
5
|
+
@import "button";
|
|
6
|
+
@import "article";
|
|
7
|
+
@import "alert";
|
|
8
|
+
@import "zoomslider";
|
|
9
|
+
@import "card";
|
|
10
|
+
@import "collapsable-card";
|
|
11
|
+
@import "profile-image";
|
|
12
|
+
@import "icons";
|
|
13
|
+
@import "pagination";
|
|
14
|
+
@import "forms";
|
|
15
|
+
@import "toast";
|
|
16
|
+
@import "dropdown";
|
|
17
|
+
@import "dropzone";
|
|
18
|
+
@import "user";
|
|
19
|
+
@import "markdown-editor";
|
|
20
|
+
@import "modal";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
@mixin alert($color, $bg-color) {
|
|
2
|
+
border-radius: 8px;
|
|
3
|
+
padding: 15px;
|
|
4
|
+
font-size: 16px;
|
|
5
|
+
background-color: $bg-color;
|
|
6
|
+
color: $color;
|
|
7
|
+
border: 1px solid $color;
|
|
8
|
+
svg {
|
|
9
|
+
fill: $color;
|
|
10
|
+
&.icon{
|
|
11
|
+
margin-right:8px;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@mixin button($variant, $color, $bg-color, $hover-color, $hover-bg-color, $border, $solid, $border-color) {
|
|
17
|
+
color: $color;
|
|
18
|
+
background-color: $bg-color;
|
|
19
|
+
border:$border $solid $border-color;
|
|
20
|
+
|
|
21
|
+
svg {
|
|
22
|
+
fill: $color;
|
|
23
|
+
path{
|
|
24
|
+
fill:$color
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&:hover, &:focus{
|
|
29
|
+
color: $hover-color;
|
|
30
|
+
background-color: $hover-bg-color;
|
|
31
|
+
border:$border $solid $border-color;
|
|
32
|
+
|
|
33
|
+
svg {
|
|
34
|
+
fill: $hover-color;
|
|
35
|
+
path{
|
|
36
|
+
fill:$hover-color;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&.disabled{
|
|
42
|
+
opacity: 0.5;
|
|
43
|
+
color: $color;
|
|
44
|
+
background-color: $bg-color;
|
|
45
|
+
}
|
|
46
|
+
}
|
package/package.json
CHANGED
|
@@ -1,121 +1,122 @@
|
|
|
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
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@beterdichtbij/component-library",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "0.11.1",
|
|
5
|
+
"author": "Ralph van der Neut <rvanderneut@beterdichtbij.nl>",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist"
|
|
9
|
+
],
|
|
10
|
+
"main": "./dist/bd-component-lib.umd.js",
|
|
11
|
+
"module": "./dist/bd-component-lib.es.js",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": {
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"default": "./dist/bd-component-lib.es.js"
|
|
17
|
+
},
|
|
18
|
+
"require": {
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"default": "./dist/bd-component-lib.umd.js"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"./dist/bd-component-lib.css": {
|
|
24
|
+
"import": "./dist/bd-component-lib.css",
|
|
25
|
+
"require": "./dist/bd-component-lib.css"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"types": "./dist/main.d.ts",
|
|
29
|
+
"scripts": {
|
|
30
|
+
"dev": "vite",
|
|
31
|
+
"build": "vite build",
|
|
32
|
+
"preview": "vite preview",
|
|
33
|
+
"storybook": "storybook dev -p 6006",
|
|
34
|
+
"install:publish": "npm run audit:lib && npm install",
|
|
35
|
+
"build:lib": "tsc && vite build",
|
|
36
|
+
"build:storybook": "storybook build",
|
|
37
|
+
"build:publish": "npm run install:publish && npm run build:lib && npm run build:storybook",
|
|
38
|
+
"audit:lib": "npm audit --package-lock-only --audit-level=critical --include=prod --omit=dev",
|
|
39
|
+
"publish:sb": "swa deploy --env production",
|
|
40
|
+
"publish:sb-prod": "swa deploy --config swa-cli-prod.config.json --env production",
|
|
41
|
+
"lint:js": "eslint src --ext .ts,.vue --fix",
|
|
42
|
+
"vitest": "vitest --config vitest.config.ts --coverage",
|
|
43
|
+
"test:ci": "vitest run --reporter=default --reporter=junit --outputFile=reports/junit.xml --coverage"
|
|
44
|
+
},
|
|
45
|
+
"keywords": [
|
|
46
|
+
"vue",
|
|
47
|
+
"vue3",
|
|
48
|
+
"component",
|
|
49
|
+
"library",
|
|
50
|
+
"BeterDichtbij"
|
|
51
|
+
],
|
|
52
|
+
"peerDependencies": {
|
|
53
|
+
"vue": "^3.2.47"
|
|
54
|
+
},
|
|
55
|
+
"dependencies": {
|
|
56
|
+
"@tiptap/extension-bold": "2.1.12",
|
|
57
|
+
"@tiptap/extension-bullet-list": "2.1.12",
|
|
58
|
+
"@tiptap/extension-document": "2.1.12",
|
|
59
|
+
"@tiptap/extension-hard-break": "2.1.12",
|
|
60
|
+
"@tiptap/extension-italic": "2.1.12",
|
|
61
|
+
"@tiptap/extension-link": "2.1.12",
|
|
62
|
+
"@tiptap/extension-list-item": "2.1.12",
|
|
63
|
+
"@tiptap/extension-ordered-list": "2.1.12",
|
|
64
|
+
"@tiptap/extension-paragraph": "2.1.12",
|
|
65
|
+
"@tiptap/extension-placeholder": "2.1.12",
|
|
66
|
+
"@tiptap/extension-text": "2.1.12",
|
|
67
|
+
"@tiptap/extension-underline": "2.1.12",
|
|
68
|
+
"@tiptap/pm": "2.1.12",
|
|
69
|
+
"@tiptap/vue-3": "2.1.12",
|
|
70
|
+
"@vueuse/core": "10.6.1",
|
|
71
|
+
"dropzone": "5.9.3",
|
|
72
|
+
"uid": "2.0.2"
|
|
73
|
+
},
|
|
74
|
+
"devDependencies": {
|
|
75
|
+
"@azure/static-web-apps-cli": "1.1.4",
|
|
76
|
+
"@fontsource/quicksand": "^5.0.2",
|
|
77
|
+
"@fontsource/work-sans": "^5.0.2",
|
|
78
|
+
"@storybook/addon-a11y": "7.5.3",
|
|
79
|
+
"@storybook/addon-essentials": "^7.0.11",
|
|
80
|
+
"@storybook/addon-interactions": "^7.0.11",
|
|
81
|
+
"@storybook/addon-links": "^7.0.11",
|
|
82
|
+
"@storybook/blocks": "^7.0.11",
|
|
83
|
+
"@storybook/testing-library": "^0.2.2",
|
|
84
|
+
"@storybook/vue3": "^7.0.11",
|
|
85
|
+
"@storybook/vue3-vite": "^7.0.11",
|
|
86
|
+
"@types/bootstrap": "5.2.10",
|
|
87
|
+
"@types/dropzone": "5.7.6",
|
|
88
|
+
"@typescript-eslint/eslint-plugin": "6.8.0",
|
|
89
|
+
"@typescript-eslint/parser": "6.8.0",
|
|
90
|
+
"@vitejs/plugin-vue": "^4.1.0",
|
|
91
|
+
"@vitest/coverage-v8": "0.32.0",
|
|
92
|
+
"@vue/eslint-config-typescript": "12.0.0",
|
|
93
|
+
"@vue/test-utils": "^2.3.2",
|
|
94
|
+
"bootstrap": "5.3.0",
|
|
95
|
+
"eslint": "8.51.0",
|
|
96
|
+
"eslint-config-prettier": "9.0.0",
|
|
97
|
+
"eslint-plugin-prettier": "5.0.1",
|
|
98
|
+
"eslint-plugin-vue": "9.17.0",
|
|
99
|
+
"jsdom": "^22.0.0",
|
|
100
|
+
"path": "^0.12.7",
|
|
101
|
+
"prettier": "3.0.3",
|
|
102
|
+
"react": "^18.2.0",
|
|
103
|
+
"react-dom": "^18.2.0",
|
|
104
|
+
"rollup-plugin-copy": "3.5.0",
|
|
105
|
+
"rollup-plugin-typescript2": "^0.34.1",
|
|
106
|
+
"sass": "^1.62.1",
|
|
107
|
+
"storybook": "^7.0.11",
|
|
108
|
+
"typescript": "^5.0.2",
|
|
109
|
+
"vite": "^4.3.2",
|
|
110
|
+
"vite-plugin-dts": "^2.3.0",
|
|
111
|
+
"vitest": "0.32.0"
|
|
112
|
+
},
|
|
113
|
+
"description": "Component library voor BeterDichtbij design system",
|
|
114
|
+
"repository": {
|
|
115
|
+
"type": "git",
|
|
116
|
+
"url": "git+https://ralph_van_der_neut@bitbucket.org/beterdichtbij/beterdichtbij-component-library.git"
|
|
117
|
+
},
|
|
118
|
+
"bugs": {
|
|
119
|
+
"url": "https://bitbucket.org/beterdichtbij/beterdichtbij-component-library/issues"
|
|
120
|
+
},
|
|
121
|
+
"homepage": "https://bitbucket.org/beterdichtbij/beterdichtbij-component-library#readme"
|
|
122
|
+
}
|