101 lines
2.5 KiB
JSON
101 lines
2.5 KiB
JSON
{
|
|
"name": "@emotion/styled",
|
|
"version": "11.11.5",
|
|
"description": "styled API for emotion",
|
|
"main": "dist/emotion-styled.cjs.js",
|
|
"module": "dist/emotion-styled.esm.js",
|
|
"types": "types/index.d.ts",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/emotion-js/emotion/tree/main/packages/styled",
|
|
"scripts": {
|
|
"test:typescript": "dtslint types"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.18.3",
|
|
"@emotion/babel-plugin": "^11.11.0",
|
|
"@emotion/is-prop-valid": "^1.2.2",
|
|
"@emotion/serialize": "^1.1.4",
|
|
"@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
|
|
"@emotion/utils": "^1.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11.0.0-rc.0",
|
|
"react": ">=16.8.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@definitelytyped/dtslint": "0.0.112",
|
|
"@emotion/react": "11.11.4",
|
|
"react": "16.14.0",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"base",
|
|
"types/*.d.ts",
|
|
"macro.*"
|
|
],
|
|
"umd:main": "dist/emotion-styled.umd.min.js",
|
|
"browser": {
|
|
"./dist/emotion-styled.esm.js": "./dist/emotion-styled.browser.esm.js"
|
|
},
|
|
"exports": {
|
|
"./base": {
|
|
"module": {
|
|
"worker": "./base/dist/emotion-styled-base.worker.esm.js",
|
|
"browser": "./base/dist/emotion-styled-base.browser.esm.js",
|
|
"default": "./base/dist/emotion-styled-base.esm.js"
|
|
},
|
|
"import": "./base/dist/emotion-styled-base.cjs.mjs",
|
|
"default": "./base/dist/emotion-styled-base.cjs.js"
|
|
},
|
|
".": {
|
|
"module": {
|
|
"worker": "./dist/emotion-styled.worker.esm.js",
|
|
"browser": "./dist/emotion-styled.browser.esm.js",
|
|
"default": "./dist/emotion-styled.esm.js"
|
|
},
|
|
"import": "./dist/emotion-styled.cjs.mjs",
|
|
"default": "./dist/emotion-styled.cjs.js"
|
|
},
|
|
"./package.json": "./package.json",
|
|
"./macro": {
|
|
"types": {
|
|
"import": "./macro.d.mts",
|
|
"default": "./macro.d.ts"
|
|
},
|
|
"default": "./macro.js"
|
|
}
|
|
},
|
|
"preconstruct": {
|
|
"umdName": "emotionStyled",
|
|
"entrypoints": [
|
|
"./index.js",
|
|
"./base.js"
|
|
],
|
|
"exports": {
|
|
"envConditions": [
|
|
"browser",
|
|
"worker"
|
|
],
|
|
"extra": {
|
|
"./macro": {
|
|
"types": {
|
|
"import": "./macro.d.mts",
|
|
"default": "./macro.d.ts"
|
|
},
|
|
"default": "./macro.js"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|