59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "emotion-theming",
|
|
"version": "10.3.0",
|
|
"description": "A CSS-in-JS theming solution, inspired by styled-components",
|
|
"main": "dist/emotion-theming.cjs.js",
|
|
"module": "dist/emotion-theming.esm.js",
|
|
"types": "types/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"test:typescript": "dtslint types"
|
|
},
|
|
"repository": "https://github.com/emotion-js/emotion/tree/master/packages/emotion-theming",
|
|
"keywords": [
|
|
"react",
|
|
"theme",
|
|
"theming",
|
|
"emotion",
|
|
"cssinjs",
|
|
"css-in-js"
|
|
],
|
|
"author": "styled-components team",
|
|
"contributors": [
|
|
"Evan Scott <probablyup@gmail.com> (https://github.com/probablyup)"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/emotion-js/emotion/issues"
|
|
},
|
|
"homepage": "https://emotion.sh",
|
|
"devDependencies": {
|
|
"@emotion/core": "^10.3.0",
|
|
"@emotion/styled": "^10.3.0",
|
|
"@types/react": "^16.8.20",
|
|
"dtslint": "^0.3.0",
|
|
"react": "16.14.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.5.5",
|
|
"@emotion/weak-memoize": "0.2.5",
|
|
"hoist-non-react-statics": "^3.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/core": "^10.0.27",
|
|
"react": ">=16.3.0"
|
|
},
|
|
"umd:main": "dist/emotion-theming.umd.min.js",
|
|
"browser": {
|
|
"./dist/emotion-theming.cjs.js": "./dist/emotion-theming.browser.cjs.js",
|
|
"./dist/emotion-theming.esm.js": "./dist/emotion-theming.browser.esm.js"
|
|
},
|
|
"preconstruct": {
|
|
"umdName": "emotionTheming"
|
|
}
|
|
}
|