This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
204 lines (204 loc) · 6.93 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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
{
"name": "@teamleader/ui",
"description": "Teamleader UI library",
"version": "25.0.4",
"author": "Teamleader <development@teamleader.eu>",
"bugs": {
"url": "https://github.com/teamleadercrm/ui/issues"
},
"contributors": [
"Dries Decramer <dries.decramer@teamleader.eu>",
"Nick Waelkens <nick.waelkens@teamleader.eu>",
"Lowie Benoot <lowie.benoot@teamleader.eu>",
"Kevin Waelkens <kevin.waelkens@teamleader.eu>",
"Lennert Blommaert <lennert.blommaert@teamleader.eu>",
"Tarald Rotsaert <tarald.rotsaert@teamleader.eu>",
"Bert Coppens <bert.coppens@teamleader.eu>",
"Mike Verfaillie <mike@teamleader.eu>",
"Lennert Claeys <lennert.claeys@teamleader.eu>",
"Stefaan De Vylder <stefaan.devylder@teamleader.eu>",
"Jakub Kovacik <jakub.kovacik@teamleader.eu>",
"Enis Krasniqi <enis.krasniqi@teamleader.eu>",
"Joren Saey <joren.saey@teamleader.eu>"
],
"files": [
"cjs",
"es",
"postcss.config.js",
"dist"
],
"types": "./dist/types/index.d.ts",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@teamleader/ui-animations": "^0.0.3",
"@teamleader/ui-colors": "^2.0.0",
"@teamleader/ui-icons": "^2.1.0",
"@teamleader/ui-illustrations": "^1.10.0",
"@teamleader/ui-typography": "^2.0.2",
"@teamleader/ui-utilities": "^0.2.2",
"classnames": "^2.2.5",
"draft-js": "0.11.7",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"lodash.throttle": "^4.1.1",
"lodash.without": "^4.4.0",
"luxon": "^3.4.3",
"prop-types": "^15.8.1",
"react-day-picker": "^7.4.10",
"react-draft-wysiwyg": "^1.14.7",
"react-input-mask": "^2.0.4",
"react-resize-detector": "^9.1.0",
"react-select": "5.7.0",
"react-transition-group": "^4.2.1",
"smoothscroll-polyfill": "^0.4.4"
},
"peerDependencies": {
"postcss": "^8.2.0",
"postcss-custom-media": "^9.1.1",
"postcss-each": "^0.10.0",
"postcss-import": "^15.0.0",
"postcss-nested": "^6.0.0",
"postcss-preset-env": "^8.0.0",
"postcss-pseudoelements": "^5.0.0",
"postcss-reporter": "^7.0.2",
"react": "^16 || ^17",
"react-dom": "^16 || ^17"
},
"devDependencies": {
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.12.5",
"@babel/preset-typescript": "^7.16.7",
"@csstools/postcss-global-data": "^2.0.1",
"@storybook/addon-backgrounds": "7.0.27",
"@storybook/addon-controls": "^7.0.27",
"@storybook/addon-designs": "^7.0.0",
"@storybook/addon-docs": "^7.0.27",
"@storybook/addon-mdx-gfm": "7.5.1",
"@storybook/addon-styling": "^1.3.2",
"@storybook/addons": "7.0.27",
"@storybook/react": "7.0.27",
"@storybook/react-webpack5": "7.0.27",
"@storybook/theming": "^7.0.27",
"@storybook/ui": "6.5.16",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.3",
"@types/lodash.omit": "^4.5.7",
"@types/lodash.pick": "^4.4.7",
"@types/lodash.throttle": "^4.1.7",
"@types/lodash.without": "^4.4.6",
"@types/luxon": "^3.0.1",
"@types/node": "^20.5.9",
"@types/react": "^17",
"@types/react-dom": "^17",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-input-mask": "^2.0.4",
"@types/smoothscroll-polyfill": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"babel-loader": "^9.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"chromatic": "^7.1.0",
"css-loader": "^6.5.1",
"eslint": "^8.6.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-react": "^13.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-standard": "^5.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^6.0.0",
"husky": "^8.0.1",
"identity-obj-proxy": "^3.0.0",
"image-webpack-loader": "^8.0.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"json-loader": "^0.5.4",
"moment": "^2.22.2",
"postcss": "^8.4.5",
"postcss-cli": "^10.0.0",
"postcss-custom-media": "^9.1.1",
"postcss-each": "0.10.0",
"postcss-import": "^15.0.0",
"postcss-loader": "^7.0.1",
"postcss-nested": "^6.0.0",
"postcss-preset-env": "9.1.1",
"postcss-pseudoelements": "^5.0.0",
"postcss-reporter": "^7.0.5",
"prettier": "3.0.3",
"pretty-quick": "3.1.3",
"proptypes": "^1.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^4.1.1",
"storybook": "7.0.27",
"style-loader": "^3.3.1",
"typescript": "^4.6.3",
"webpack": "^5.65.0"
},
"directories": {
"doc": "docs"
},
"homepage": "https://github.com/teamleadercrm/ui#readme",
"keywords": [
"teamleader",
"ui"
],
"license": "MIT",
"main": "cjs/index.js",
"module": "es/index.js",
"engines": {
"node": "^14.15.0 || >=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teamleadercrm/ui.git"
},
"sideEffects": [
"cjs/**/*.css",
"es/**/*.css"
],
"browserslist": ">0.5%, not op_mini all",
"scripts": {
"build:css": "postcss ./src/**/*.css --base src --dir ./es && cp -R ./es ./cjs",
"build:js": "yarn build:es; yarn build:cjs",
"build:cjs": "NODE_ENV=cjs babel src --extensions '.js,.ts,.tsx' --out-dir cjs",
"build:es": "NODE_ENV=es babel src --extensions '.js,.ts,.tsx' --out-dir es",
"build": "rimraf es && rimraf cjs && rimraf ./dist/types && yarn build-types && yarn build:css && yarn build:js",
"compile": "storybook build -o dist",
"lint:clean": "yarn lint && rimraf dist",
"deploy:prod": "yarn lint:clean && NODE_ENV=production yarn compile",
"lint": "eslint ./src",
"lint:fix": "yarn lint --fix",
"prettier": "prettier --write './{src,.storybook}/**/*.{js,json,md,css}'",
"prepublishOnly": "yarn build",
"start": "PORT=${PORT:-3000}; storybook dev --port $PORT",
"test": "jest --config jest.config.js",
"test:watch": "yarn test --watch",
"build-storybook": "storybook build",
"chromatic:storybook": "PORT=${PORT:-3000}; CHROMATIC=true storybook dev --port $PORT",
"chromatic": "CHROMATIC=true chromatic",
"check-types": "tsc --noEmit",
"check-types:watch": "yarn check-types --watch",
"build-types": "tsc -p ./tsconfig.build.json"
},
"resolutions": {
"@types/react": "^17.0.45"
}
}