@awell-health/ui-library 0.1.33
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 +77 -0
- package/dist/index.css +8917 -0
- package/dist/index.js +50543 -0
- package/dist/types/atoms/button/Button.d.ts +8 -0
- package/dist/types/atoms/button/index.d.ts +2 -0
- package/dist/types/atoms/checkboxButton/CheckboxButton.d.ts +8 -0
- package/dist/types/atoms/checkboxButton/index.d.ts +2 -0
- package/dist/types/atoms/datePicker/DatePicker.d.ts +10 -0
- package/dist/types/atoms/datePicker/index.d.ts +1 -0
- package/dist/types/atoms/description/Description.d.ts +6 -0
- package/dist/types/atoms/description/index.d.ts +2 -0
- package/dist/types/atoms/index.d.ts +21 -0
- package/dist/types/atoms/inputField/InputField.d.ts +10 -0
- package/dist/types/atoms/inputField/index.d.ts +2 -0
- package/dist/types/atoms/logo/Logo.d.ts +6 -0
- package/dist/types/atoms/logo/index.d.ts +2 -0
- package/dist/types/atoms/longTextField/LongTextField.d.ts +9 -0
- package/dist/types/atoms/longTextField/index.d.ts +2 -0
- package/dist/types/atoms/messageAttachment/MessageAttachment.d.ts +8 -0
- package/dist/types/atoms/messageAttachment/index.d.ts +2 -0
- package/dist/types/atoms/modal/Modal.d.ts +11 -0
- package/dist/types/atoms/modal/index.d.ts +1 -0
- package/dist/types/atoms/phoneInputField/PhoneInputField.d.ts +22 -0
- package/dist/types/atoms/phoneInputField/helpers.d.ts +3 -0
- package/dist/types/atoms/phoneInputField/index.d.ts +3 -0
- package/dist/types/atoms/progressIndicator/ProgressIndicator.d.ts +6 -0
- package/dist/types/atoms/progressIndicator/index.d.ts +1 -0
- package/dist/types/atoms/questionLabel/QuestionLabel.d.ts +6 -0
- package/dist/types/atoms/questionLabel/index.d.ts +2 -0
- package/dist/types/atoms/radioButton/RadioButton.d.ts +9 -0
- package/dist/types/atoms/radioButton/index.d.ts +2 -0
- package/dist/types/atoms/rangeInput/RangeInput.d.ts +18 -0
- package/dist/types/atoms/rangeInput/index.d.ts +2 -0
- package/dist/types/atoms/richTextViewer/RichTextViewer.d.ts +6 -0
- package/dist/types/atoms/richTextViewer/index.d.ts +1 -0
- package/dist/types/atoms/richTextViewer/serializeHtml.d.ts +3 -0
- package/dist/types/atoms/scheduling/cal.com/CalDotComScheduling.d.ts +11 -0
- package/dist/types/atoms/scheduling/cal.com/calDotComTypes.d.ts +8 -0
- package/dist/types/atoms/scheduling/cal.com/index.d.ts +2 -0
- package/dist/types/atoms/scheduling/index.d.ts +1 -0
- package/dist/types/atoms/scrollIndicator/ScrollIndicator.d.ts +2 -0
- package/dist/types/atoms/scrollIndicator/index.d.ts +1 -0
- package/dist/types/atoms/select/Select.d.ts +22 -0
- package/dist/types/atoms/select/index.d.ts +3 -0
- package/dist/types/atoms/select/types.d.ts +1 -0
- package/dist/types/atoms/spinner/Spinner.d.ts +7 -0
- package/dist/types/atoms/spinner/index.d.ts +1 -0
- package/dist/types/atoms/themeProvider/ThemeProvider.d.ts +6 -0
- package/dist/types/atoms/themeProvider/helpers.d.ts +3 -0
- package/dist/types/atoms/themeProvider/index.d.ts +2 -0
- package/dist/types/atoms/typingCaret/TypingCaret.d.ts +8 -0
- package/dist/types/atoms/typingCaret/index.d.ts +1 -0
- package/dist/types/atoms/typography/Typography.d.ts +22 -0
- package/dist/types/atoms/typography/index.d.ts +3 -0
- package/dist/types/atoms/typography/types.d.ts +3 -0
- package/dist/types/constants/descriptionFixture.d.ts +56 -0
- package/dist/types/constants/formFixture.d.ts +3 -0
- package/dist/types/constants/messageFixture.d.ts +56 -0
- package/dist/types/hooks/index.d.ts +5 -0
- package/dist/types/hooks/useAccentColor/index.d.ts +1 -0
- package/dist/types/hooks/useAccentColor/useAccentColor.d.ts +5 -0
- package/dist/types/hooks/useClickOutsideNotifier/index.d.ts +7 -0
- package/dist/types/hooks/useForm/helpers.d.ts +20 -0
- package/dist/types/hooks/useForm/index.d.ts +2 -0
- package/dist/types/hooks/useForm/types.d.ts +55 -0
- package/dist/types/hooks/useForm/useConversationalForm.d.ts +3 -0
- package/dist/types/hooks/useForm/useTraditionalForm.d.ts +3 -0
- package/dist/types/hooks/useHtmlScript.d.ts +5 -0
- package/dist/types/hooks/useScrollHint/index.d.ts +1 -0
- package/dist/types/hooks/useScrollHint/useScrollHint.d.ts +6 -0
- package/dist/types/hooks/useValidate/index.d.ts +2 -0
- package/dist/types/hooks/useValidate/types.d.ts +24 -0
- package/dist/types/hooks/useValidate/useValidate.d.ts +9 -0
- package/dist/types/hostedPages/activities/checklist/Checklist.d.ts +14 -0
- package/dist/types/hostedPages/activities/checklist/index.d.ts +2 -0
- package/dist/types/hostedPages/activities/cloudinary/CloudinarySingleFileUpload.d.ts +3 -0
- package/dist/types/hostedPages/activities/cloudinary/CloudinaryUpload.d.ts +3 -0
- package/dist/types/hostedPages/activities/cloudinary/components/CloudinaryUploadWidget.d.ts +10 -0
- package/dist/types/hostedPages/activities/cloudinary/components/index.d.ts +1 -0
- package/dist/types/hostedPages/activities/cloudinary/index.d.ts +2 -0
- package/dist/types/hostedPages/activities/cloudinary/types.d.ts +86 -0
- package/dist/types/hostedPages/activities/cloudinary/utils.d.ts +5 -0
- package/dist/types/hostedPages/activities/form/ConversationalForm.d.ts +3 -0
- package/dist/types/hostedPages/activities/form/TraditionalForm.d.ts +3 -0
- package/dist/types/hostedPages/activities/form/__testdata__/eq5d5lFixture.d.ts +51 -0
- package/dist/types/hostedPages/activities/form/__testdata__/testFormFixture.d.ts +5 -0
- package/dist/types/hostedPages/activities/form/index.d.ts +2 -0
- package/dist/types/hostedPages/activities/form/types.d.ts +20 -0
- package/dist/types/hostedPages/activities/message/Message.d.ts +3 -0
- package/dist/types/hostedPages/activities/message/index.d.ts +1 -0
- package/dist/types/hostedPages/activities/message/types.d.ts +16 -0
- package/dist/types/hostedPages/activities/scheduling/cal.com/CalDotcomActivity.d.ts +3 -0
- package/dist/types/hostedPages/activities/scheduling/cal.com/index.d.ts +1 -0
- package/dist/types/hostedPages/activities/scheduling/cal.com/types.d.ts +6 -0
- package/dist/types/hostedPages/activities/scheduling/index.d.ts +1 -0
- package/dist/types/hostedPages/activities/wizardForm/WizardForm.d.ts +2 -0
- package/dist/types/hostedPages/activities/wizardForm/__testdata__/testFormFixture.d.ts +6 -0
- package/dist/types/hostedPages/activities/wizardForm/index.d.ts +1 -0
- package/dist/types/hostedPages/index.d.ts +9 -0
- package/dist/types/hostedPages/layouts/HostedPageLayout/CloseButton/CloseButton.d.ts +6 -0
- package/dist/types/hostedPages/layouts/HostedPageLayout/CloseButton/index.d.ts +1 -0
- package/dist/types/hostedPages/layouts/HostedPageLayout/HostedPageFooter/HostedPageFooter.d.ts +6 -0
- package/dist/types/hostedPages/layouts/HostedPageLayout/HostedPageFooter/index.d.ts +1 -0
- package/dist/types/hostedPages/layouts/HostedPageLayout/HostedPageLayout.d.ts +8 -0
- package/dist/types/hostedPages/layouts/HostedPageLayout/index.d.ts +2 -0
- package/dist/types/index.d.ts +5 -0
- package/dist/types/molecules/attachmentList/AttachmentList.d.ts +3 -0
- package/dist/types/molecules/attachmentList/index.d.ts +2 -0
- package/dist/types/molecules/attachmentList/types.d.ts +8 -0
- package/dist/types/molecules/avaGPT/avaGPT.d.ts +3 -0
- package/dist/types/molecules/avaGPT/index.d.ts +1 -0
- package/dist/types/molecules/avaGPT/types.d.ts +12 -0
- package/dist/types/molecules/index.d.ts +5 -0
- package/dist/types/molecules/multipleChoiceQuestion/MultipleChoiceQuestion.d.ts +11 -0
- package/dist/types/molecules/multipleChoiceQuestion/index.d.ts +1 -0
- package/dist/types/molecules/navbar/Navbar.d.ts +7 -0
- package/dist/types/molecules/navbar/index.d.ts +2 -0
- package/dist/types/molecules/question/Question.d.ts +4 -0
- package/dist/types/molecules/question/index.d.ts +1 -0
- package/dist/types/molecules/question/types.d.ts +31 -0
- package/dist/types/molecules/singleChoiceQuestion/SingleChoiceQuestion.d.ts +12 -0
- package/dist/types/molecules/singleChoiceQuestion/index.d.ts +1 -0
- package/dist/types/setupTests.d.ts +1 -0
- package/dist/types/types/form.d.ts +26 -0
- package/dist/types/types/generated/fragment-types.d.ts +0 -0
- package/dist/types/types/generated/types-orchestration.d.ts +1874 -0
- package/dist/types/types/index.d.ts +8 -0
- package/dist/types/types/message.d.ts +6 -0
- package/dist/types/types/question.d.ts +27 -0
- package/dist/types/types/richText.d.ts +7 -0
- package/package.json +194 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { QuestionType, UserQuestionType } from './question';
|
|
2
|
+
export type { Question, Option, QuestionWithVisibility, AnswerInput, OptionValue, QuestionConfig, SliderQuestionConfig, } from './question';
|
|
3
|
+
export type { Form, FormError, FormProps } from './form';
|
|
4
|
+
export type { Nodes, Node, Element, Text } from './richText';
|
|
5
|
+
export { isText, isElement } from './richText';
|
|
6
|
+
export type { AttachmentLabels } from './message';
|
|
7
|
+
export { MessageAttachmentType } from './message';
|
|
8
|
+
export * from '../types/generated/types-orchestration';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Question } from './generated/types-orchestration';
|
|
2
|
+
export type { Question, AnswerInput, Option, } from './generated/types-orchestration';
|
|
3
|
+
export { QuestionType, DataPointValueType, UserQuestionType, } from './generated/types-orchestration';
|
|
4
|
+
declare type SliderConfig = {
|
|
5
|
+
display_marks: boolean;
|
|
6
|
+
is_value_tooltip_on: boolean;
|
|
7
|
+
max: number;
|
|
8
|
+
max_label: string;
|
|
9
|
+
min: number;
|
|
10
|
+
min_label: string;
|
|
11
|
+
show_min_max_values: boolean;
|
|
12
|
+
step_value: number;
|
|
13
|
+
};
|
|
14
|
+
export declare type SliderQuestionConfig = {
|
|
15
|
+
mandatory: boolean;
|
|
16
|
+
recode_enabled?: boolean;
|
|
17
|
+
slider: SliderConfig;
|
|
18
|
+
};
|
|
19
|
+
export declare type QuestionConfig = {
|
|
20
|
+
mandatory: boolean;
|
|
21
|
+
recode_enabled?: boolean;
|
|
22
|
+
slider?: null;
|
|
23
|
+
};
|
|
24
|
+
export declare type QuestionWithVisibility = Question & {
|
|
25
|
+
visible: boolean;
|
|
26
|
+
};
|
|
27
|
+
export declare type OptionValue = string | number | boolean;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Node as SlateNode, Element as SlateElement, Text as SlateText } from 'slate';
|
|
2
|
+
export declare type Node = SlateNode;
|
|
3
|
+
export declare type Element = SlateElement;
|
|
4
|
+
export declare type Text = SlateText;
|
|
5
|
+
export declare type Nodes = Array<Node>;
|
|
6
|
+
export declare const isText: (node: Node) => node is import("slate").BaseText;
|
|
7
|
+
export declare const isElement: (node: Node) => node is import("slate").BaseElement;
|
package/package.json
ADDED
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@awell-health/ui-library",
|
|
3
|
+
"version": "0.1.33",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "UI components to integrate with Awell Health",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/awell-health/ui-library.git"
|
|
9
|
+
},
|
|
10
|
+
"author": {
|
|
11
|
+
"name": "awellHealth"
|
|
12
|
+
},
|
|
13
|
+
"license": "ISC",
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/awell-health/ui-library/issues"
|
|
16
|
+
},
|
|
17
|
+
"main": "./dist/index.js",
|
|
18
|
+
"types": "./dist/types/index.d.ts",
|
|
19
|
+
"files": [
|
|
20
|
+
"dist/**/*"
|
|
21
|
+
],
|
|
22
|
+
"sideEffects": false,
|
|
23
|
+
"scripts": {
|
|
24
|
+
"build": "rollup -c rollup.config.js",
|
|
25
|
+
"ci:build": "yarn build",
|
|
26
|
+
"clean": "rm -rf dist",
|
|
27
|
+
"lint:js:file": "eslint --quiet",
|
|
28
|
+
"lint:css": "stylelint \"**/*.scss\"",
|
|
29
|
+
"lint:js": "eslint --quiet --ext .js,.jsx,.ts,.tsx ./",
|
|
30
|
+
"lint": "yarn lint:js && yarn lint:css",
|
|
31
|
+
"pre-commit": "lint-staged",
|
|
32
|
+
"prebuild": "yarn clean",
|
|
33
|
+
"semantic-release": "semantic-release",
|
|
34
|
+
"start:start": "npm-run-all --parallel storybook",
|
|
35
|
+
"storybook:build": "build-storybook",
|
|
36
|
+
"storybook": "start-storybook -p 6006",
|
|
37
|
+
"test:ci": "jest --silent --testLocationInResults --ci --all --coverage --json --outputFile=\"report.json\" --config=jest.config.json",
|
|
38
|
+
"test": "jest --config=jest.config.js",
|
|
39
|
+
"codegen": "graphql-codegen --config codegen.js",
|
|
40
|
+
"codegen:local": "graphql-codegen --config codegen-local.yaml",
|
|
41
|
+
"chromatic": "chromatic --exit-zero-on-changes"
|
|
42
|
+
},
|
|
43
|
+
"peerDependencies": {
|
|
44
|
+
"react": "^18.2.0",
|
|
45
|
+
"react-dom": "^18.2.0"
|
|
46
|
+
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"@calcom/embed-react": "^1.0.10",
|
|
49
|
+
"@heroicons/react": "^2.0.13",
|
|
50
|
+
"cloudinary-core": "^2.13.0",
|
|
51
|
+
"date-fns": "^2.29.1",
|
|
52
|
+
"dompurify": "^2.4.0",
|
|
53
|
+
"dotenv": "^16.3.1",
|
|
54
|
+
"escape-html": "^1.0.3",
|
|
55
|
+
"html-react-parser": "^3.0.1",
|
|
56
|
+
"lodash": "^4.17.21",
|
|
57
|
+
"react-date-picker": "^8.4.0",
|
|
58
|
+
"react-hook-form": "^7.33.1",
|
|
59
|
+
"react-international-phone": "^1.8.8",
|
|
60
|
+
"react-markdown": "^9.0.0",
|
|
61
|
+
"remark-gfm": "^4.0.0"
|
|
62
|
+
},
|
|
63
|
+
"devDependencies": {
|
|
64
|
+
"@babel/cli": "^7.17.6",
|
|
65
|
+
"@babel/core": "^7.18.10",
|
|
66
|
+
"@babel/node": "^7.16.8",
|
|
67
|
+
"@babel/plugin-proposal-decorators": "^7.17.8",
|
|
68
|
+
"@babel/plugin-proposal-export-default-from": "^7.16.7",
|
|
69
|
+
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
|
|
70
|
+
"@babel/plugin-proposal-function-bind": "^7.16.7",
|
|
71
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
72
|
+
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
|
|
73
|
+
"@babel/plugin-transform-object-assign": "^7.16.7",
|
|
74
|
+
"@babel/preset-env": "^7.16.11",
|
|
75
|
+
"@babel/preset-react": "^7.18.6",
|
|
76
|
+
"@babel/preset-typescript": "^7.18.6",
|
|
77
|
+
"@commitlint/cli": "^14.1.0",
|
|
78
|
+
"@commitlint/config-conventional": "^14.1.0",
|
|
79
|
+
"@graphql-codegen/add": "^2.0.2",
|
|
80
|
+
"@graphql-codegen/cli": "^2.11.3",
|
|
81
|
+
"@graphql-codegen/introspection": "^2.2.0",
|
|
82
|
+
"@graphql-codegen/typescript": "^2.7.2",
|
|
83
|
+
"@graphql-codegen/typescript-operations": "^2.5.2",
|
|
84
|
+
"@rollup/plugin-alias": "^3.1.9",
|
|
85
|
+
"@rollup/plugin-babel": "^5.3.1",
|
|
86
|
+
"@rollup/plugin-commonjs": "^22.0.1",
|
|
87
|
+
"@rollup/plugin-json": "^4.1.0",
|
|
88
|
+
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
89
|
+
"@semantic-release/changelog": "^6.0.1",
|
|
90
|
+
"@storybook/addon-actions": "^6.5.9",
|
|
91
|
+
"@storybook/addon-essentials": "^6.5.9",
|
|
92
|
+
"@storybook/addon-interactions": "^6.5.9",
|
|
93
|
+
"@storybook/addon-links": "^6.5.9",
|
|
94
|
+
"@storybook/addon-storysource": "^6.5.16",
|
|
95
|
+
"@storybook/addon-viewport": "^7.0.24",
|
|
96
|
+
"@storybook/builder-webpack5": "^6.5.9",
|
|
97
|
+
"@storybook/components": "^6.3.12",
|
|
98
|
+
"@storybook/core-events": "^6.3.12",
|
|
99
|
+
"@storybook/manager-webpack5": "^6.5.9",
|
|
100
|
+
"@storybook/node-logger": "^6.5.9",
|
|
101
|
+
"@storybook/preset-scss": "^1.0.3",
|
|
102
|
+
"@storybook/react": "^6.5.9",
|
|
103
|
+
"@storybook/testing-library": "^0.0.13",
|
|
104
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
105
|
+
"@testing-library/react": "^13.3.0",
|
|
106
|
+
"@testing-library/react-hooks": "^7.0.2",
|
|
107
|
+
"@testing-library/user-event": "^13.5.0",
|
|
108
|
+
"@types/dompurify": "^2.3.4",
|
|
109
|
+
"@types/escape-html": "^1.0.2",
|
|
110
|
+
"@types/jest": "^28.1.7",
|
|
111
|
+
"@types/node": "^16.11.45",
|
|
112
|
+
"@types/react": "^18.0.15",
|
|
113
|
+
"@types/react-calendar": "^3.5.1",
|
|
114
|
+
"@types/react-dom": "^18.0.6",
|
|
115
|
+
"@typescript-eslint/eslint-plugin": "^5.9.1",
|
|
116
|
+
"@typescript-eslint/parser": "^5.9.1",
|
|
117
|
+
"babel-loader": "^8.1.0",
|
|
118
|
+
"babel-plugin-module-resolver": "^4.1.0",
|
|
119
|
+
"babel-plugin-react-css-modules": "^5.2.6",
|
|
120
|
+
"babel-plugin-react-remove-properties": "^0.3.0",
|
|
121
|
+
"babel-plugin-require-context-hook": "1.0.0",
|
|
122
|
+
"babel-plugin-styled-components": "^1.10.6",
|
|
123
|
+
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
124
|
+
"babel-plugin-transform-rename-import": "^2.3.0",
|
|
125
|
+
"babel-plugin-transform-require-context": "^0.1.1",
|
|
126
|
+
"chromatic": "^6.10.1",
|
|
127
|
+
"css-loader": "^6.7.1",
|
|
128
|
+
"declaration-bundler-webpack-plugin": "^1.0.3",
|
|
129
|
+
"eslint": "8.20.0",
|
|
130
|
+
"eslint-config-airbnb": "19.0.4",
|
|
131
|
+
"eslint-config-airbnb-typescript": "17.0.0",
|
|
132
|
+
"eslint-config-prettier": "8.5.0",
|
|
133
|
+
"eslint-import-resolver-alias": "1.1.2",
|
|
134
|
+
"eslint-plugin-import": "2.26.0",
|
|
135
|
+
"eslint-plugin-jsx-a11y": "6.6.1",
|
|
136
|
+
"eslint-plugin-prettier": "4.0.0",
|
|
137
|
+
"eslint-plugin-react": "7.30.1",
|
|
138
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
139
|
+
"eslint-plugin-testing-library": "^5.6.0",
|
|
140
|
+
"global-jsdom": "^8.5.0",
|
|
141
|
+
"graphql": "^16.5.0",
|
|
142
|
+
"husky": "^8.0.1",
|
|
143
|
+
"identity-obj-proxy": "^3.0.0",
|
|
144
|
+
"jest": "^28.1.3",
|
|
145
|
+
"jest-environment-jsdom": "^28.1.3",
|
|
146
|
+
"jest-transformer-svg": "^2.0.0",
|
|
147
|
+
"jsdom": "^20.0.0",
|
|
148
|
+
"lint-staged": "^13.0.3",
|
|
149
|
+
"npm-run-all": "^4.1.5",
|
|
150
|
+
"postcss": "^8.4.14",
|
|
151
|
+
"postcss-loader": "^6.2.1",
|
|
152
|
+
"postcss-scss": "^4.0.4",
|
|
153
|
+
"prettier": "2.7.1",
|
|
154
|
+
"prop-types": "^15.7.2",
|
|
155
|
+
"react": "^18.2.0",
|
|
156
|
+
"react-dom": "^18.2.0",
|
|
157
|
+
"rollup": "^2.77.2",
|
|
158
|
+
"rollup-plugin-delete": "^2.0.0",
|
|
159
|
+
"rollup-plugin-dts": "^4.2.2",
|
|
160
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
161
|
+
"rollup-plugin-sass": "^1.2.13",
|
|
162
|
+
"rollup-plugin-svg": "^2.0.0",
|
|
163
|
+
"rollup-plugin-typescript2": "^0.31.2",
|
|
164
|
+
"sass": "^1.51.0",
|
|
165
|
+
"sass-loader": "^13.0.2",
|
|
166
|
+
"slate": "^0.82.0",
|
|
167
|
+
"storybook-addon-sass-postcss": "^0.1.3",
|
|
168
|
+
"style-loader": "^3.3.1",
|
|
169
|
+
"stylelint": "14.9.1",
|
|
170
|
+
"stylelint-config-prettier": "9.0.3",
|
|
171
|
+
"stylelint-config-prettier-scss": "0.0.1",
|
|
172
|
+
"stylelint-config-standard": "26.0.0",
|
|
173
|
+
"stylelint-config-standard-scss": "5.0.0",
|
|
174
|
+
"ts-jest": "^28.0.8",
|
|
175
|
+
"ts-loader": "^9.3.0",
|
|
176
|
+
"typescript": "^4.7.4",
|
|
177
|
+
"typescript-plugin-css-modules": "^3.4.0",
|
|
178
|
+
"webpack": "^5.73.0",
|
|
179
|
+
"webpack-merge": "^5.8.0"
|
|
180
|
+
},
|
|
181
|
+
"browserslist": {
|
|
182
|
+
"production": [
|
|
183
|
+
">0.2%",
|
|
184
|
+
"not dead",
|
|
185
|
+
"not op_mini all"
|
|
186
|
+
],
|
|
187
|
+
"development": [
|
|
188
|
+
"last 1 chrome version",
|
|
189
|
+
"last 1 firefox version",
|
|
190
|
+
"last 1 safari version"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
"homepage": "https://github.com/awell-health/ui-library#readme"
|
|
194
|
+
}
|