{ "name": "@emotion/babel-plugin", "version": "11.9.2", "description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.", "main": "dist/emotion-babel-plugin.cjs.js", "module": "dist/emotion-babel-plugin.esm.js", "files": [ "src", "lib", "dist" ], "scripts": { "test:typescript": "exit 0" }, "dependencies": { "@babel/helper-module-imports": "^7.12.13", "@babel/plugin-syntax-jsx": "^7.12.13", "@babel/runtime": "^7.13.10", "@emotion/hash": "^0.8.0", "@emotion/memoize": "^0.7.5", "@emotion/serialize": "^1.0.2", "babel-plugin-macros": "^2.6.1", "convert-source-map": "^1.5.0", "escape-string-regexp": "^4.0.0", "find-root": "^1.1.0", "source-map": "^0.5.7", "stylis": "4.0.13" }, "peerDependencies": { "@babel/core": "^7.0.0" }, "devDependencies": { "@babel/core": "^7.13.10", "babel-check-duplicated-nodes": "^1.0.0" }, "author": "Kye Hohenberger", "homepage": "https://emotion.sh", "license": "MIT", "repository": "https://github.com/emotion-js/emotion/tree/main/packages/babel-plugin", "keywords": [ "styles", "emotion", "react", "css", "css-in-js" ], "bugs": { "url": "https://github.com/emotion-js/emotion/issues" } }