@rebilly/revel 4.21.3 → 5.0.0
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/CHANGELOG.md +22 -47
- package/README.md +23 -14
- package/dist/common/date-picker-compat.d.ts +1 -0
- package/dist/common/datetime-formats.d.ts +28 -0
- package/dist/common/helpers/debounce.d.ts +2 -0
- package/dist/common/helpers/deep-clone.d.ts +2 -0
- package/dist/common/helpers/format-date.d.ts +4 -0
- package/dist/common/helpers/index.d.ts +6 -0
- package/dist/common/helpers/is-object.d.ts +2 -0
- package/dist/common/helpers/kebab-case.d.ts +2 -0
- package/dist/components/index.d.ts +27 -0
- package/dist/components/r-avatar/r-avatar.vue.d.ts +86 -0
- package/dist/components/r-badge/r-badge.vue.d.ts +40 -0
- package/dist/components/r-button/r-button.vue.d.ts +195 -0
- package/dist/components/r-button-group/r-button-group.vue.d.ts +18 -0
- package/dist/components/r-checkbox/r-checkbox.vue.d.ts +148 -0
- package/dist/components/r-date-input/calendar-presets.d.ts +36 -0
- package/dist/components/r-date-input/r-calendar.vue.d.ts +159 -0
- package/dist/components/r-date-input/r-date-input.vue.d.ts +297 -0
- package/dist/components/r-date-input/r-date-range-button-group.vue.d.ts +167 -0
- package/dist/components/r-date-input/r-range-calendar.vue.d.ts +211 -0
- package/dist/components/r-date-input/shared-calendar-options.d.ts +64 -0
- package/dist/components/r-date-input/types.d.ts +8 -0
- package/dist/components/r-date-input/v-calendar.es.d.ts +459 -0
- package/dist/components/r-file-upload/r-file-upload.vue.d.ts +68 -0
- package/dist/components/r-grid/columnTypes/badge.vue.d.ts +42 -0
- package/dist/components/r-grid/columnTypes/date.vue.d.ts +25 -0
- package/dist/components/r-grid/columnTypes/index.d.ts +93 -0
- package/dist/components/r-grid/columnTypes/numeric.vue.d.ts +24 -0
- package/dist/components/r-grid/columnTypes/text.vue.d.ts +26 -0
- package/dist/components/r-grid/columnTypes/types.d.ts +24 -0
- package/dist/components/r-grid/helpers/color-generator.d.ts +4 -0
- package/dist/components/r-grid/r-grid.vue.d.ts +196 -0
- package/dist/components/r-icon/r-icon-sprites.d.ts +128 -0
- package/dist/components/r-icon/r-icon.vue.d.ts +61 -0
- package/dist/components/r-icon-button/r-icon-button.vue.d.ts +133 -0
- package/dist/components/r-img/r-img.vue.d.ts +96 -0
- package/dist/components/r-input/r-input.vue.d.ts +411 -0
- package/dist/components/r-loader/r-loader.vue.d.ts +55 -0
- package/dist/components/r-modal/r-modal.vue.d.ts +132 -0
- package/dist/components/r-month-picker/months.d.ts +1 -0
- package/dist/components/r-month-picker/r-month-picker.vue.d.ts +122 -0
- package/dist/components/r-pagination/r-pagination.vue.d.ts +97 -0
- package/dist/components/r-pagination/types.d.ts +8 -0
- package/dist/components/r-pagination-control/r-pagination-control.vue.d.ts +33 -0
- package/dist/components/r-popper/r-popper.vue.d.ts +275 -0
- package/dist/components/r-radio/r-radio.vue.d.ts +132 -0
- package/dist/components/r-repeater/r-repeater.vue.d.ts +58 -0
- package/dist/components/r-select/async-extension.d.ts +91 -0
- package/dist/components/r-select/r-select.vue.d.ts +733 -0
- package/dist/components/r-select/types.d.ts +29 -0
- package/dist/components/r-tabs/r-tab.vue.d.ts +70 -0
- package/dist/components/r-tabs/r-tabs.vue.d.ts +6983 -0
- package/dist/components/r-tabs/types.d.ts +23 -0
- package/dist/components/r-tile/r-tile.vue.d.ts +2 -0
- package/dist/components/r-toast/default-error-handler.d.ts +4 -0
- package/dist/components/r-toast/r-toast-manager.d.ts +17 -0
- package/dist/components/r-toast/r-toast.vue.d.ts +141 -0
- package/dist/components/r-toast/types.d.ts +19 -0
- package/dist/components/r-toggle/r-toggle.vue.d.ts +69 -0
- package/dist/directives/index.d.ts +8 -0
- package/dist/directives/r-click-outside/r-click-outside.d.ts +10 -0
- package/dist/directives/r-content/r-content.d.ts +9 -0
- package/dist/directives/r-fs-exclude.d.ts +7 -0
- package/dist/directives/r-lazy.d.ts +5 -0
- package/dist/directives/r-tooltip/r-tooltip.d.ts +12 -0
- package/dist/index.d.ts +20 -0
- package/dist/playground/Playground-copyme.vue.d.ts +2 -0
- package/dist/playground/main.d.ts +1 -0
- package/dist/revel.mjs +5577 -4744
- package/dist/revel.umd.js +115 -115
- package/dist/style.css +1 -1
- package/dist/styles/config.d.ts +32 -0
- package/dist/styles/index.d.ts +5 -0
- package/dist/styles/tokens.d.ts +130 -0
- package/dist/types.d.ts +24 -0
- package/package.json +107 -85
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated on Wed, 05 Jul 2023 10:35:12 GMT
|
|
4
|
+
*/
|
|
5
|
+
export declare const RBorderRadius1 = "0.125rem";
|
|
6
|
+
export declare const RBorderRadius2 = "0.25rem";
|
|
7
|
+
export declare const RBorderRadius3 = "0.5rem";
|
|
8
|
+
export declare const RBorderRadiusPill = "624.9375rem";
|
|
9
|
+
export declare const RBorderRadiusCircle = "50%";
|
|
10
|
+
export declare const RBreakpointsXs = "576px";
|
|
11
|
+
export declare const RBreakpointsS = "768px";
|
|
12
|
+
export declare const RBreakpointsM = "1040px";
|
|
13
|
+
export declare const RBreakpointsL = "1200px";
|
|
14
|
+
export declare const RBreakpointsXl = "1400px";
|
|
15
|
+
export declare const RBackground = "#F7FAFC";
|
|
16
|
+
export declare const RBackgroundRaised = "#E7EDF1";
|
|
17
|
+
export declare const RSurface = "#FFFFFF";
|
|
18
|
+
export declare const RSurfaceRaised = "#FBFCFE";
|
|
19
|
+
export declare const RSurfaceHovered = "#F3F5F7";
|
|
20
|
+
export declare const RSurfaceSuccess = "#C4F7CA";
|
|
21
|
+
export declare const RSurfaceSuccessMuted = "#F5FFF6";
|
|
22
|
+
export declare const RSurfaceWarning = "#FFF0AD";
|
|
23
|
+
export declare const RSurfaceWarningMuted = "#FFFCEE";
|
|
24
|
+
export declare const RSurfaceDanger = "#FFD4D3";
|
|
25
|
+
export declare const RSurfaceDangerMuted = "#FFF6F5";
|
|
26
|
+
export declare const RSurfaceInfo = "#DCE7FE";
|
|
27
|
+
export declare const RSurfaceInfoMuted = "#F8FAFF";
|
|
28
|
+
export declare const RSurfaceDark = "#485164";
|
|
29
|
+
export declare const RSurfaceDarkHovered = "#383F4E";
|
|
30
|
+
export declare const RPrimary = "#0044D4";
|
|
31
|
+
export declare const RPrimaryHovered = "#0036AA";
|
|
32
|
+
export declare const RSecondary = "#FFFFFF";
|
|
33
|
+
export declare const RSecondaryHovered = "#F7FAFC";
|
|
34
|
+
export declare const RComplementarySuccess = "#0ca51e";
|
|
35
|
+
export declare const RComplementarySuccessHovered = "#018310";
|
|
36
|
+
export declare const RComplementaryWarning = "#F1C400";
|
|
37
|
+
export declare const RComplementaryWarningHovered = "#c19d00";
|
|
38
|
+
export declare const RComplementaryDanger = "#E53935";
|
|
39
|
+
export declare const RComplementaryDangerHovered = "#d31a14";
|
|
40
|
+
export declare const RComplementaryInfo = "#3B6EDE";
|
|
41
|
+
export declare const RComplementaryInfoHovered = "#2f58b2";
|
|
42
|
+
export declare const RBorder = "#D0D9E0";
|
|
43
|
+
export declare const RBorderMuted = "#e3e8ec";
|
|
44
|
+
export declare const RBorderStrong = "#C4CED8";
|
|
45
|
+
export declare const RBorderStrongHovered = "#A1B2C1";
|
|
46
|
+
export declare const RBorderSuccess = "#67CD73";
|
|
47
|
+
export declare const RBorderWarning = "#F1C400";
|
|
48
|
+
export declare const RBorderDanger = "#E53935";
|
|
49
|
+
export declare const RBorderInfo = "#80A2EA";
|
|
50
|
+
export declare const RBorderDark = "#383F4E";
|
|
51
|
+
export declare const RIcon = "#566B78";
|
|
52
|
+
export declare const RIconHovered = "#0D2B3E";
|
|
53
|
+
export declare const RIconOnSurface = "#FFFFFF";
|
|
54
|
+
export declare const RText = "#0D2B3E";
|
|
55
|
+
export declare const RTextOnSurface = "#FFFFFF";
|
|
56
|
+
export declare const RTextMuted = "#566B78";
|
|
57
|
+
export declare const ROverlay = "#505a6f66";
|
|
58
|
+
export declare const RFocused = "#3d79fc";
|
|
59
|
+
export declare const RFontFamily = "-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial sans-serif";
|
|
60
|
+
export declare const RFontFamilyMono = "'SFMono-Medium', 'SF Mono', 'Segoe UI Mono', 'Roboto Mono', 'Ubuntu Mono', Menlo, Consolas, Courier, monospace";
|
|
61
|
+
export declare const RFontSize5xl = "2.5rem";
|
|
62
|
+
export declare const RFontSize4xl = "2.125rem";
|
|
63
|
+
export declare const RFontSize3xl = "1.75rem";
|
|
64
|
+
export declare const RFontSize2xl = "1.5rem";
|
|
65
|
+
export declare const RFontSizeXl = "1.25rem";
|
|
66
|
+
export declare const RFontSizeL = "1rem";
|
|
67
|
+
export declare const RFontSizeM = "0.875rem";
|
|
68
|
+
export declare const RFontSizeS = "0.75rem";
|
|
69
|
+
export declare const RFontLineHeight5xl = "2.75rem";
|
|
70
|
+
export declare const RFontLineHeight4xl = "2.5rem";
|
|
71
|
+
export declare const RFontLineHeight3xl = "2.25rem";
|
|
72
|
+
export declare const RFontLineHeight2xl = "2rem";
|
|
73
|
+
export declare const RFontLineHeightXl = "1.75rem";
|
|
74
|
+
export declare const RFontLineHeightL = "1.5rem";
|
|
75
|
+
export declare const RFontLineHeightM = "1.25rem";
|
|
76
|
+
export declare const RFontLineHeightS = "1rem";
|
|
77
|
+
export declare const RFontWeightRegular = "400";
|
|
78
|
+
export declare const RFontWeightMedium = "500";
|
|
79
|
+
export declare const RFontWeightSemiBold = "600";
|
|
80
|
+
export declare const RFontWeightBold = "700";
|
|
81
|
+
export declare const RMotionLinear = "cubic-bezier(0, 0, 1, 1)";
|
|
82
|
+
export declare const RMotionEase = "cubic-bezier(0.25, 0.1, 0.25, 1)";
|
|
83
|
+
export declare const RMotionEaseIn = "cubic-bezier(0.42, 0, 1, 1)";
|
|
84
|
+
export declare const RMotionEaseOut = "cubic-bezier(0, 0, 0.58, 1)";
|
|
85
|
+
export declare const RMotionEaseInOut = "cubic-bezier(0.42, 0, 0.58, 1)";
|
|
86
|
+
export declare const RMotionDuration0 = "0";
|
|
87
|
+
export declare const RMotionDuration50 = "50ms";
|
|
88
|
+
export declare const RMotionDuration100 = "100ms";
|
|
89
|
+
export declare const RMotionDuration150 = "150ms";
|
|
90
|
+
export declare const RMotionDuration200 = "200ms";
|
|
91
|
+
export declare const RMotionDuration300 = "300ms";
|
|
92
|
+
export declare const RMotionDuration400 = "400ms";
|
|
93
|
+
export declare const RMotionDuration500 = "500ms";
|
|
94
|
+
export declare const RShadow0 = "none";
|
|
95
|
+
export declare const RShadow10 = "0 1px 2px 0 rgba(86, 107, 120, 0.24), 0 4px 4px 0 rgba(86, 107, 120, 0.05)";
|
|
96
|
+
export declare const RShadow20 = "0 7px 14px 0 rgba(86, 107, 120, 0.15), 0 3px 6px 0 rgba(86, 107, 120, 0.07)";
|
|
97
|
+
export declare const RShadow30 = "0 3px 6px 0 rgba(86, 107, 120, 0.2), 0 7px 14px 0 rgba(86, 107, 120, 0.35)";
|
|
98
|
+
export declare const RShadow40 = "0 20px 40px -8px rgba(80, 90, 111, 0.18), 0 3px 6px 0 rgba(80, 90, 111, 0.07)";
|
|
99
|
+
export declare const RShadowInset10 = "0 0 0 1px rgba(86, 107, 120, 0.03), 0 1px 2px 0 rgba(86, 107, 120, 0.24), 0 4px 4px 0 rgba(86, 107, 120, 0.05)";
|
|
100
|
+
export declare const RShadowInset20 = "0 0 0 1px rgba(86, 107, 120, 0.09), 0 7px 14px 0 rgba(86, 107, 120, 0.15), 0 3px 6px 0 rgba(86, 107, 120, 0.07)";
|
|
101
|
+
export declare const RSpace0 = "0";
|
|
102
|
+
export declare const RSpace1 = "0.125rem";
|
|
103
|
+
export declare const RSpace2 = "0.25rem";
|
|
104
|
+
export declare const RSpace3 = "0.5rem";
|
|
105
|
+
export declare const RSpace4 = "0.75rem";
|
|
106
|
+
export declare const RSpace5 = "1rem";
|
|
107
|
+
export declare const RSpace6 = "1.25rem";
|
|
108
|
+
export declare const RSpace7 = "1.5rem";
|
|
109
|
+
export declare const RSpace8 = "1.75rem";
|
|
110
|
+
export declare const RSpace9 = "2rem";
|
|
111
|
+
export declare const RSpace10 = "2.5rem";
|
|
112
|
+
export declare const RSpace11 = "3rem";
|
|
113
|
+
export declare const RSpace12 = "4rem";
|
|
114
|
+
export declare const RSpace13 = "5rem";
|
|
115
|
+
export declare const RSpace14 = "7.5rem";
|
|
116
|
+
export declare const RSpace15 = "10rem";
|
|
117
|
+
export declare const RZIndex5 = "50";
|
|
118
|
+
export declare const RZIndex10 = "100";
|
|
119
|
+
export declare const RZIndex15 = "150";
|
|
120
|
+
export declare const RZIndex20 = "200";
|
|
121
|
+
export declare const RZIndex25 = "250";
|
|
122
|
+
export declare const RZIndex30 = "300";
|
|
123
|
+
export declare const RZIndex35 = "350";
|
|
124
|
+
export declare const RZIndex40 = "400";
|
|
125
|
+
export declare const RZIndex45 = "450";
|
|
126
|
+
export declare const RZIndex50 = "500";
|
|
127
|
+
export declare const RZIndex55 = "550";
|
|
128
|
+
export declare const RZIndex60 = "600";
|
|
129
|
+
export declare const RZIndex65 = "650";
|
|
130
|
+
export declare const RZIndex70 = "700";
|
package/dist/types.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export type Optional<T> = T | undefined;
|
|
2
|
+
export type Nullable<T> = T | null;
|
|
3
|
+
export type Voidable<T> = T | undefined | null;
|
|
4
|
+
export interface ValidationError {
|
|
5
|
+
readonly $message: string;
|
|
6
|
+
readonly $pending: boolean;
|
|
7
|
+
readonly $invalid: boolean;
|
|
8
|
+
readonly $response: unknown;
|
|
9
|
+
readonly $params?: object;
|
|
10
|
+
}
|
|
11
|
+
export interface ValidationState {
|
|
12
|
+
$dirty: boolean;
|
|
13
|
+
$touch: () => void;
|
|
14
|
+
$reset: () => void;
|
|
15
|
+
$errors: ValidationError[];
|
|
16
|
+
$error: boolean;
|
|
17
|
+
$invalid: boolean;
|
|
18
|
+
}
|
|
19
|
+
export interface ApiError {
|
|
20
|
+
status?: number;
|
|
21
|
+
name?: 'RebillyConflictError' | 'RebillyCanceledError';
|
|
22
|
+
message?: string;
|
|
23
|
+
details?: string[];
|
|
24
|
+
}
|
package/package.json
CHANGED
|
@@ -1,88 +1,110 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"./*": "./*"
|
|
2
|
+
"name": "@rebilly/revel",
|
|
3
|
+
"version": "5.0.0",
|
|
4
|
+
"files": [
|
|
5
|
+
"dist",
|
|
6
|
+
"CHANGELOG.md"
|
|
7
|
+
],
|
|
8
|
+
"module": "./dist/revel.mjs",
|
|
9
|
+
"main": "./dist/revel.umd.js",
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"import": "./dist/revel.mjs",
|
|
14
|
+
"require": "./revel.umd.js",
|
|
15
|
+
"default": "./revel.umd.js"
|
|
17
16
|
},
|
|
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
|
-
|
|
17
|
+
"./*": "./*"
|
|
18
|
+
},
|
|
19
|
+
"author": "Rebilly",
|
|
20
|
+
"repository": "https://github.com/Rebilly/rebilly",
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"publishConfig": {
|
|
23
|
+
"access": "public"
|
|
24
|
+
},
|
|
25
|
+
"scripts": {
|
|
26
|
+
"dev": "yarn docs:dev",
|
|
27
|
+
"build": "concurrently yarn:format:check yarn:type:check yarn:build-only yarn:docs:build yarn:build-types",
|
|
28
|
+
"build-only": "vite build",
|
|
29
|
+
"build:watch": "vite build --watch",
|
|
30
|
+
"build-types": "vue-tsc -p tsconfig.build.json",
|
|
31
|
+
"serve": "vite preview",
|
|
32
|
+
"docs:dev": "vuepress dev docs",
|
|
33
|
+
"docs:build": "vuepress build docs",
|
|
34
|
+
"format": "prettier --write .",
|
|
35
|
+
"format:check": "prettier --check .",
|
|
36
|
+
"playground:dev": "vite serve ./src/playground/ --config vite.config.ts",
|
|
37
|
+
"cy": "cypress open",
|
|
38
|
+
"cy:ci": "cypress run --quiet --reporter spec",
|
|
39
|
+
"lint:no-fix": "concurrently yarn:type:check yarn:eslint:no-fix",
|
|
40
|
+
"lint:fix": "concurrently yarn:type:check yarn:eslint:fix",
|
|
41
|
+
"eslint:no-fix": "eslint --ext .js,.ts,.vue .",
|
|
42
|
+
"eslint:fix": "eslint --ext .js,.ts,.vue --fix .",
|
|
43
|
+
"test:unit": "vitest run",
|
|
44
|
+
"test:unit:watch": "vitest",
|
|
45
|
+
"type:check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
|
|
46
|
+
"build:tokens": "style-dictionary build --config ./src/styles/config.ts"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@cypress/vite-dev-server": "^5.0.5",
|
|
50
|
+
"@cypress/vue": "^5.0.5",
|
|
51
|
+
"@popperjs/core": "2.4.0",
|
|
52
|
+
"@testing-library/cypress": "^9.0.0",
|
|
53
|
+
"@testing-library/user-event": "^14.4.3",
|
|
54
|
+
"@testing-library/vue": "^7.0.0",
|
|
55
|
+
"@tsconfig/node18": "^18.2.0",
|
|
56
|
+
"@types/jsdom": "^21.1.1",
|
|
57
|
+
"@types/lodash.clonedeep": "^4.5.7",
|
|
58
|
+
"@types/lodash.debounce": "^4.0.7",
|
|
59
|
+
"@types/lodash.kebabcase": "^4.1.7",
|
|
60
|
+
"@types/lodash.mergewith": "^4.6.7",
|
|
61
|
+
"@types/node": "^20.4.2",
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
|
63
|
+
"@typescript-eslint/parser": "^5.59.1",
|
|
64
|
+
"@vitejs/plugin-vue": "^4.2.3",
|
|
65
|
+
"@vue/babel-preset-app": "^4.5.15",
|
|
66
|
+
"@vue/compiler-sfc": "^3.3.4",
|
|
67
|
+
"@vue/eslint-config-typescript": "^11.0.3",
|
|
68
|
+
"@vue/test-utils": "^2.4.1",
|
|
69
|
+
"@vue/tsconfig": "^0.1.3",
|
|
70
|
+
"@vuepress/plugin-register-components": "2.0.0-beta.61",
|
|
71
|
+
"@vuepress/plugin-search": "2.0.0-beta.61",
|
|
72
|
+
"approximate-number": "^2.1.0",
|
|
73
|
+
"autoprefixer": "^10.4.7",
|
|
74
|
+
"babel-core": "^7.0.0-bridge.0",
|
|
75
|
+
"babel-eslint": "^10.1.0",
|
|
76
|
+
"concurrently": "^8.2.0",
|
|
77
|
+
"copy-to-clipboard": "^3.3.1",
|
|
78
|
+
"cypress": "^12.13.0",
|
|
79
|
+
"eslint": "^8.38.0",
|
|
80
|
+
"eslint-config-airbnb-base": "^15.0.0",
|
|
81
|
+
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
82
|
+
"eslint-config-prettier": "^8.8.0",
|
|
83
|
+
"eslint-import-resolver-alias": "^1.1.2",
|
|
84
|
+
"eslint-plugin-cypress": "^2.13.3",
|
|
85
|
+
"eslint-plugin-import": "^2.22.1",
|
|
86
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
87
|
+
"eslint-plugin-vue": "^9.12.0",
|
|
88
|
+
"jsdom": "^21.1.1",
|
|
89
|
+
"lodash.clonedeep": "^4.5.0",
|
|
90
|
+
"lodash.debounce": "^4.0.8",
|
|
91
|
+
"lodash.kebabcase": "^4.1.1",
|
|
92
|
+
"lodash.mergewith": "^4.6.2",
|
|
93
|
+
"moment": "^2.29.4",
|
|
94
|
+
"moment-timezone": "^0.5.35",
|
|
95
|
+
"nanoid": "^3.3.4",
|
|
96
|
+
"prettier": "^2.8.8",
|
|
97
|
+
"prismjs": "^1.27.0",
|
|
98
|
+
"style-dictionary": "^3.7.2",
|
|
99
|
+
"typescript": "^5.0.2",
|
|
100
|
+
"v-calendar": "^3.0.0-alpha.8",
|
|
101
|
+
"vite": "^4.3.9",
|
|
102
|
+
"vite-plugin-vue-docgen": "^0.3.4",
|
|
103
|
+
"vitest": "^0.33.0",
|
|
104
|
+
"vue": "3.2.47",
|
|
105
|
+
"vue-docgen-api": "^4.72.3",
|
|
106
|
+
"vue-router": "^4.2.4",
|
|
107
|
+
"vue-template-compiler": "^2.6.14",
|
|
108
|
+
"vuepress": "2.0.0-beta.61"
|
|
109
|
+
}
|
|
88
110
|
}
|