@pfct/purple 1.4.0-npm-test.2 → 1.4.0-rc.2
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/.history/{package_20240620101011.json → package_20240820163221.json} +18 -16
- package/.history/{package_20240620102132.json → package_20240820163222.json} +18 -20
- package/.history/{package_20240620102136.json → package_20240820163535.json} +19 -20
- package/.history/{package_20240620102153.json → package_20240820164525.json} +19 -20
- package/dist/components/Badge/BaseBadge/index.styled.d.ts +3 -3
- package/dist/components/Badge/IconBadge/index.styled.d.ts +2 -2
- package/dist/components/Badge/TextBadge/index.styled.d.ts +1 -1
- package/dist/components/BottomSheet/BaseBottomSheet/index.styled.d.ts +5 -5
- package/dist/components/BottomSheet/NavBottomSheet/index.styled.d.ts +1 -1
- package/dist/components/BottomSheet/TitleBottomSheet/index.styled.d.ts +2 -2
- package/dist/components/Button/BaseButton/index.styled.d.ts +1 -1
- package/dist/components/Button/DoubleButton/index.d.ts +3 -3
- package/dist/components/Button/DoubleButton/index.styled.d.ts +1 -1
- package/dist/components/Button/FloatBaseButton/index.styled.d.ts +6 -6
- package/dist/components/Button/FloatDoubleButton/index.styled.d.ts +1 -1
- package/dist/components/Button/SingleButton/index.styled.d.ts +1 -1
- package/dist/components/Card/index.styled.d.ts +2 -2
- package/dist/components/Chips/BasicChips/index.styled.d.ts +5 -5
- package/dist/components/Chips/ChipItem/index.styled.d.ts +2 -2
- package/dist/components/Chips/ChipsFrame/index.styled.d.ts +5 -5
- package/dist/components/Comment/Group/index.styled.d.ts +1 -1
- package/dist/components/Comment/Item/index.styled.d.ts +4 -4
- package/dist/components/Control/CheckBox/index.styled.d.ts +3 -3
- package/dist/components/Control/CheckMark/index.styled.d.ts +1 -1
- package/dist/components/Control/RadioButton/index.styled.d.ts +1 -1
- package/dist/components/Control/Switch/index.styled.d.ts +2 -2
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/index.styled.d.ts +10 -22
- package/dist/components/DatePicker/BaseDatePicker/DayOfWeek/index.styled.d.ts +2 -4
- package/dist/components/DatePicker/BaseDatePicker/Month/index.styled.d.ts +1 -1
- package/dist/components/DatePicker/BaseDatePicker/Week/index.styled.d.ts +2 -2
- package/dist/components/DatePicker/BaseDatePicker/YearMonthController/index.styed.d.ts +3 -3
- package/dist/components/DatePicker/BaseDatePicker/index.styled.d.ts +1 -1
- package/dist/components/DatePicker/RangeDatePickerModal/index.styled.d.ts +5 -5
- package/dist/components/DatePicker/SingleDatePickerModal/index.styled.d.ts +1 -1
- package/dist/components/Divider/index.styled.d.ts +2 -2
- package/dist/components/Input/BaseInput/index.styled.d.ts +2 -2
- package/dist/components/Input/PostfixInput/index.styled.d.ts +5 -7
- package/dist/components/Input/ResidentNumberInput/index.styled.d.ts +8 -10
- package/dist/components/Input/common/InputFrame/index.styled.d.ts +3 -3
- package/dist/components/Loading/ProgressBar/index.styled.d.ts +2 -2
- package/dist/components/Loading/Skeleton/SkeletonLayout/index.styled.d.ts +2 -2
- package/dist/components/Loading/Skeleton/index.styled.d.ts +3 -3
- package/dist/components/Loading/Spinner/index.styled.d.ts +1 -1
- package/dist/components/MiniButton/BoxMiniButton/index.styled.d.ts +2 -2
- package/dist/components/MiniButton/IconMiniButton/index.styled.d.ts +1 -1
- package/dist/components/MiniButton/UnderLineMiniButton/index.styled.d.ts +2 -2
- package/dist/components/MiniButton/common/index.styled.d.ts +1 -1
- package/dist/components/Modal/BaseModal/index.styled.d.ts +1 -1
- package/dist/components/Modal/index.d.ts +15 -2
- package/dist/components/Modal/index.styled.d.ts +6 -6
- package/dist/components/Navigation/BaseNavigation/index.styled.d.ts +3 -7
- package/dist/components/Navigation/index.styled.d.ts +2 -4
- package/dist/components/OverlayRoot/index.styled.d.ts +1 -1
- package/dist/components/Segment/BaseSegment/index.styled.d.ts +5 -5
- package/dist/components/Segment/ExtendSegment/index.styled.d.ts +5 -9
- package/dist/components/SelectBox/index.styled.d.ts +8 -8
- package/dist/components/Tabs/FillTabs/index.styled.d.ts +3 -3
- package/dist/components/Tabs/TextTabs/index.styled.d.ts +4 -4
- package/dist/components/Tag/index.styled.d.ts +1 -1
- package/dist/components/Title/index.styled.d.ts +2 -2
- package/dist/components/ToastMessage/BaseToastMessage/index.styled.d.ts +2 -2
- package/dist/components/ToastMessage/Toast/index.styled.d.ts +3 -5
- package/dist/components/Tooltip/TooltipBase/index.styled.d.ts +3 -3
- package/dist/core/Display/index.styled.d.ts +2 -2
- package/dist/library/BasicLayout/index.d.ts +12 -14
- package/dist/library/BasicLayout/index.styled.d.ts +21 -25
- package/dist/library/Flex/index.d.ts +3 -3
- package/dist/library/Flex/index.stories.d.ts +2 -1
- package/dist/library/Flex/index.styled.d.ts +3 -3
- package/dist/library/IconWithImage/index.styled.d.ts +1 -1
- package/dist/library/List/BottomSheetItemList/index.styled.d.ts +1 -1
- package/dist/library/Lottie/index.styled.d.ts +3 -3
- package/dist/library/Spacing/index.styled.d.ts +1 -1
- package/package.json +18 -20
- package/.history/package_20240620102151.json +0 -179
- package/.history/package_20240620102228.json +0 -180
- package/.history/package_20240620102534.json +0 -181
- package/.history/package_20240620102955.json +0 -180
- package/.history/package_20240620103103.json +0 -181
- package/.history/package_20240620103105.json +0 -180
- package/.history/package_20240620103120.json +0 -181
- package/.history/package_20240620103532.json +0 -181
- package/.history/package_20240620103741.json +0 -181
- package/.history/package_20240620103803.json +0 -181
- package/.history/package_20240620105356.json +0 -181
- package/.history/package_20240620110005.json +0 -181
- package/.history/package_20240620110042.json +0 -172
- package/.history/package_20240620131821.json +0 -181
- package/.history/package_20240620133118.json +0 -179
- package/.history/package_20240620133317.json +0 -179
- package/.history/package_20240620133341.json +0 -179
- package/.history/package_20240620135524.json +0 -178
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pfct/purple",
|
|
3
|
-
"version": "1.3.8-rc.2",
|
|
4
|
-
"description": "design system for PFCT web service",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"repository": {
|
|
8
|
-
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/peoplefund-tech/PurpleUI-WEB.git"
|
|
10
|
-
},
|
|
11
|
-
"keywords": [
|
|
12
|
-
"pfct",
|
|
13
|
-
"peoplefund-tech",
|
|
14
|
-
"design-system"
|
|
15
|
-
],
|
|
16
|
-
"contributors": [
|
|
17
|
-
"SEONMI KIM <hello.ddubbu@gmail.com>"
|
|
18
|
-
],
|
|
19
|
-
"license": "MIT",
|
|
20
|
-
"bugs": {
|
|
21
|
-
"url": "https://github.com/peoplefund-tech/PurpleUI-WEB/issues"
|
|
22
|
-
},
|
|
23
|
-
"homepage": "https://github.com/peoplefund-tech/PurpleUI-WEB#readme",
|
|
24
|
-
"scripts": {
|
|
25
|
-
"build:before-release": "yarn lint && yarn lint:css && yarn tsc",
|
|
26
|
-
"release:major": "standard-version --release-as major",
|
|
27
|
-
"release:minor": "standard-version --release-as minor",
|
|
28
|
-
"release:patch": "standard-version --release-as patch",
|
|
29
|
-
"release:rc": "npx standard-version --prerelease rc",
|
|
30
|
-
"release:npm-test": "npx standard-version --prerelease npm-test",
|
|
31
|
-
"release:as": "standard-version --release-as",
|
|
32
|
-
"prepare": "husky install",
|
|
33
|
-
"tsc": "tsc",
|
|
34
|
-
"lint": "eslint 'src/**/*.{ts,tsx}'",
|
|
35
|
-
"lint:css": "stylelint 'src/**/*.{ts,tsx}'",
|
|
36
|
-
"storybook": "storybook dev -p 6006",
|
|
37
|
-
"storybook:build": "storybook build -o .build-storybook",
|
|
38
|
-
"generated-icon:tsc": "cd src/Icon && yarn tsc utils/svgr-cli.template.ts",
|
|
39
|
-
"generated-icon:svgr": "cd src/Icon && npx @svgr/cli --template utils/svgr-cli.template.js --config-file utils/.svgrrc svgs/*.svg --out-dir generated --ext tsx",
|
|
40
|
-
"generated-icon:export": "cd src/Icon && ts-node utils/generate-exports.ts",
|
|
41
|
-
"generated-icon:main": "yarn generated-icon:svgr && yarn generated-icon:export",
|
|
42
|
-
"test": "jest --testPathIgnorePatterns '<rootDir>/e2e'"
|
|
43
|
-
},
|
|
44
|
-
"lint-staged": {
|
|
45
|
-
"src/**/*.{ts,tsx}": [
|
|
46
|
-
"prettier --ignore-path ./.prettierignore --write",
|
|
47
|
-
"tsc-files --noEmit",
|
|
48
|
-
"eslint --fix",
|
|
49
|
-
"npm run lint:css"
|
|
50
|
-
]
|
|
51
|
-
},
|
|
52
|
-
"dependencies": {
|
|
53
|
-
"@emotion/core": "10.1.1",
|
|
54
|
-
"@emotion/css": "^11.9.0",
|
|
55
|
-
"@emotion/react": "^11.8.2",
|
|
56
|
-
"@emotion/styled": "^11.8.1",
|
|
57
|
-
"@emotion/styled-base": "^10.3.0",
|
|
58
|
-
"@tippyjs/react": "^4.2.6",
|
|
59
|
-
"@types/react": "^18.3.3",
|
|
60
|
-
"@types/react-dom": "^18.3.0",
|
|
61
|
-
"lottie-web": "^5.10.2",
|
|
62
|
-
"react": "^18.3.1",
|
|
63
|
-
"react-dom": "^18.3.1",
|
|
64
|
-
"react-intersection-observer": "^9.4.3",
|
|
65
|
-
"react-router-dom": "^6.11.1",
|
|
66
|
-
"rifm": "^0.12.1"
|
|
67
|
-
},
|
|
68
|
-
"devDependencies": {
|
|
69
|
-
"@babel/cli": "^7.22.10",
|
|
70
|
-
"@babel/core": "^7.22.10",
|
|
71
|
-
"@babel/preset-env": "^7.18.6",
|
|
72
|
-
"@babel/preset-react": "^7.18.6",
|
|
73
|
-
"@babel/preset-typescript": "^7.18.6",
|
|
74
|
-
"@storybook/addon-essentials": "^8.1.10",
|
|
75
|
-
"@storybook/addon-interactions": "^8.1.10",
|
|
76
|
-
"@storybook/addon-links": "^8.1.10",
|
|
77
|
-
"@storybook/blocks": "^8.1.10",
|
|
78
|
-
"@storybook/react": "^8.1.10",
|
|
79
|
-
"@storybook/react-webpack5": "^8.1.10",
|
|
80
|
-
"@storybook/testing-library": "^0.2.0",
|
|
81
|
-
"@types/jest": "^27.1.5",
|
|
82
|
-
"aws-sdk": "^2.1366.0",
|
|
83
|
-
"babel-loader": "^8.2.5",
|
|
84
|
-
"core-js": "^3.23.4",
|
|
85
|
-
"css-loader": "^6.7.1",
|
|
86
|
-
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
87
|
-
"html-webpack-plugin": "^5.5.0",
|
|
88
|
-
"husky": "^8.0.3",
|
|
89
|
-
"lint-staged": "^13.2.1",
|
|
90
|
-
"mini-css-extract-plugin": "^2.7.6",
|
|
91
|
-
"standard-version": "^9.5.0",
|
|
92
|
-
"storybook": "^8.1.10",
|
|
93
|
-
"style-loader": "^3.3.1",
|
|
94
|
-
"stylelint": "^14.8.5",
|
|
95
|
-
"stylelint-config-recommended": "^9.0.0",
|
|
96
|
-
"stylelint-config-styled-components": "^0.1.1",
|
|
97
|
-
"stylelint-processor-styled-components": "^1.10.0",
|
|
98
|
-
"terser-webpack-plugin": "^5.3.3",
|
|
99
|
-
"ts-jest": "^27.1.5",
|
|
100
|
-
"ts-node": "^10.9.1",
|
|
101
|
-
"tsc-files": "^1.1.3",
|
|
102
|
-
"typescript": "^4.7.4",
|
|
103
|
-
"webpack": "^5.73.0",
|
|
104
|
-
"webpack-bundle-analyzer": "^4.9.0",
|
|
105
|
-
"webpack-cli": "^4.10.0",
|
|
106
|
-
"webpack-dev-server": "^4.9.3",
|
|
107
|
-
"webpack-merge": "^5.8.0"
|
|
108
|
-
},
|
|
109
|
-
"optionalDependencies": {
|
|
110
|
-
"@commitlint/config-conventional": "^17.7.0",
|
|
111
|
-
"@emotion/babel-preset-css-prop": "^11.11.0",
|
|
112
|
-
"@emotion/eslint-plugin": "^11.7.0",
|
|
113
|
-
"@testing-library/jest-dom": "^5.16.5",
|
|
114
|
-
"@testing-library/react": "^12.1.5",
|
|
115
|
-
"@testing-library/user-event": "^14.4.3",
|
|
116
|
-
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
117
|
-
"@typescript-eslint/parser": "^5.30.0",
|
|
118
|
-
"eslint": "^8.38.0",
|
|
119
|
-
"eslint-config-prettier": "^8.5.0",
|
|
120
|
-
"eslint-plugin-import": "^2.25.3",
|
|
121
|
-
"eslint-plugin-jest": "^26.1.4",
|
|
122
|
-
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
123
|
-
"eslint-plugin-prettier": "^4.2.1",
|
|
124
|
-
"eslint-plugin-react": "^7.33.1",
|
|
125
|
-
"eslint-plugin-react-hooks": "^4.5.0",
|
|
126
|
-
"eslint-plugin-testing-library": "^5.3.1",
|
|
127
|
-
"identity-obj-proxy": "^3.0.0",
|
|
128
|
-
"jest": "^27.5.1"
|
|
129
|
-
},
|
|
130
|
-
"eslintConfig": {
|
|
131
|
-
"extends": [
|
|
132
|
-
"react-app",
|
|
133
|
-
"prettier"
|
|
134
|
-
],
|
|
135
|
-
"rules": {
|
|
136
|
-
"react/prefer-stateless-function": 0,
|
|
137
|
-
"react/jsx-filename-extension": 0,
|
|
138
|
-
"react/jsx-one-expression-per-line": 0,
|
|
139
|
-
"react/prop-types": 0
|
|
140
|
-
},
|
|
141
|
-
"env": {
|
|
142
|
-
"browser": true
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
"resolutions": {
|
|
146
|
-
"remark-mdx": "1.6.22",
|
|
147
|
-
"@mdx-js/mdx": "^1.6.16",
|
|
148
|
-
"jackspeak": "2.1.1"
|
|
149
|
-
},
|
|
150
|
-
"browserslist": {
|
|
151
|
-
"production": [
|
|
152
|
-
">0.2%",
|
|
153
|
-
"not dead",
|
|
154
|
-
"not op_mini all"
|
|
155
|
-
],
|
|
156
|
-
"development": [
|
|
157
|
-
"last 1 chrome version",
|
|
158
|
-
"last 1 firefox version",
|
|
159
|
-
"last 1 safari version"
|
|
160
|
-
]
|
|
161
|
-
},
|
|
162
|
-
"jest": {
|
|
163
|
-
"roots": [
|
|
164
|
-
"<rootDir>/src"
|
|
165
|
-
],
|
|
166
|
-
"setupFilesAfterEnv": [
|
|
167
|
-
"<rootDir>/src/setupTests.ts"
|
|
168
|
-
],
|
|
169
|
-
"testMatch": [
|
|
170
|
-
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
|
|
171
|
-
],
|
|
172
|
-
"transform": {
|
|
173
|
-
"^.+\\.(ts|tsx)?$": "ts-jest",
|
|
174
|
-
"^.+\\.(js|jsx)?$": "babel-jest"
|
|
175
|
-
},
|
|
176
|
-
"moduleNameMapper": {
|
|
177
|
-
"\\.(css|less|scss|sass)$": "identity-obj-proxy"
|
|
178
|
-
},
|
|
179
|
-
"testEnvironment": "jsdom"
|
|
180
|
-
}
|
|
181
|
-
}
|
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pfct/purple",
|
|
3
|
-
"version": "1.3.8-rc.2",
|
|
4
|
-
"description": "design system for PFCT web service",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"repository": {
|
|
8
|
-
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/peoplefund-tech/PurpleUI-WEB.git"
|
|
10
|
-
},
|
|
11
|
-
"keywords": [
|
|
12
|
-
"pfct",
|
|
13
|
-
"peoplefund-tech",
|
|
14
|
-
"design-system"
|
|
15
|
-
],
|
|
16
|
-
"contributors": [
|
|
17
|
-
"SEONMI KIM <hello.ddubbu@gmail.com>"
|
|
18
|
-
],
|
|
19
|
-
"license": "MIT",
|
|
20
|
-
"bugs": {
|
|
21
|
-
"url": "https://github.com/peoplefund-tech/PurpleUI-WEB/issues"
|
|
22
|
-
},
|
|
23
|
-
"homepage": "https://github.com/peoplefund-tech/PurpleUI-WEB#readme",
|
|
24
|
-
"scripts": {
|
|
25
|
-
"build:before-release": "yarn lint && yarn lint:css && yarn tsc",
|
|
26
|
-
"release:major": "standard-version --release-as major",
|
|
27
|
-
"release:minor": "standard-version --release-as minor",
|
|
28
|
-
"release:patch": "standard-version --release-as patch",
|
|
29
|
-
"release:rc": "npx standard-version --prerelease rc",
|
|
30
|
-
"release:npm-test": "npx standard-version --prerelease npm-test",
|
|
31
|
-
"release:as": "standard-version --release-as",
|
|
32
|
-
"prepare": "husky install",
|
|
33
|
-
"tsc": "tsc",
|
|
34
|
-
"lint": "eslint 'src/**/*.{ts,tsx}'",
|
|
35
|
-
"lint:css": "stylelint 'src/**/*.{ts,tsx}'",
|
|
36
|
-
"storybook": "storybook dev -p 6006",
|
|
37
|
-
"storybook:build": "storybook build -o .build-storybook",
|
|
38
|
-
"generated-icon:tsc": "cd src/Icon && yarn tsc utils/svgr-cli.template.ts",
|
|
39
|
-
"generated-icon:svgr": "cd src/Icon && npx @svgr/cli --template utils/svgr-cli.template.js --config-file utils/.svgrrc svgs/*.svg --out-dir generated --ext tsx",
|
|
40
|
-
"generated-icon:export": "cd src/Icon && ts-node utils/generate-exports.ts",
|
|
41
|
-
"generated-icon:main": "yarn generated-icon:svgr && yarn generated-icon:export",
|
|
42
|
-
"test": "jest --testPathIgnorePatterns '<rootDir>/e2e'"
|
|
43
|
-
},
|
|
44
|
-
"lint-staged": {
|
|
45
|
-
"src/**/*.{ts,tsx}": [
|
|
46
|
-
"prettier --ignore-path ./.prettierignore --write",
|
|
47
|
-
"tsc-files --noEmit",
|
|
48
|
-
"eslint --fix",
|
|
49
|
-
"npm run lint:css"
|
|
50
|
-
]
|
|
51
|
-
},
|
|
52
|
-
"dependencies": {
|
|
53
|
-
"@emotion/core": "10.1.1",
|
|
54
|
-
"@emotion/css": "^11.9.0",
|
|
55
|
-
"@emotion/react": "^11.8.2",
|
|
56
|
-
"@emotion/styled": "^11.8.1",
|
|
57
|
-
"@emotion/styled-base": "^10.3.0",
|
|
58
|
-
"@tippyjs/react": "^4.2.6",
|
|
59
|
-
"@types/react": "^18.3.3",
|
|
60
|
-
"@types/react-dom": "^18.3.0",
|
|
61
|
-
"lottie-web": "^5.10.2",
|
|
62
|
-
"react": "^18.3.1",
|
|
63
|
-
"react-dom": "^18.3.1",
|
|
64
|
-
"react-intersection-observer": "^9.4.3",
|
|
65
|
-
"react-router-dom": "^6.11.1",
|
|
66
|
-
"rifm": "^0.12.1"
|
|
67
|
-
},
|
|
68
|
-
"devDependencies": {
|
|
69
|
-
"@babel/cli": "^7.22.10",
|
|
70
|
-
"@babel/core": "^7.22.10",
|
|
71
|
-
"@babel/preset-env": "^7.18.6",
|
|
72
|
-
"@babel/preset-react": "^7.18.6",
|
|
73
|
-
"@babel/preset-typescript": "^7.18.6",
|
|
74
|
-
"@storybook/addon-essentials": "^8.1.10",
|
|
75
|
-
"@storybook/addon-interactions": "^8.1.10",
|
|
76
|
-
"@storybook/addon-links": "^8.1.10",
|
|
77
|
-
"@storybook/blocks": "^8.1.10",
|
|
78
|
-
"@storybook/react": "^8.1.10",
|
|
79
|
-
"@storybook/react-webpack5": "^8.1.10",
|
|
80
|
-
"@types/jest": "^27.1.5",
|
|
81
|
-
"aws-sdk": "^2.1366.0",
|
|
82
|
-
"babel-loader": "^8.2.5",
|
|
83
|
-
"core-js": "^3.23.4",
|
|
84
|
-
"css-loader": "^6.7.1",
|
|
85
|
-
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
86
|
-
"html-webpack-plugin": "^5.5.0",
|
|
87
|
-
"husky": "^8.0.3",
|
|
88
|
-
"lint-staged": "^13.2.1",
|
|
89
|
-
"mini-css-extract-plugin": "^2.7.6",
|
|
90
|
-
"standard-version": "^9.5.0",
|
|
91
|
-
"storybook": "^8.1.10",
|
|
92
|
-
"style-loader": "^3.3.1",
|
|
93
|
-
"stylelint": "^14.8.5",
|
|
94
|
-
"stylelint-config-recommended": "^9.0.0",
|
|
95
|
-
"stylelint-config-styled-components": "^0.1.1",
|
|
96
|
-
"stylelint-processor-styled-components": "^1.10.0",
|
|
97
|
-
"terser-webpack-plugin": "^5.3.3",
|
|
98
|
-
"ts-jest": "^27.1.5",
|
|
99
|
-
"ts-node": "^10.9.1",
|
|
100
|
-
"tsc-files": "^1.1.3",
|
|
101
|
-
"typescript": "^4.7.4",
|
|
102
|
-
"webpack": "^5.73.0",
|
|
103
|
-
"webpack-bundle-analyzer": "^4.9.0",
|
|
104
|
-
"webpack-cli": "^4.10.0",
|
|
105
|
-
"webpack-dev-server": "^4.9.3",
|
|
106
|
-
"webpack-merge": "^5.8.0"
|
|
107
|
-
},
|
|
108
|
-
"optionalDependencies": {
|
|
109
|
-
"@commitlint/config-conventional": "^17.7.0",
|
|
110
|
-
"@emotion/babel-preset-css-prop": "^11.11.0",
|
|
111
|
-
"@emotion/eslint-plugin": "^11.7.0",
|
|
112
|
-
"@testing-library/jest-dom": "^5.16.5",
|
|
113
|
-
"@testing-library/react": "^12.1.5",
|
|
114
|
-
"@testing-library/user-event": "^14.4.3",
|
|
115
|
-
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
116
|
-
"@typescript-eslint/parser": "^5.30.0",
|
|
117
|
-
"eslint": "^8.38.0",
|
|
118
|
-
"eslint-config-prettier": "^8.5.0",
|
|
119
|
-
"eslint-plugin-import": "^2.25.3",
|
|
120
|
-
"eslint-plugin-jest": "^26.1.4",
|
|
121
|
-
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
122
|
-
"eslint-plugin-prettier": "^4.2.1",
|
|
123
|
-
"eslint-plugin-react": "^7.33.1",
|
|
124
|
-
"eslint-plugin-react-hooks": "^4.5.0",
|
|
125
|
-
"eslint-plugin-testing-library": "^5.3.1",
|
|
126
|
-
"identity-obj-proxy": "^3.0.0",
|
|
127
|
-
"jest": "^27.5.1"
|
|
128
|
-
},
|
|
129
|
-
"eslintConfig": {
|
|
130
|
-
"extends": [
|
|
131
|
-
"react-app",
|
|
132
|
-
"prettier"
|
|
133
|
-
],
|
|
134
|
-
"rules": {
|
|
135
|
-
"react/prefer-stateless-function": 0,
|
|
136
|
-
"react/jsx-filename-extension": 0,
|
|
137
|
-
"react/jsx-one-expression-per-line": 0,
|
|
138
|
-
"react/prop-types": 0
|
|
139
|
-
},
|
|
140
|
-
"env": {
|
|
141
|
-
"browser": true
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
"resolutions": {
|
|
145
|
-
"remark-mdx": "1.6.22",
|
|
146
|
-
"@mdx-js/mdx": "^1.6.16",
|
|
147
|
-
"jackspeak": "2.1.1"
|
|
148
|
-
},
|
|
149
|
-
"browserslist": {
|
|
150
|
-
"production": [
|
|
151
|
-
">0.2%",
|
|
152
|
-
"not dead",
|
|
153
|
-
"not op_mini all"
|
|
154
|
-
],
|
|
155
|
-
"development": [
|
|
156
|
-
"last 1 chrome version",
|
|
157
|
-
"last 1 firefox version",
|
|
158
|
-
"last 1 safari version"
|
|
159
|
-
]
|
|
160
|
-
},
|
|
161
|
-
"jest": {
|
|
162
|
-
"roots": [
|
|
163
|
-
"<rootDir>/src"
|
|
164
|
-
],
|
|
165
|
-
"setupFilesAfterEnv": [
|
|
166
|
-
"<rootDir>/src/setupTests.ts"
|
|
167
|
-
],
|
|
168
|
-
"testMatch": [
|
|
169
|
-
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
|
|
170
|
-
],
|
|
171
|
-
"transform": {
|
|
172
|
-
"^.+\\.(ts|tsx)?$": "ts-jest",
|
|
173
|
-
"^.+\\.(js|jsx)?$": "babel-jest"
|
|
174
|
-
},
|
|
175
|
-
"moduleNameMapper": {
|
|
176
|
-
"\\.(css|less|scss|sass)$": "identity-obj-proxy"
|
|
177
|
-
},
|
|
178
|
-
"testEnvironment": "jsdom"
|
|
179
|
-
}
|
|
180
|
-
}
|
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pfct/purple",
|
|
3
|
-
"version": "1.3.8-rc.2",
|
|
4
|
-
"description": "design system for PFCT web service",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"repository": {
|
|
8
|
-
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/peoplefund-tech/PurpleUI-WEB.git"
|
|
10
|
-
},
|
|
11
|
-
"keywords": [
|
|
12
|
-
"pfct",
|
|
13
|
-
"peoplefund-tech",
|
|
14
|
-
"design-system"
|
|
15
|
-
],
|
|
16
|
-
"contributors": [
|
|
17
|
-
"SEONMI KIM <hello.ddubbu@gmail.com>"
|
|
18
|
-
],
|
|
19
|
-
"license": "MIT",
|
|
20
|
-
"bugs": {
|
|
21
|
-
"url": "https://github.com/peoplefund-tech/PurpleUI-WEB/issues"
|
|
22
|
-
},
|
|
23
|
-
"homepage": "https://github.com/peoplefund-tech/PurpleUI-WEB#readme",
|
|
24
|
-
"scripts": {
|
|
25
|
-
"build:before-release": "yarn lint && yarn lint:css && yarn tsc",
|
|
26
|
-
"release:major": "standard-version --release-as major",
|
|
27
|
-
"release:minor": "standard-version --release-as minor",
|
|
28
|
-
"release:patch": "standard-version --release-as patch",
|
|
29
|
-
"release:rc": "npx standard-version --prerelease rc",
|
|
30
|
-
"release:npm-test": "npx standard-version --prerelease npm-test",
|
|
31
|
-
"release:as": "standard-version --release-as",
|
|
32
|
-
"prepare": "husky install",
|
|
33
|
-
"tsc": "tsc",
|
|
34
|
-
"lint": "eslint 'src/**/*.{ts,tsx}'",
|
|
35
|
-
"lint:css": "stylelint 'src/**/*.{ts,tsx}'",
|
|
36
|
-
"storybook": "storybook dev -p 6006",
|
|
37
|
-
"storybook:build": "storybook build -o .build-storybook",
|
|
38
|
-
"generated-icon:tsc": "cd src/Icon && yarn tsc utils/svgr-cli.template.ts",
|
|
39
|
-
"generated-icon:svgr": "cd src/Icon && npx @svgr/cli --template utils/svgr-cli.template.js --config-file utils/.svgrrc svgs/*.svg --out-dir generated --ext tsx",
|
|
40
|
-
"generated-icon:export": "cd src/Icon && ts-node utils/generate-exports.ts",
|
|
41
|
-
"generated-icon:main": "yarn generated-icon:svgr && yarn generated-icon:export",
|
|
42
|
-
"test": "jest --testPathIgnorePatterns '<rootDir>/e2e'"
|
|
43
|
-
},
|
|
44
|
-
"lint-staged": {
|
|
45
|
-
"src/**/*.{ts,tsx}": [
|
|
46
|
-
"prettier --ignore-path ./.prettierignore --write",
|
|
47
|
-
"tsc-files --noEmit",
|
|
48
|
-
"eslint --fix",
|
|
49
|
-
"npm run lint:css"
|
|
50
|
-
]
|
|
51
|
-
},
|
|
52
|
-
"dependencies": {
|
|
53
|
-
"@emotion/core": "10.1.1",
|
|
54
|
-
"@emotion/css": "^11.9.0",
|
|
55
|
-
"@emotion/react": "^11.8.2",
|
|
56
|
-
"@emotion/styled": "^11.8.1",
|
|
57
|
-
"@emotion/styled-base": "^10.3.0",
|
|
58
|
-
"@tippyjs/react": "^4.2.6",
|
|
59
|
-
"@types/react": "^18.3.3",
|
|
60
|
-
"@types/react-dom": "^18.3.0",
|
|
61
|
-
"lottie-web": "^5.10.2",
|
|
62
|
-
"react": "^18.3.1",
|
|
63
|
-
"react-dom": "^18.3.1",
|
|
64
|
-
"react-intersection-observer": "^9.4.3",
|
|
65
|
-
"react-router-dom": "^6.11.1",
|
|
66
|
-
"rifm": "^0.12.1"
|
|
67
|
-
},
|
|
68
|
-
"devDependencies": {
|
|
69
|
-
"@babel/cli": "^7.22.10",
|
|
70
|
-
"@babel/core": "^7.22.10",
|
|
71
|
-
"@babel/preset-env": "^7.18.6",
|
|
72
|
-
"@babel/preset-react": "^7.18.6",
|
|
73
|
-
"@babel/preset-typescript": "^7.18.6",
|
|
74
|
-
"@storybook/addon-essentials": "^8.1.10",
|
|
75
|
-
"@storybook/addon-interactions": "^8.1.10",
|
|
76
|
-
"@storybook/addon-links": "^8.1.10",
|
|
77
|
-
"@storybook/blocks": "^8.1.10",
|
|
78
|
-
"@storybook/react": "^8.1.10",
|
|
79
|
-
"@storybook/react-webpack5": "^8.1.10",
|
|
80
|
-
"@storybook/testing-library": "^0.2.0",
|
|
81
|
-
"@types/jest": "^27.1.5",
|
|
82
|
-
"aws-sdk": "^2.1366.0",
|
|
83
|
-
"babel-loader": "^8.2.5",
|
|
84
|
-
"core-js": "^3.23.4",
|
|
85
|
-
"css-loader": "^6.7.1",
|
|
86
|
-
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
87
|
-
"html-webpack-plugin": "^5.5.0",
|
|
88
|
-
"husky": "^8.0.3",
|
|
89
|
-
"lint-staged": "^13.2.1",
|
|
90
|
-
"mini-css-extract-plugin": "^2.7.6",
|
|
91
|
-
"standard-version": "^9.5.0",
|
|
92
|
-
"storybook": "^8.1.10",
|
|
93
|
-
"style-loader": "^3.3.1",
|
|
94
|
-
"stylelint": "^14.8.5",
|
|
95
|
-
"stylelint-config-recommended": "^9.0.0",
|
|
96
|
-
"stylelint-config-styled-components": "^0.1.1",
|
|
97
|
-
"stylelint-processor-styled-components": "^1.10.0",
|
|
98
|
-
"terser-webpack-plugin": "^5.3.3",
|
|
99
|
-
"ts-jest": "^27.1.5",
|
|
100
|
-
"ts-node": "^10.9.1",
|
|
101
|
-
"tsc-files": "^1.1.3",
|
|
102
|
-
"typescript": "^4.7.4",
|
|
103
|
-
"webpack": "^5.73.0",
|
|
104
|
-
"webpack-bundle-analyzer": "^4.9.0",
|
|
105
|
-
"webpack-cli": "^4.10.0",
|
|
106
|
-
"webpack-dev-server": "^4.9.3",
|
|
107
|
-
"webpack-merge": "^5.8.0"
|
|
108
|
-
},
|
|
109
|
-
"optionalDependencies": {
|
|
110
|
-
"@commitlint/config-conventional": "^17.7.0",
|
|
111
|
-
"@emotion/babel-preset-css-prop": "^11.11.0",
|
|
112
|
-
"@emotion/eslint-plugin": "^11.7.0",
|
|
113
|
-
"@testing-library/jest-dom": "^5.16.5",
|
|
114
|
-
"@testing-library/react": "^12.1.5",
|
|
115
|
-
"@testing-library/user-event": "^14.4.3",
|
|
116
|
-
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
117
|
-
"@typescript-eslint/parser": "^5.30.0",
|
|
118
|
-
"eslint": "^8.38.0",
|
|
119
|
-
"eslint-config-prettier": "^8.5.0",
|
|
120
|
-
"eslint-plugin-import": "^2.25.3",
|
|
121
|
-
"eslint-plugin-jest": "^26.1.4",
|
|
122
|
-
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
123
|
-
"eslint-plugin-prettier": "^4.2.1",
|
|
124
|
-
"eslint-plugin-react": "^7.33.1",
|
|
125
|
-
"eslint-plugin-react-hooks": "^4.5.0",
|
|
126
|
-
"eslint-plugin-testing-library": "^5.3.1",
|
|
127
|
-
"identity-obj-proxy": "^3.0.0",
|
|
128
|
-
"jest": "^27.5.1"
|
|
129
|
-
},
|
|
130
|
-
"eslintConfig": {
|
|
131
|
-
"extends": [
|
|
132
|
-
"react-app",
|
|
133
|
-
"prettier"
|
|
134
|
-
],
|
|
135
|
-
"rules": {
|
|
136
|
-
"react/prefer-stateless-function": 0,
|
|
137
|
-
"react/jsx-filename-extension": 0,
|
|
138
|
-
"react/jsx-one-expression-per-line": 0,
|
|
139
|
-
"react/prop-types": 0
|
|
140
|
-
},
|
|
141
|
-
"env": {
|
|
142
|
-
"browser": true
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
"resolutions": {
|
|
146
|
-
"remark-mdx": "1.6.22",
|
|
147
|
-
"@mdx-js/mdx": "^1.6.16",
|
|
148
|
-
"jackspeak": "2.1.1"
|
|
149
|
-
},
|
|
150
|
-
"browserslist": {
|
|
151
|
-
"production": [
|
|
152
|
-
">0.2%",
|
|
153
|
-
"not dead",
|
|
154
|
-
"not op_mini all"
|
|
155
|
-
],
|
|
156
|
-
"development": [
|
|
157
|
-
"last 1 chrome version",
|
|
158
|
-
"last 1 firefox version",
|
|
159
|
-
"last 1 safari version"
|
|
160
|
-
]
|
|
161
|
-
},
|
|
162
|
-
"jest": {
|
|
163
|
-
"roots": [
|
|
164
|
-
"<rootDir>/src"
|
|
165
|
-
],
|
|
166
|
-
"setupFilesAfterEnv": [
|
|
167
|
-
"<rootDir>/src/setupTests.ts"
|
|
168
|
-
],
|
|
169
|
-
"testMatch": [
|
|
170
|
-
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
|
|
171
|
-
],
|
|
172
|
-
"transform": {
|
|
173
|
-
"^.+\\.(ts|tsx)?$": "ts-jest",
|
|
174
|
-
"^.+\\.(js|jsx)?$": "babel-jest"
|
|
175
|
-
},
|
|
176
|
-
"moduleNameMapper": {
|
|
177
|
-
"\\.(css|less|scss|sass)$": "identity-obj-proxy"
|
|
178
|
-
},
|
|
179
|
-
"testEnvironment": "jsdom"
|
|
180
|
-
}
|
|
181
|
-
}
|