-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
171 lines (171 loc) · 6.46 KB
/
package.json
File metadata and controls
171 lines (171 loc) · 6.46 KB
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
{
"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": {
"test": "jest -c ./config/jest.config.js",
"test:watch": "jest -c ./config/jest.config.js --watchAll",
"build": "npm-run-all prebuild build:legacy build:modern build:node build:stable build:copy-files",
"build:legacy": "node ./scripts/build legacy",
"build:modern": "node ./scripts/build modern",
"build:node": "node ./scripts/build node",
"build:stable": "node ./scripts/build stable",
"build:stable:watch": "node ./scripts/build stable --watch",
"build:copy-files": "node ./scripts/copy-files.js",
"lint": "npm-run-all :lint:eslint :lint:prettier",
":lint:eslint": "eslint --ext .js,.jsx,.ts,.tsx -c .eslintrc.js --max-warnings 0 --fix --format=pretty ./src",
":lint:prettier": "prettier ** --check",
"prebuild": "rimraf build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"deploy-storybook": "storybook-to-ghpages --dry-run",
"icons:create": "npx @svgr/cli --config-file ./config/.svgrrc.js -d ./src/components/Atomic/Icon/components ./src/components/Atomic/Icon/assets",
":generate:theme:raw": "NODE_ENV=production BABEL_ENV=production babel ./src/components/Atomic/_theme/ -d build/lib/theme --extensions .ts,.js,.tsx,.jsx,",
":generate:theme:colors": "NODE_ENV=production BABEL_ENV=production babel ./src/components/Atomic/_utils/colors.ts --out-file build/lib/_utils/colors.js --extensions .ts,.js,.tsx,.jsx,",
":generate:theme:build": "node ./scripts/build.theme.js",
":generate:theme:clean": "rimraf ./build/lib",
":generate:theme": "npm-run-all :generate:theme:raw :generate:theme:colors :generate:theme:build :generate:theme:clean"
},
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/runtime": "^7.22.15",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/babel-preset-css-prop": "^11.11.0",
"@emotion/cache": "^11.11.0",
"@emotion/css": "^11.11.2",
"@emotion/eslint-plugin": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@floating-ui/react": "^0.26.0",
"@floating-ui/react-dom": "^2.0.2",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@mdx-js/react": "^2.3.0",
"@opentelemetry/api": "^1.6.0",
"@opentelemetry/context-zone": "^1.17.0",
"@opentelemetry/core": "^1.17.0",
"@opentelemetry/instrumentation": "^0.43.0",
"@opentelemetry/instrumentation-fetch": "^0.43.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.43.0",
"@opentelemetry/sdk-trace-base": "^1.17.0",
"@opentelemetry/sdk-trace-web": "^1.17.0",
"@storybook/addons": "^7.4.5",
"@types/convert-units": "^2.3.7",
"@types/lodash": "^4.14.199",
"@types/node": "^18.16.17",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.6",
"@types/react-table": "^7.7.15",
"@types/react-transition-group": "^4.4.6",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"axios": "^1.5.0",
"babel-jest": "^29.5.0",
"bootstrap": "^5.3.2",
"classnames": "^2.3.2",
"detect-browser": "^5.3.0",
"framer-motion": "^10.16.4",
"jest-sonar-reporter": "^2.0.0",
"jsoneditor": "^9.10.3",
"lodash": "^4.17.21",
"oidc-react": "^3.2.2",
"random-words": "^2.0.0",
"rc-scrollbars": "^1.1.6",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-avatar": "^5.0.3",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.46.2",
"react-intl": "^5.25.1",
"react-merge-refs": "^2.0.2",
"react-resize-detector": "^9.1.0",
"react-responsive": "^9.0.2",
"react-select": "^5.7.5",
"react-spinners": "^0.13.8",
"react-table": "^7.8.0",
"react-toastify": "^9.1.3",
"react-transition-group": "^4.4.5",
"swiper": "^10.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^4.9.5",
"units-converter": "^1.0.3"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/plugin-transform-runtime": "^7.22.15",
"@emotion/jest": "^11.11.0",
"@storybook/addon-actions": "^7.4.5",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-interactions": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/addon-styling": "^1.3.7",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^7.4.5",
"@storybook/react-webpack5": "^7.4.5",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/testing-library": "^0.2.1",
"@svgr/cli": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"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": "^6.8.1",
"eslint": "8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.14",
"eslint-plugin-testing-library": "^6.0.2",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"postcss-modules": "^6.0.0",
"prettier": "^3.0.3",
"prop-types": "^15.8.1",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^5.0.2",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"storybook": "^7.4.0",
"storybook-addon-themes": "^6.1.0",
"style-loader": "^3.3.3",
"ts-jest": "^29.1.1",
"util": "^0.12.5",
"uuid": "^9.0.1",
"webpack": "^5.88.2",
"yargs": "^17.7.2"
},
"sideEffects": false
}