forked from sumup-oss/circuit-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
160 lines (160 loc) · 5.56 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
{
"name": "@sumup/circuit-ui",
"sideEffects": false,
"version": "0.0.0-semantically-released",
"description": "SumUp's React UI component library",
"main": "lib/index.js",
"module": "lib/es/index.js",
"files": [
"lib",
"README.md"
],
"scripts": {
"commit": "git-cz",
"fix": "yarn fix:eslint",
"fix:eslint": "foundry run eslint --fix --quiet src/**/**/*.js",
"test": "yarn test:lint-js && yarn test:unit",
"test:lint-js": "foundry run eslint --cache --quiet \"src/**/*.js\"",
"test:lint-js:watch": "onchange \"src/**/*.js\" -- yarn test:lint-js",
"test:unit": "jest --coverage --silent",
"test:unit:watch": "yarn test:unit:output --watch",
"test:unit:output": "jest --json --outputFile=jest-test-results.json",
"create-component": "foundry run plop component",
"static-styles": "cross-env BABEL_ENV=static babel-node ./scripts/static-styles/cli.js",
"prestart": "yarn test:unit:output",
"start": "start-storybook -p 6006 -s .storybook/public",
"build": "yarn build:storybook && yarn build:stylesheets",
"prebuild:storybook": "yarn test:unit:output",
"build:storybook": "build-storybook -c .storybook -o dist -s .storybook/public",
"build:stylesheets": "mkdir -p dist/static && yarn static-styles --global --filePath=./dist/static/circuit-ui-v1.css",
"build:js": "yarn clean:js && yarn build:js:cjs && yarn build:js:es",
"build:js:cjs": "cross-env BABEL_ENV=cjs babel src --out-dir lib --ignore *.spec.js,*.story.js,*.docs.mdx",
"build:js:es": "cross-env BABEL_ENV=es babel src --out-dir lib/es --ignore *.spec.js,*.story.js,*.docs.mdx",
"clean:js": "rimraf lib",
"predeploy": "rm -rf ./dist && yarn build && cp ./src/CNAME ./dist/CNAME",
"deploy": "gh-pages -d dist",
"prerelease": "yarn build:js",
"release": "semantic-release",
"coverage:upload": "codecov",
"prepublishOnly": "yarn build:js",
"check:security": "audit-ci --critical",
"check:licenses": "license-checker --production --summary --failOn=GPLv3"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": "./.cz-config.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/sumup-oss/circuit-ui.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sumup-oss/circuit-ui/issues"
},
"homepage": "https://github.com/sumup-oss/circuit-ui#readme",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.4.0",
"@babel/node": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@emotion/babel-preset-css-prop": "^10.0.9",
"@emotion/cache": "^10.0.19",
"@emotion/stylis": "^0.8.4",
"@storybook/addon-a11y": "^5.2.0",
"@storybook/addon-actions": "^5.2.0",
"@storybook/addon-docs": "^5.2.4",
"@storybook/addon-jest": "^5.2.0",
"@storybook/addon-knobs": "^5.2.0",
"@storybook/addon-links": "^5.2.0",
"@storybook/addon-storyshots": "^5.2.5",
"@storybook/addon-storysource": "^5.2.0",
"@storybook/addon-viewport": "^5.2.4",
"@storybook/addons": "^5.2.0",
"@storybook/react": "^5.2.0",
"@storybook/source-loader": "^5.2.4",
"@sumup/foundry": "^1.5.0",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.4",
"@testing-library/react-hooks": "^2.0.1",
"@testing-library/user-event": "^7.0.1",
"audit-ci": "^2.1.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.5.0",
"babel-loader": "^8.0.5",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-react-docgen": "^3.0.0",
"codecov": "^3.2.0",
"component-playground": "^3.2.1",
"cross-env": "^5.2.0",
"eslint-plugin-prettier": "^3.1.0",
"expect": "^24.5.0",
"gh-pages": "^2.0.1",
"husky": "^1.3.1",
"jest": "^24.5.0",
"jest-axe": "^3.1.1",
"jest-cli": "^24.5.0",
"jest-emotion": "^10.0.10",
"license-checker": "^25.0.1",
"onchange": "^5.2.0",
"postcss-loader": "^3.0.0",
"postcss-object-fit-images": "^1.1.2",
"prettier": "1.16.4",
"prettier-eslint": "^8.8.2",
"react-test-renderer": "^16.8.6",
"require-context.macro": "^1.2.2",
"style-loader": "^0.23.1",
"webpack-merge": "^4.2.1",
"yargs": "^14.0.0"
},
"dependencies": {
"@emotion/core": "^10.0.10",
"@emotion/is-prop-valid": "^0.8.2",
"@emotion/styled": "^10.0.10",
"babel-plugin-inline-react-svg": "^1.1.0",
"commitizen": "^3.0.5",
"css-loader": "^2.1.1",
"cz-customizable": "^5.3.0",
"cz-customizable-ghooks": "^1.5.0",
"dom-helpers": "^3.4.0",
"downshift": "^1.31.14",
"emotion-theming": "^10.0.10",
"facepaint": "^1.2.0",
"hoist-non-react-statics": "^3.3.0",
"keycode": "^2.2.0",
"lint-staged": "^8.1.5",
"lodash": "^4.17.11",
"markdown-to-jsx": "^6.9.3",
"moment": "^2.24.0",
"no-scroll": "^2.1.1",
"polished": "^3.1.0",
"prop-types": "^15.7.2",
"prop-types-exact": "^1.2.0",
"react": "^16.8.6",
"react-dates": "^16.6.1",
"react-dom": "^16.8.6",
"react-event-listener": "^0.6.6",
"react-modal": "^3.8.1",
"react-popper": "^1.3.3",
"react-text-mask": "5.4.3",
"react-transition-group": "^2.7.1",
"react-with-styles": "^3.2.1",
"recompose": "^0.30.0",
"text-mask-addons": "^3.8.0",
"tiny-warning": "^1.0.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}