gatsby-plugin-emotion
Version:
Gatsby plugin to add support for Emotion
48 lines (47 loc) • 1.33 kB
JSON
{
"name": "gatsby-plugin-emotion",
"description": "Gatsby plugin to add support for Emotion",
"version": "8.14.0",
"author": "Tegan Churchill <churchill.tegan@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@emotion/babel-preset-css-prop": "^11.11.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.14.0",
"cross-env": "^7.0.3"
},
"peerDependencies": {
"@babel/core": "^7.11.6",
"@emotion/react": "^11.0.0",
"gatsby": "^5.0.0-next"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion#readme",
"keywords": [
"gatsby",
"gatsby-plugin",
"emotion",
"css-in-js"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-plugin-emotion"
},
"scripts": {
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\""
},
"engines": {
"node": ">=18.0.0"
},
"gitHead": "5397fbf5554ec3d937cc5a9042f2141b698d9eab"
}