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.
123 lines
3.5 KiB
123 lines
3.5 KiB
3 years ago
|
{
|
||
|
"name": "@emotion/react",
|
||
|
"version": "11.10.5",
|
||
|
"main": "dist/emotion-react.cjs.js",
|
||
|
"module": "dist/emotion-react.esm.js",
|
||
|
"browser": {
|
||
|
"./dist/emotion-react.esm.js": "./dist/emotion-react.browser.esm.js"
|
||
|
},
|
||
|
"exports": {
|
||
|
".": {
|
||
|
"module": {
|
||
|
"worker": "./dist/emotion-react.worker.esm.js",
|
||
|
"browser": "./dist/emotion-react.browser.esm.js",
|
||
|
"default": "./dist/emotion-react.esm.js"
|
||
|
},
|
||
|
"default": "./dist/emotion-react.cjs.js"
|
||
|
},
|
||
|
"./jsx-runtime": {
|
||
|
"module": {
|
||
|
"worker": "./jsx-runtime/dist/emotion-react-jsx-runtime.worker.esm.js",
|
||
|
"browser": "./jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js",
|
||
|
"default": "./jsx-runtime/dist/emotion-react-jsx-runtime.esm.js"
|
||
|
},
|
||
|
"default": "./jsx-runtime/dist/emotion-react-jsx-runtime.cjs.js"
|
||
|
},
|
||
|
"./_isolated-hnrs": {
|
||
|
"module": {
|
||
|
"worker": "./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.worker.esm.js",
|
||
|
"browser": "./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js",
|
||
|
"default": "./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js"
|
||
|
},
|
||
|
"default": "./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.js"
|
||
|
},
|
||
|
"./jsx-dev-runtime": {
|
||
|
"module": {
|
||
|
"worker": "./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.worker.esm.js",
|
||
|
"browser": "./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js",
|
||
|
"default": "./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.esm.js"
|
||
|
},
|
||
|
"default": "./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.js"
|
||
|
},
|
||
|
"./package.json": "./package.json",
|
||
|
"./types/css-prop": "./types/css-prop.d.ts",
|
||
|
"./macro": "./macro.js"
|
||
|
},
|
||
|
"types": "types/index.d.ts",
|
||
|
"files": [
|
||
|
"src",
|
||
|
"dist",
|
||
|
"jsx-runtime",
|
||
|
"jsx-dev-runtime",
|
||
|
"_isolated-hnrs",
|
||
|
"types/*.d.ts",
|
||
|
"macro.js",
|
||
|
"macro.d.ts",
|
||
|
"macro.js.flow"
|
||
|
],
|
||
|
"sideEffects": false,
|
||
|
"author": "Emotion Contributors",
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"test:typescript": "dtslint types"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/runtime": "^7.18.3",
|
||
|
"@emotion/babel-plugin": "^11.10.5",
|
||
|
"@emotion/cache": "^11.10.5",
|
||
|
"@emotion/serialize": "^1.1.1",
|
||
|
"@emotion/use-insertion-effect-with-fallbacks": "^1.0.0",
|
||
|
"@emotion/utils": "^1.2.0",
|
||
|
"@emotion/weak-memoize": "^0.3.0",
|
||
|
"hoist-non-react-statics": "^3.3.1"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@babel/core": "^7.0.0",
|
||
|
"react": ">=16.8.0"
|
||
|
},
|
||
|
"peerDependenciesMeta": {
|
||
|
"@babel/core": {
|
||
|
"optional": true
|
||
|
},
|
||
|
"@types/react": {
|
||
|
"optional": true
|
||
|
}
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.18.5",
|
||
|
"@definitelytyped/dtslint": "0.0.112",
|
||
|
"@emotion/css": "11.10.5",
|
||
|
"@emotion/css-prettifier": "1.1.1",
|
||
|
"@emotion/server": "11.10.0",
|
||
|
"@emotion/styled": "11.10.5",
|
||
|
"html-tag-names": "^1.1.2",
|
||
|
"react": "16.14.0",
|
||
|
"svg-tag-names": "^1.1.1",
|
||
|
"typescript": "^4.5.5"
|
||
|
},
|
||
|
"repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"umd:main": "dist/emotion-react.umd.min.js",
|
||
|
"preconstruct": {
|
||
|
"entrypoints": [
|
||
|
"./index.js",
|
||
|
"./jsx-runtime.js",
|
||
|
"./jsx-dev-runtime.js",
|
||
|
"./_isolated-hnrs.js"
|
||
|
],
|
||
|
"umdName": "emotionReact",
|
||
|
"exports": {
|
||
|
"envConditions": [
|
||
|
"browser",
|
||
|
"worker"
|
||
|
],
|
||
|
"extra": {
|
||
|
"./types/css-prop": "./types/css-prop.d.ts",
|
||
|
"./macro": "./macro.js"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|