gatsby-plugin-material-ui
Version:
Gatsby plugin for Material-UI with built-in server-side rendering support
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "gatsby-plugin-material-ui",
"version": "4.1.0",
"description": "Gatsby plugin for Material-UI with built-in server-side rendering support",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hupe1980/gatsby-plugin-material-ui"
},
"keywords": [
"react",
"gatsby",
"gatsby-plugin",
"material-ui",
"emotion"
],
"main": "index.js",
"files": [
"index.js",
"gatsby-browser.js",
"gatsby-node.js",
"gatsby-ssr.js",
"get-emotion-cache.js"
],
"scripts": {
"build": "babel src --out-dir .",
"build:watch": "babel -w src --out-dir .",
"prepare": "cross-env NODE_ENV=production npm run build"
},
"dependencies": {
"@emotion/cache": "^11.4.0",
"@emotion/server": "^11.4.0"
},
"peerDependencies": {
"@emotion/react": "^11.4.0",
"gatsby": "^3.0.0 || ^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@emotion/react": "^11.4.0",
"babel-preset-gatsby-package": "^2.2.0",
"cross-env": "^7.0.3"
},
"gitHead": "6eda811c6ad0548d23efc6aed7a17c217bd6265a"
}