@reni-corp/reni-2c-ui 0.2.5
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 +18 -0
- package/dist/components/elements/Alert.vue.d.ts +44 -0
- package/dist/components/elements/Alert.vue.d.ts.map +1 -0
- package/dist/components/elements/Button.vue.d.ts +63 -0
- package/dist/components/elements/Button.vue.d.ts.map +1 -0
- package/dist/components/elements/CheckBox.vue.d.ts +36 -0
- package/dist/components/elements/CheckBox.vue.d.ts.map +1 -0
- package/dist/components/elements/DescriptionList.vue.d.ts +44 -0
- package/dist/components/elements/DescriptionList.vue.d.ts.map +1 -0
- package/dist/components/elements/Divider.vue.d.ts +36 -0
- package/dist/components/elements/Divider.vue.d.ts.map +1 -0
- package/dist/components/elements/Icon.vue.d.ts +36 -0
- package/dist/components/elements/Icon.vue.d.ts.map +1 -0
- package/dist/components/elements/Label.vue.d.ts +44 -0
- package/dist/components/elements/Label.vue.d.ts.map +1 -0
- package/dist/components/elements/PasswordField.vue.d.ts +149 -0
- package/dist/components/elements/PasswordField.vue.d.ts.map +1 -0
- package/dist/components/elements/RadioButton.vue.d.ts +44 -0
- package/dist/components/elements/RadioButton.vue.d.ts.map +1 -0
- package/dist/components/elements/RadioButtonGroup.vue.d.ts +99 -0
- package/dist/components/elements/RadioButtonGroup.vue.d.ts.map +1 -0
- package/dist/components/elements/SelectBox.vue.d.ts +127 -0
- package/dist/components/elements/SelectBox.vue.d.ts.map +1 -0
- package/dist/components/elements/SpinButton.vue.d.ts +65 -0
- package/dist/components/elements/SpinButton.vue.d.ts.map +1 -0
- package/dist/components/elements/Spinner.vue.d.ts +35 -0
- package/dist/components/elements/Spinner.vue.d.ts.map +1 -0
- package/dist/components/elements/Text.vue.d.ts +55 -0
- package/dist/components/elements/Text.vue.d.ts.map +1 -0
- package/dist/components/elements/TextField.vue.d.ts +155 -0
- package/dist/components/elements/TextField.vue.d.ts.map +1 -0
- package/dist/components/elements/ToolChip.vue.d.ts +55 -0
- package/dist/components/elements/ToolChip.vue.d.ts.map +1 -0
- package/dist/components/features/AnnounceBar.vue.d.ts +55 -0
- package/dist/components/features/AnnounceBar.vue.d.ts.map +1 -0
- package/dist/components/features/AnnounceBarCollection.vue.d.ts +55 -0
- package/dist/components/features/AnnounceBarCollection.vue.d.ts.map +1 -0
- package/dist/components/features/BrandLogo.vue.d.ts +35 -0
- package/dist/components/features/BrandLogo.vue.d.ts.map +1 -0
- package/dist/components/features/CarouselBanner.vue.d.ts +36 -0
- package/dist/components/features/CarouselBanner.vue.d.ts.map +1 -0
- package/dist/components/features/CategoryBanner.vue.d.ts +39 -0
- package/dist/components/features/CategoryBanner.vue.d.ts.map +1 -0
- package/dist/components/features/FloatingBanner.vue.d.ts +31 -0
- package/dist/components/features/FloatingBanner.vue.d.ts.map +1 -0
- package/dist/components/features/Hero.vue.d.ts +39 -0
- package/dist/components/features/Hero.vue.d.ts.map +1 -0
- package/dist/components/features/Marquee.vue.d.ts +93 -0
- package/dist/components/features/Marquee.vue.d.ts.map +1 -0
- package/dist/components/features/MediaContent.vue.d.ts +70 -0
- package/dist/components/features/MediaContent.vue.d.ts.map +1 -0
- package/dist/components/features/ProductLabels.vue.d.ts +25 -0
- package/dist/components/features/ProductLabels.vue.d.ts.map +1 -0
- package/dist/components/features/ProductList.vue.d.ts +84 -0
- package/dist/components/features/ProductList.vue.d.ts.map +1 -0
- package/dist/components/features/ProductListItem.vue.d.ts +47 -0
- package/dist/components/features/ProductListItem.vue.d.ts.map +1 -0
- package/dist/components/features/Schedule.vue.d.ts +55 -0
- package/dist/components/features/Schedule.vue.d.ts.map +1 -0
- package/dist/components/features/ScheduleDateItem.vue.d.ts +40 -0
- package/dist/components/features/ScheduleDateItem.vue.d.ts.map +1 -0
- package/dist/components/features/ScheduleDelivery.vue.d.ts +18 -0
- package/dist/components/features/ScheduleDelivery.vue.d.ts.map +1 -0
- package/dist/components/features/ScheduleDeliveryItem.vue.d.ts +35 -0
- package/dist/components/features/ScheduleDeliveryItem.vue.d.ts.map +1 -0
- package/dist/components/features/SchedulePeriod.vue.d.ts +38 -0
- package/dist/components/features/SchedulePeriod.vue.d.ts.map +1 -0
- package/dist/components/features/SchedulePickup.vue.d.ts +9 -0
- package/dist/components/features/SchedulePickup.vue.d.ts.map +1 -0
- package/dist/components/features/SchedulePickupItem.vue.d.ts +36 -0
- package/dist/components/features/SchedulePickupItem.vue.d.ts.map +1 -0
- package/dist/components/features/SnsLink.vue.d.ts +42 -0
- package/dist/components/features/SnsLink.vue.d.ts.map +1 -0
- package/dist/components/features/VariationSelector.vue.d.ts +39 -0
- package/dist/components/features/VariationSelector.vue.d.ts.map +1 -0
- package/dist/components/foundation/AppBar.vue.d.ts +50 -0
- package/dist/components/foundation/AppBar.vue.d.ts.map +1 -0
- package/dist/components/foundation/AppBody.vue.d.ts +14 -0
- package/dist/components/foundation/AppBody.vue.d.ts.map +1 -0
- package/dist/components/foundation/AppFooter.vue.d.ts +17 -0
- package/dist/components/foundation/AppFooter.vue.d.ts.map +1 -0
- package/dist/components/foundation/AppFrame.vue.d.ts +15 -0
- package/dist/components/foundation/AppFrame.vue.d.ts.map +1 -0
- package/dist/components/interactive/Dialog.vue.d.ts +64 -0
- package/dist/components/interactive/Dialog.vue.d.ts.map +1 -0
- package/dist/components/interactive/DropDown.vue.d.ts +54 -0
- package/dist/components/interactive/DropDown.vue.d.ts.map +1 -0
- package/dist/components/interactive/Gallery.vue.d.ts +52 -0
- package/dist/components/interactive/Gallery.vue.d.ts.map +1 -0
- package/dist/components/interactive/Modal.vue.d.ts +51 -0
- package/dist/components/interactive/Modal.vue.d.ts.map +1 -0
- package/dist/components/interactive/Notification.vue.d.ts +51 -0
- package/dist/components/interactive/Notification.vue.d.ts.map +1 -0
- package/dist/components/interactive/Tab.vue.d.ts +38 -0
- package/dist/components/interactive/Tab.vue.d.ts.map +1 -0
- package/dist/components/interactive/TabPanel.vue.d.ts +13 -0
- package/dist/components/interactive/TabPanel.vue.d.ts.map +1 -0
- package/dist/components/interactive/TabPanels.vue.d.ts +48 -0
- package/dist/components/interactive/TabPanels.vue.d.ts.map +1 -0
- package/dist/components/interactive/Tabs.vue.d.ts +44 -0
- package/dist/components/interactive/Tabs.vue.d.ts.map +1 -0
- package/dist/components/layouts/Card.vue.d.ts +50 -0
- package/dist/components/layouts/Card.vue.d.ts.map +1 -0
- package/dist/components/layouts/Grid.vue.d.ts +46 -0
- package/dist/components/layouts/Grid.vue.d.ts.map +1 -0
- package/dist/components/layouts/List.vue.d.ts +72 -0
- package/dist/components/layouts/List.vue.d.ts.map +1 -0
- package/dist/components/layouts/Page.vue.d.ts +88 -0
- package/dist/components/layouts/Page.vue.d.ts.map +1 -0
- package/dist/components/layouts/Section.vue.d.ts +63 -0
- package/dist/components/layouts/Section.vue.d.ts.map +1 -0
- package/dist/components/layouts/Stack.vue.d.ts +78 -0
- package/dist/components/layouts/Stack.vue.d.ts.map +1 -0
- package/dist/components/navigation/BottomBar.vue.d.ts +39 -0
- package/dist/components/navigation/BottomBar.vue.d.ts.map +1 -0
- package/dist/components/navigation/Drawer.vue.d.ts +49 -0
- package/dist/components/navigation/Drawer.vue.d.ts.map +1 -0
- package/dist/components/renderless/DataProvider.vue.d.ts +51 -0
- package/dist/components/renderless/DataProvider.vue.d.ts.map +1 -0
- package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts +64 -0
- package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts.map +1 -0
- package/dist/composable/useAppDialogGuidance.d.ts +14 -0
- package/dist/composable/useAppDialogGuidance.d.ts.map +1 -0
- package/dist/composable/useAppNotifications.d.ts +21 -0
- package/dist/composable/useAppNotifications.d.ts.map +1 -0
- package/dist/composable/useSyncedTabPanel.d.ts +5 -0
- package/dist/composable/useSyncedTabPanel.d.ts.map +1 -0
- package/dist/composable/useToolChip.d.ts +19 -0
- package/dist/composable/useToolChip.d.ts.map +1 -0
- package/dist/constants.d.ts +79 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/directives/auto-scale.d.ts +5 -0
- package/dist/directives/auto-scale.d.ts.map +1 -0
- package/dist/directives/glitch.d.ts +5 -0
- package/dist/directives/glitch.d.ts.map +1 -0
- package/dist/index.d.ts +135 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/script.es.js +15595 -0
- package/dist/script.umd.js +602 -0
- package/dist/style.css +1 -0
- package/dist/types.d.ts +32 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/utils.d.ts +14 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/valueObjects/CurrencyValue.d.ts +12 -0
- package/dist/valueObjects/CurrencyValue.d.ts.map +1 -0
- package/dist/valueObjects/ValueObject.d.ts +16 -0
- package/dist/valueObjects/ValueObject.d.ts.map +1 -0
- package/package.json +92 -0
package/dist/types.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ColorOptions, StatusColorOptions, SizeOptions, FontSizeOptions, FontWeightOptions, directionOptions, ResizeOptions, AlignOptions, WrapOptions, AspectOptions, LimitedSizeOptions, BorderWidthOptions } from './constants';
|
|
2
|
+
|
|
3
|
+
export type Color = keyof typeof ColorOptions;
|
|
4
|
+
export type StatusColor = keyof typeof StatusColorOptions;
|
|
5
|
+
export type Size = keyof typeof SizeOptions;
|
|
6
|
+
export type FontSize = keyof typeof FontSizeOptions;
|
|
7
|
+
export type FontWeight = keyof typeof FontWeightOptions;
|
|
8
|
+
export type Direction = keyof typeof directionOptions;
|
|
9
|
+
export type Resize = keyof typeof ResizeOptions;
|
|
10
|
+
export type Align = keyof typeof AlignOptions;
|
|
11
|
+
export type Wrap = keyof typeof WrapOptions;
|
|
12
|
+
export type Aspect = keyof typeof AspectOptions;
|
|
13
|
+
export type LimitedSize = keyof typeof LimitedSizeOptions;
|
|
14
|
+
export type BorderWidth = keyof typeof BorderWidthOptions;
|
|
15
|
+
export type HTMLInputAttribute = {
|
|
16
|
+
autocomplete?: string;
|
|
17
|
+
autofocus?: boolean;
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
form?: string;
|
|
20
|
+
maxLength?: number;
|
|
21
|
+
minLength?: number;
|
|
22
|
+
name?: string;
|
|
23
|
+
pattern?: string;
|
|
24
|
+
placeholder?: string;
|
|
25
|
+
readOnly?: boolean;
|
|
26
|
+
required?: boolean;
|
|
27
|
+
size?: number;
|
|
28
|
+
spellcheck?: boolean;
|
|
29
|
+
tabindex?: number;
|
|
30
|
+
value?: string;
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,WAAW,EACX,eAAe,EACf,iBAAiB,EACjB,gBAAgB,EAChB,aAAa,EACb,YAAY,EACZ,WAAW,EACX,aAAa,EACb,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,KAAK,GAAG,MAAM,OAAO,YAAY,CAAC;AAC9C,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,kBAAkB,CAAC;AAC1D,MAAM,MAAM,IAAI,GAAG,MAAM,OAAO,WAAW,CAAC;AAC5C,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,eAAe,CAAC;AACpD,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,iBAAiB,CAAC;AACxD,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,gBAAgB,CAAC;AACtD,MAAM,MAAM,MAAM,GAAG,MAAM,OAAO,aAAa,CAAC;AAChD,MAAM,MAAM,KAAK,GAAG,MAAM,OAAO,YAAY,CAAC;AAC9C,MAAM,MAAM,IAAI,GAAG,MAAM,OAAO,WAAW,CAAC;AAC5C,MAAM,MAAM,MAAM,GAAG,MAAM,OAAO,aAAa,CAAC;AAChD,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,kBAAkB,CAAC;AAC1D,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,kBAAkB,CAAC;AAE1D,MAAM,MAAM,kBAAkB,GAAG;IAC/B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
package/dist/utils.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { App } from 'vue';
|
|
2
|
+
|
|
3
|
+
export interface ReniOneUIOptions {
|
|
4
|
+
themes?: {
|
|
5
|
+
styles: 'natural' | 'solid';
|
|
6
|
+
colors: {
|
|
7
|
+
primary: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export declare function createReniOneUI(options?: ReniOneUIOptions): {
|
|
12
|
+
install: (app: App) => void;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AA+EzB,MAAM,WAAW,gBAAgB;IAC/B,MAAM,CAAC,EAAE;QACP,MAAM,EAAE,SAAS,GAAG,OAAO,CAAA;QAC3B,MAAM,EAAE;YACN,OAAO,EAAE,MAAM,CAAA;SAChB,CAAA;KACF,CAAA;CACF;AAED,wBAAgB,eAAe,CAAC,OAAO,CAAC,EAAE,gBAAgB;mBAClC,GAAG;EAiF1B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Value, ValueObject } from './ValueObject';
|
|
2
|
+
|
|
3
|
+
export declare class CurrencyValue extends ValueObject<number> {
|
|
4
|
+
locale: string;
|
|
5
|
+
currency: string;
|
|
6
|
+
constructor(value: Value<number>, { locale, currency, }?: {
|
|
7
|
+
locale?: string;
|
|
8
|
+
currency?: string;
|
|
9
|
+
});
|
|
10
|
+
toString(): string;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=CurrencyValue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CurrencyValue.d.ts","sourceRoot":"","sources":["../../src/valueObjects/CurrencyValue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAKpE,qBAAa,aAAc,SAAQ,WAAW,CAAC,MAAM,CAAC;IACpD,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;gBAGd,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,EACpB,EACE,MAAsB,EACtB,QAA0B,GAC3B,GAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAO;IAOhD,QAAQ,IAAI,MAAM;CAQnB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare abstract class ValueObject<T> {
|
|
2
|
+
protected _value: T;
|
|
3
|
+
constructor(value: Value<T>);
|
|
4
|
+
protected init(): void;
|
|
5
|
+
get value(): T;
|
|
6
|
+
toString(): string;
|
|
7
|
+
toJSON(): T;
|
|
8
|
+
}
|
|
9
|
+
export declare function getValue<T>(value: ValueObject<T> | T): T;
|
|
10
|
+
export type GetValueObjectType<T> = T extends ValueObject<infer Type> ? Type : never;
|
|
11
|
+
export type MayBeValueObject<T extends ValueObject<unknown>> = GetValueObjectType<T> | T;
|
|
12
|
+
export type Value<T> = T | ValueObject<T>;
|
|
13
|
+
export type ConvertPropertiesToValueObject<T> = {
|
|
14
|
+
[P in keyof T]: ValueObject<T[P]>;
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ValueObject.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValueObject.d.ts","sourceRoot":"","sources":["../../src/valueObjects/ValueObject.ts"],"names":[],"mappings":"AAAA,8BAAsB,WAAW,CAAC,CAAC;IACjC,SAAS,CAAC,MAAM,EAAE,CAAC,CAAA;gBAEP,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC;IAK3B,SAAS,CAAC,IAAI,IAAI,IAAI;IAItB,IAAI,KAAK,IAAI,CAAC,CAEb;IAED,QAAQ,IAAI,MAAM;IAIlB,MAAM,IAAI,CAAC;CAGZ;AAED,wBAAgB,QAAQ,CAAC,CAAC,EAAE,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAExD;AAED,MAAM,MAAM,kBAAkB,CAAC,CAAC,IAC9B,CAAC,SAAS,WAAW,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,GAAG,KAAK,CAAA;AAClD,MAAM,MAAM,gBAAgB,CAAC,CAAC,SAAS,WAAW,CAAC,OAAO,CAAC,IACvD,kBAAkB,CAAC,CAAC,CAAC,GACrB,CAAC,CAAA;AACL,MAAM,MAAM,KAAK,CAAC,CAAC,IAAI,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAAA;AACzC,MAAM,MAAM,8BAA8B,CAAC,CAAC,IAAI;KAC7C,CAAC,IAAI,MAAM,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CAClC,CAAA"}
|
package/package.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@reni-corp/reni-2c-ui",
|
|
3
|
+
"version": "0.2.5",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "./dist/script.umd.js",
|
|
6
|
+
"module": "./dist/script.es.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": "./dist/script.es.js",
|
|
11
|
+
"require": "./dist/script.umd.js",
|
|
12
|
+
"types": "./dist/index.d.ts"
|
|
13
|
+
},
|
|
14
|
+
"./dist/index.d.ts": "./dist/index.d.ts",
|
|
15
|
+
"./dist/style.css": "./dist/style.css"
|
|
16
|
+
},
|
|
17
|
+
"files": [
|
|
18
|
+
"dist"
|
|
19
|
+
],
|
|
20
|
+
"scripts": {
|
|
21
|
+
"dev": "vite",
|
|
22
|
+
"build": "vite build",
|
|
23
|
+
"preview": "vite preview",
|
|
24
|
+
"storybook": "storybook dev -p 6006",
|
|
25
|
+
"build-storybook": "storybook build",
|
|
26
|
+
"plop": "plop",
|
|
27
|
+
"tree": "tree -I 'node_modules|storybook-static'",
|
|
28
|
+
"lint": "eslint .",
|
|
29
|
+
"lint:fix": "eslint . --fix",
|
|
30
|
+
"format:check": "prettier --check .",
|
|
31
|
+
"format": "prettier --write .",
|
|
32
|
+
"stylelint": "stylelint \"**/*.{vue,scss,css}\"",
|
|
33
|
+
"stylelint:fix": "stylelint \"**/*.{vue,scss,css}\" --fix"
|
|
34
|
+
},
|
|
35
|
+
"dependencies": {
|
|
36
|
+
"@awesome.me/kit-37f9c6ad08": "^1.0.10",
|
|
37
|
+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
38
|
+
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
|
39
|
+
"@fortawesome/free-regular-svg-icons": "^6.4.2",
|
|
40
|
+
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
41
|
+
"@fortawesome/pro-regular-svg-icons": "^6.7.2",
|
|
42
|
+
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
43
|
+
"@vee-validate/rules": "^4.11.3",
|
|
44
|
+
"@vueuse/components": "^10.5.0",
|
|
45
|
+
"@vueuse/core": "^10.3.0",
|
|
46
|
+
"dayjs": "^1.11.13",
|
|
47
|
+
"floating-vue": "^2.0.0-beta.24",
|
|
48
|
+
"swiper": "^11.1.15",
|
|
49
|
+
"vee-validate": "^4.11.3",
|
|
50
|
+
"vue": "^3.4.31"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@storybook/addon-essentials": "^7.3.2",
|
|
54
|
+
"@storybook/addon-interactions": "^7.3.2",
|
|
55
|
+
"@storybook/addon-links": "^7.3.2",
|
|
56
|
+
"@storybook/blocks": "^7.3.2",
|
|
57
|
+
"@storybook/manager-api": "^7.3.2",
|
|
58
|
+
"@storybook/testing-library": "^0.2.0",
|
|
59
|
+
"@storybook/theming": "^7.3.2",
|
|
60
|
+
"@storybook/vue3": "^7.3.2",
|
|
61
|
+
"@storybook/vue3-vite": "^7.3.2",
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "^8.8.1",
|
|
63
|
+
"@vitejs/plugin-vue": "^4.2.3",
|
|
64
|
+
"@vue/babel-plugin-jsx": "^1.1.5",
|
|
65
|
+
"eslint": "^9.12.0",
|
|
66
|
+
"eslint-config-prettier": "^9.1.0",
|
|
67
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
68
|
+
"eslint-plugin-vue": "^9.29.0",
|
|
69
|
+
"plop": "^3.1.2",
|
|
70
|
+
"postcss": "^8.5.3",
|
|
71
|
+
"postcss-html": "^1.8.0",
|
|
72
|
+
"postcss-scss": "^4.0.9",
|
|
73
|
+
"prettier": "^3.3.3",
|
|
74
|
+
"react": "^18.2.0",
|
|
75
|
+
"react-dom": "^18.2.0",
|
|
76
|
+
"rollup-plugin-visualizer": "^5.11.0",
|
|
77
|
+
"sass": "^1.66.1",
|
|
78
|
+
"storybook": "^7.3.2",
|
|
79
|
+
"storybook-addon-vue-slots": "^0.9.21",
|
|
80
|
+
"stylelint": "^16.9.0",
|
|
81
|
+
"stylelint-config-prettier-scss": "^1.0.0",
|
|
82
|
+
"stylelint-config-recommended-scss": "^14.1.0",
|
|
83
|
+
"stylelint-config-recommended-vue": "^1.5.0",
|
|
84
|
+
"stylelint-config-standard": "^37.0.0",
|
|
85
|
+
"stylelint-config-standard-scss": "^13.1.0",
|
|
86
|
+
"stylelint-scss": "^6.11.1",
|
|
87
|
+
"typescript": "^5.0.2",
|
|
88
|
+
"vite": "^4.4.5",
|
|
89
|
+
"vite-plugin-dts": "^3.5.3",
|
|
90
|
+
"vue-tsc": "^1.8.5"
|
|
91
|
+
}
|
|
92
|
+
}
|