FrontPastel/node_modules/@emotion/styled/base/package.json

13 lines
341 B
JSON

{
"main": "dist/emotion-styled-base.cjs.js",
"module": "dist/emotion-styled-base.esm.js",
"umd:main": "dist/emotion-styled-base.umd.min.js",
"browser": {
"./dist/emotion-styled-base.esm.js": "./dist/emotion-styled-base.browser.esm.js"
},
"types": "../types/base",
"preconstruct": {
"umdName": "emotionStyledBase"
}
}