-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
190 lines (190 loc) · 6.81 KB
/
package.json
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
"name": "@plgd/shared-ui",
"version": "1.1.0",
"private": true,
"author": "plgd",
"description": "React components that implement plgd's design.",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
"plgd"
],
"scripts": {
":pretest": "npm-run-all test lint",
"test": "jest -c ./config/jest.config.js",
"test:watch": "jest -c ./config/jest.config.js --watchAll",
"lint": "npm-run-all :lint:eslint :lint:prettier",
":lint:eslint": "eslint --ext .js,.jsx,.ts,.tsx -c .eslintrc.js --max-warnings 0 ./src",
":lint:eslint:gh": "eslint --ext .js,.jsx,.ts,.tsx -c .eslintrc.js --max-warnings 0 --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif ./src",
":lint:prettier": "prettier ./src --check",
"icons:create": "npx @svgr/cli --config-file ./config/.svgrrc.js -d ./src/components/Atomic/Icon/components ./src/components/Atomic/Icon/assets",
":generate:theme:build": "node ./scripts/build.theme.js",
":generate:theme:clean": "rimraf ./build/lib",
":generate:theme": "npm-run-all :generate:theme:build :generate:theme:clean",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test:storybook": "npx playwright test",
"test:storybook:ui": "npx playwright test --ui",
"test:storybook:debug": "npx playwright test --debug",
"test:storybook:updateSnapshots": "npx playwright test --update-snapshots",
"test:storybook:report": "npx playwright show-report"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@emotion/babel-plugin": "^11.12.0",
"@emotion/babel-preset-css-prop": "^11.12.0",
"@emotion/cache": "^11.13.1",
"@emotion/css": "^11.13.0",
"@emotion/eslint-plugin": "^11.12.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@floating-ui/react": "^0.26.21",
"@floating-ui/react-dom": "^2.1.1",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@hookform/resolvers": "^3.9.0",
"@lezer/highlight": "^1.2.0",
"@mdx-js/react": "^2.3.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/context-zone": "^1.25.1",
"@opentelemetry/core": "^1.25.1",
"@opentelemetry/instrumentation": "^0.51.1",
"@opentelemetry/instrumentation-fetch": "^0.51.1",
"@opentelemetry/instrumentation-xml-http-request": "^0.51.1",
"@opentelemetry/sdk-trace-base": "^1.25.1",
"@opentelemetry/sdk-trace-web": "^1.25.1",
"@types/convert-units": "^2.3.9",
"@types/dompurify": "^3.0.5",
"@types/lodash": "^4.17.0",
"@types/mustache": "^4.2.5",
"@types/node": "^18.16.17",
"@types/react": "^18.2.79",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.2.25",
"@types/react-helmet": "^6.1.11",
"@types/react-table": "^7.7.20",
"@types/react-transition-group": "^4.4.10",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.21.0",
"@uiw/codemirror-extensions-langs": "^4.23.0",
"@uiw/codemirror-themes": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"axios": "^1.7.3",
"babel-jest": "^29.7.0",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"detect-browser": "^5.3.0",
"dompurify": "^3.1.6",
"dotenv": "^16.4.5",
"framer-motion": "^10.16.5",
"jest-sonar-reporter": "^2.0.0",
"jsoneditor": "^9.10.5",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"oidc-react": "^3.2.2",
"pkijs": "^3.2.4",
"random-words": "^2.0.1",
"rc-scrollbars": "^1.1.6",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-avatar": "^5.0.3",
"react-bootstrap": "^2.10.4",
"react-color": "^2.19.3",
"react-datepicker": "^7.3.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.52.2",
"react-hook-form-persist": "^3.0.0",
"react-intl": "^5.25.1",
"react-merge-refs": "^2.1.1",
"react-resize-detector": "^9.1.0",
"react-responsive": "^9.0.2",
"react-select": "^5.8.0",
"react-spinners": "^0.14.1",
"react-table": "^7.8.0",
"react-toastify": "^9.1.3",
"react-transition-group": "^4.4.5",
"recoil": "^0.7.7",
"swiper": "^10.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^4.9.5",
"units-converter": "^1.0.3",
"usehooks-ts": "^3.1.0",
"vm-browserify": "^1.1.2"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/runtime": "^7.25.0",
"@chromatic-com/storybook": "^1.6.1",
"@emotion/jest": "^11.13.0",
"@playwright/test": "^1.46.0",
"@storybook/addon-essentials": "^8.2.7",
"@storybook/addon-interactions": "^8.2.7",
"@storybook/addon-links": "^8.2.7",
"@storybook/addon-themes": "^8.2.7",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.2.7",
"@storybook/react": "^8.2.7",
"@storybook/react-webpack5": "^8.2.7",
"@storybook/test": "^8.2.7",
"@svgr/cli": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.12",
"babel-loader": "^8.3.0",
"babel-plugin-inline-react-svg": "^2.0.2",
"babel-plugin-optimize-clsx": "^2.6.2",
"babel-preset-react-app": "^10.0.1",
"child_process": "^1.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.7.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-testing-library": "^6.2.2",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"husky": "^9.1.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"lint-staged": "^15.2.8",
"npm-run-all2": "^6.2.2",
"path": "^0.12.7",
"postcss-modules": "^6.0.0",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^5.0.5",
"sass": "^1.77.8",
"sass-loader": "^13.3.2",
"storybook": "^8.2.7",
"style-loader": "^3.3.3",
"ts-jest": "^29.2.4",
"util": "^0.12.5",
"uuid": "^9.0.1",
"webpack": "^5.93.0",
"yargs": "^17.7.2"
},
"sideEffects": false
}