GoScrobble/web/node_modules/@emotion/css/package.json

37 lines
842 B
JSON

{
"name": "@emotion/css",
"version": "10.0.27",
"description": "a function to serialize css and object styless",
"main": "dist/css.cjs.js",
"module": "dist/css.esm.js",
"types": "types/index.d.ts",
"license": "MIT",
"repository": "https://github.com/emotion-js/emotion/tree/master/packages/css",
"scripts": {
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/serialize": "^0.11.15",
"@emotion/utils": "0.11.3",
"babel-plugin-emotion": "^10.0.27"
},
"devDependencies": {
"dtslint": "^0.3.0"
},
"publishConfig": {
"access": "public"
},
"files": [
"src",
"dist",
"types",
"macro.js",
"macro.d.ts",
"macro.js.flow"
],
"browser": {
"./dist/css.cjs.js": "./dist/css.browser.cjs.js",
"./dist/css.esm.js": "./dist/css.browser.esm.js"
}
}