You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.0 KiB
37 lines
1.0 KiB
3 years ago
|
{
|
||
|
"name": "styled-system",
|
||
|
"version": "5.1.5",
|
||
|
"description": "Responsive, theme-based style props for building design systems with React",
|
||
|
"main": "dist/index.js",
|
||
|
"module": "dist/index.esm.js",
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"css-in-js",
|
||
|
"styled-components",
|
||
|
"emotion"
|
||
|
],
|
||
|
"author": "Brent Jackson",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"@styled-system/background": "^5.1.2",
|
||
|
"@styled-system/border": "^5.1.5",
|
||
|
"@styled-system/color": "^5.1.2",
|
||
|
"@styled-system/core": "^5.1.2",
|
||
|
"@styled-system/flexbox": "^5.1.2",
|
||
|
"@styled-system/grid": "^5.1.2",
|
||
|
"@styled-system/layout": "^5.1.2",
|
||
|
"@styled-system/position": "^5.1.2",
|
||
|
"@styled-system/shadow": "^5.1.2",
|
||
|
"@styled-system/space": "^5.1.2",
|
||
|
"@styled-system/typography": "^5.1.2",
|
||
|
"@styled-system/variant": "^5.1.5",
|
||
|
"object-assign": "^4.1.1"
|
||
|
},
|
||
|
"gitHead": "629fa1a080fb71c0f966c79539aa4c5fd92f2f74",
|
||
|
"devDependencies": {
|
||
|
"@emotion/styled": "^10.0.14",
|
||
|
"jest-styled-components": "^7.0.0",
|
||
|
"styled-components": "^5.0.0"
|
||
|
}
|
||
|
}
|