forked from commercetools/ui-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
185 lines (185 loc) Β· 7.09 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
{
"name": "ui-kit",
"version": "0.0.0",
"description": "UI component library based on our Design System",
"homepage": "https://uikit.commercetools.com/",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
"url": "https://github.com/commercetools/ui-kit.git"
},
"private": true,
"license": "MIT",
"keywords": ["javascript", "frontend", "ui-kit", "design-system", "react"],
"files": ["dist"],
"sideEffects": false,
"scripts": {
"auth": "npm_config_registry=https://registry.npmjs.org npm whoami",
"clean": "lerna exec 'rm -rf dist'",
"generate-icons": "node ./scripts/generate-icon-exports.js",
"design-tokens:build": "yarn --cwd design-system build:tokens",
"design-tokens:build:watch": "yarn --cwd design-system build:tokens:watch",
"prebuild": "yarn generate-icons && yarn design-tokens:build",
"prestorybook:start": "node ./scripts/generate-icon-exports.js && yarn design-tokens:build",
"storybook:build": "NODE_ENV=production build-storybook -o public -s docs/assets",
"build": "NODE_ENV=production lerna run build --concurrency 6 --no-private",
"now-build": "yarn storybook:build",
"start": "yarn storybook:start",
"storybook:start": "start-storybook -p 9002 -s docs/assets",
"i18n:build": "node scripts/extract-intl.js --output-path=$(pwd)/packages/i18n/data '{packages,src/components}/**/!(*.spec).js'",
"lint": "jest --projects jest.eslint.config.js",
"lint:js": "jest --config jest.eslint.config.js",
"lint:css": "jest --config jest.stylelint.config.js",
"format:js": "prettier --write '**/*.js'",
"format:md": "prettier --write --parser markdown '**/*.md'",
"format:yaml": "prettier --write --parser yaml '**/*.yaml'",
"test": "jest --config jest.test.config.js",
"test:watch": "jest --config jest.test.config.js --watch",
"test:bundle": "jest --config jest.bundle.config.js",
"test:visual": "jest --config jest.visual.config.js --runInBand",
"vrt:components": "percy exec -- yarn test:visual",
"bundlesize": "bundlesize",
"test:bundle:watch": "jest --config jest.bundle.config.js --watch",
"changeset": "changeset",
"release:from-next-to-latest": "lerna exec --no-bail --no-private --no-sort --stream -- '[ -n \"$(npm v . dist-tags.next)\" ] && npm dist-tag add ${LERNA_PACKAGE_NAME}@$(npm v . dist-tags.next) latest'",
"visual-testing-app:build": "yarn --cwd visual-testing-app build",
"visual-testing-app:build:watch": "yarn --cwd visual-testing-app build:watch",
"visual-testing-app:serve": "yarn --cwd visual-testing-app start",
"labels:sync": "github-labels sync"
},
"workspaces": {
"packages": [
"design-system",
"packages/**/*",
"presets/*",
"visual-testing-app"
],
"nohoist": ["react-virtualized/dom-helpers"]
},
"devDependencies": {
"@babel/core": "7.10.5",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-export-default-from": "7.10.4",
"@babel/plugin-proposal-export-namespace-from": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.10.4",
"@babel/plugin-transform-destructuring": "7.10.4",
"@babel/plugin-transform-react-constant-elements": "7.10.4",
"@babel/plugin-transform-runtime": "7.10.5",
"@babel/preset-env": "7.10.4",
"@babel/preset-react": "7.10.4",
"@changesets/changelog-github": "0.2.6",
"@changesets/cli": "2.9.2",
"@commercetools/enzyme-extensions": "5.0.0",
"@commercetools/github-labels": "1.1.0",
"@commercetools/jest-enzyme-matchers": "1.1.2",
"@commitlint/cli": "9.1.1",
"@commitlint/config-conventional": "9.1.1",
"@emotion/babel-preset-css-prop": "10.0.27",
"@percy/puppeteer": "1.1.0",
"@storybook/addon-a11y": "5.3.19",
"@storybook/addon-actions": "5.3.19",
"@storybook/addon-contexts": "5.3.19",
"@storybook/addon-info": "5.3.19",
"@storybook/addon-knobs": "5.3.19",
"@storybook/addon-links": "5.3.19",
"@storybook/addon-options": "5.3.19",
"@storybook/addon-storysource": "5.3.19",
"@storybook/react": "5.3.19",
"@storybook/theming": "5.3.19",
"@svgr/core": "5.4.0",
"@svgr/plugin-jsx": "5.4.0",
"@svgr/plugin-svgo": "5.0.1",
"@testing-library/jest-dom": "5.11.1",
"@testing-library/react": "10.4.7",
"@testing-library/react-hooks": "3.3.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.1.0",
"babel-loader": "8.1.0",
"babel-plugin-module-rewrite": "0.2.0",
"babel-plugin-react-intl": "7.8.2",
"babel-plugin-transform-dynamic-import": "2.1.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"browserslist": "4.13.0",
"bundlesize": "0.18.0",
"colors": "1.4.0",
"common-tags": "1.8.0",
"conventional-changelog-cli": "2.0.34",
"cross-env": "7.0.2",
"emotion-theming": "10.0.27",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"enzyme-to-json": "3.5.0",
"eslint": "7.5.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-formatter-pretty": "4.0.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "23.18.0",
"eslint-plugin-jest-dom": "3.1.4",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prefer-object-spread": "1.2.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.3",
"eslint-plugin-react-hooks": "4.0.8",
"formik": "2.1.5",
"glob": "7.1.6",
"global": "4.4.0",
"history": "5.0.0",
"html-loader": "1.1.0",
"husky": "4.2.5",
"identity-obj-proxy": "3.0.0",
"intl-pluralrules": "1.2.0",
"jest": "26.1.0",
"jest-environment-jsdom-sixteen": "1.0.3",
"jest-enzyme": "7.1.2",
"jest-localstorage-mock": "2.4.3",
"jest-puppeteer": "4.4.0",
"jest-runner-eslint": "0.10.0",
"jest-runner-stylelint": "2.3.5",
"jest-silent-reporter": "0.2.1",
"jest-validate": "26.1.0",
"jest-watch-master": "1.0.0",
"jest-watch-typeahead": "0.6.0",
"json-loader": "0.5.7",
"lerna": "3.22.1",
"lint-staged": "10.2.11",
"markdown-loader": "5.1.0",
"moment": "2.27.0",
"moment-locales-webpack-plugin": "1.2.0",
"moment-timezone": "0.5.31",
"mri": "1.1.6",
"omit-empty": "1.0.0",
"postcss": "7.0.32",
"postcss-value-parser": "4.1.0",
"pptr-testing-library": "0.4.0",
"prettier": "2.0.5",
"puppeteer": "5.2.0",
"qs": "6.9.4",
"rcfile": "1.0.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-intl": "5.3.2",
"react-router-dom": "5.2.0",
"react-value": "0.2.0",
"read-pkg-up": "7.0.1",
"replace": "1.2.0",
"rimraf": "3.0.2",
"rollup": "2.22.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-cleanup": "3.1.1",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-replace": "2.2.0",
"shelljs": "0.8.4",
"storybook-readme": "5.0.8",
"stylelint": "13.6.1",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-standard": "20.0.0",
"stylelint-order": "4.1.0",
"yaml": "1.10.0",
"yaml-loader": "0.6.0"
},
"resolutions": {
"**/core-js-compat": "3.6.5"
}
}