This repository has been archived by the owner on Dec 12, 2019. It is now read-only.
forked from priceline/design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.42 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
{
"name": "@knotel/cinderblock",
"version": "0.1.2",
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^5.0.8",
"@storybook/addon-info": "^5.0.8",
"@storybook/react": "^5.0.8",
"@storybook/storybook-deployer": "^2.8.1",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.5",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.9.1",
"husky": "^1.3.1",
"jest": "^24.1.0",
"jest-styled-components": "^6.2.1",
"lerna": "^3.13.2",
"lint-staged": "^8.1.3",
"prettier": "^1.16.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-testing-library": "^5.2.3",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-babel-runtime-external": "^2.0.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-filesize": "^6.0.1",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"styled-components": "^3.4.10"
},
"jest": {
"setupFilesAfterEnv": [
"./test-setup.js"
],
"coverageReporters": [
"lcov",
"html"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"dist"
],
"coverageThreshold": {
"global": {
"branches": 90,
"functions": 90,
"lines": 90,
"statements": 90
}
},
"testMatch": [
"<rootDir>/packages/**/test/**/*.js"
]
},
"lint-staged": {
"*.{js,md}": [
"prettier --no-semi --single-quote --write",
"git add"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/knotel/cinderblock.git"
},
"bugs": {
"url": "https://github.com/knotel/cinderblock/issues"
},
"homepage": "https://knotel.github.io/cinderblock",
"dependencies": {
"@babel/cli": "^7.2.3",
"@reach/component-component": "^0.1.1",
"@reach/dialog": "^0.1.2",
"@svgr/cli": "^4.1.0",
"camelcase": "^5.0.0",
"cat-names": "^2.0.0",
"downshift": "^3.2.6",
"enzyme-theme-utils": "^2.0.1",
"lodash.upperfirst": "^4.3.1",
"pcln-design-system": "^2.0.4",
"polished": "^3.2.0",
"prop-types": "^15.7.2",
"rc-slider": "^8.6.3",
"react-collapsible": "^2.6.0",
"react-swipeable": "4.3.0",
"react-tabs": "^3.0.0",
"react-test-renderer": "^16.8.6",
"react-transition-group": "^2.5.3",
"styled-system": "^3.2.1",
"stylis": "^3.4.9",
"us": "^2.0.0"
}
}