forked from sumup-oss/circuit-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 4.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
{
"name": "circuit-ui",
"version": "0.0.1",
"description": "SumUp's React UI component library",
"main": "src/index.js",
"module": "src/index.js",
"scripts": {
"coverage:upload": "codecov",
"fix:eslint": "eslint --fix --quiet src/**/**/*.js",
"fix": "yarn fix:eslint",
"test": "yarn test:lint-js && yarn test:unit",
"test:ci": "yarn test:lint-js && yarn test:unit --runInBand",
"test:lint-js": "eslint --cache --quiet src/**/**/*.js",
"test:lint-js:watch": "onchange \"src/**/**/*.js\" -- yarn test:lint-js",
"test:unit:verbose": "jest --coverage --no-cache",
"test:unit": "yarn test:unit:verbose --silent",
"test:unit:watch": "yarn test:unit:output -- --watch",
"test:unit:output": "jest --json --outputFile=jest-test-results.json --no-cache --silent",
"create-component": "foundry run plop component",
"start": "yarn test:unit:output && start-storybook -p 6006",
"prebuild": "yarn test:unit:output",
"build": "yarn build:stylesheet && yarn build:global-styles && yarn build:copy-global-styles && yarn build:storybook",
"build:storybook": "build-storybook -c .storybook -o dist/storybook",
"build:stylesheet": "mkdir -p dist && BABEL_ENV=static node build/stylesheet > dist/circuit-ui.css",
"build:global-styles": "mkdir -p dist && ./build/global-styles > dist/circuit-ui-global.css",
"build:copy-global-styles": "cp -f dist/circuit-ui-global.css .storybook",
"deploy": "rm -rf ./dist && mkdir dist && yarn run docz:build && yarn build && cp ./src/CNAME ./dist/CNAME && gh-pages -d dist",
"precommit": "lint-staged",
"docz:dev": "docz dev",
"docz:build": "docz build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sumup/circuit-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sumup/circuit-ui/issues"
},
"homepage": "https://github.com/sumup/circuit-ui#readme",
"devDependencies": {
"@storybook/addon-a11y": "^3.4.0",
"@storybook/addon-actions": "^3.4.0",
"@storybook/addon-info": "^3.4.0",
"@storybook/addon-jest": "^3.4.0",
"@storybook/addon-knobs": "^3.4.3",
"@storybook/addon-links": "^3.4.0",
"@storybook/addon-options": "^3.4.0",
"@storybook/addon-storysource": "^3.4.0",
"@storybook/addons": "^3.4.0",
"@storybook/react": "^3.4.0",
"@sumup/foundry": "^0.0.8",
"babel-eslint": "^8.1.2",
"babel-jest": "^22.1.0",
"babel-loader": "^7.1.5",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-react-docgen": "^2.0.0-rc.1",
"babel-register": "^6.26.0",
"codecov": "^3.1.0",
"component-playground": "^3.2.0",
"create-emotion-styled": "^9.2.6",
"docz": "^0.9.2",
"docz-plugin-babel6": "^0.9.2",
"docz-theme-default": "^0.9.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "npm:enzyme-react-adapter-future",
"eslint-config-airbnb": "16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-formatter-pretty": "^1.3.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.4.0",
"expect": "^22.0.3",
"gh-pages": "^1.1.0",
"glob": "^7.1.2",
"husky": "^0.14.3",
"jest": "^22.0.4",
"jest-axe": "^2.1.1",
"jest-cli": "^22.0.4",
"jest-emotion": "^9.2.6",
"jest-enzyme": "^4.0.2",
"onchange": "^3.3.0",
"postcss-loader": "^2.0.9",
"postcss-object-fit-images": "^1.1.2",
"prettier": "1.10",
"prettier-eslint": "^8.7.0",
"react-docgen": "^2.21.0",
"react-docgen-annotation-resolver": "^1.0.0",
"react-svg-loader": "^2.1.0",
"react-test-renderer": "^16.2.0",
"storybook-addon-smart-knobs": "^3.2.10",
"style-loader": "^0.20.1",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"babel-plugin-emotion": "^9.2.6",
"babel-plugin-lodash": "^3.3.2",
"create-react-context": "^0.2.1",
"css-loader": "^0.28.9",
"dom-helpers": "^3.3.1",
"downshift": "^1.31.14",
"emotion": "^9.2.6",
"emotion-theming": "^9.2.6",
"facepaint": "^1.2.0",
"hoist-non-react-statics": "^2.3.1",
"keycode": "^2.2.0",
"lint-staged": "^7.1.3",
"lodash": "^4.17.4",
"markdown-to-jsx": "^6.6.5",
"moment": "^2.18.1",
"polished": "^1.9.0",
"prop-types": "^15.6.0",
"prop-types-exact": "^1.2.0",
"react": "^16.3.1",
"react-dates": "^16.6.1",
"react-dom": "^16.3.1",
"react-emotion": "^9.2.6",
"react-event-listener": "^0.6.2",
"react-modal": "^3.3.2",
"react-popper": "^1.0.0-beta.6",
"react-text-mask": "5.4.0",
"react-transition-group": "^2.4.0",
"react-with-styles": "^3.1.1",
"recompose": "^0.26.0",
"text-mask-addons": "^3.7.2",
"warning": "^4.0.1"
},
"lint-staged": {
"*.js": [
"eslint --cache"
]
}
}