UNPKG

gatsby-theme-joy-ui

Version:

A gatsby theme/plugin that uses Joy UI under the hood with customized components to work seamlessly with Gatsby!

71 lines (70 loc) 2.04 kB
{ "name": "gatsby-theme-joy-ui", "version": "1.2.1", "publishConfig": { "access": "public" }, "description": "A gatsby theme/plugin that uses Joy UI under the hood with customized components to work seamlessly with Gatsby!", "keywords": [ "joy", "ui", "gatsby", "plugin", "gatsby-plugin", "gatsby-theme" ], "author": "Trent S. <trentschnee@users.noreply.github.com>", "homepage": "https://github.com/trentschnee/gatsby-theme-joy-ui/tree/main/packages/gatsby-theme-joy-ui#readme", "license": "MIT", "main": "index.js", "files": [ "gatsby-config.js", "gatsby-node.js", "gatsby-browser.js", "gatsby-ssr.js", "./dist/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/trentschnee/gatsby-theme-joy-ui.git", "directory": "packages/gatsby-theme-joy-ui" }, "scripts": { "prebuild": "rimraf \"dist\"", "build": "babel src -d \"dist\" --extensions .ts,.tsx", "watch": "babel src -d \"dist\" --extensions .ts,.tsx --watch", "develop": "npm run watch", "start": "npm run watch", "prepare": "cross-env NODE_ENV=production npm run build", "publish": "semantic-release", "test": "jest" }, "bugs": { "url": "https://github.com/trentschnee/gatsby-theme-joy-ui/issues" }, "dependencies": { "gatsby-plugin-webfonts": "^2.2.7", "gatsby-plugin-emotion": "^8.2.0", "@emotion/react": "^11.0.0", "@emotion/styled": "^11.0.0", "@mui/joy": "^5.0.0-alpha.56" }, "devDependencies": { "identity-obj-proxy": "^3.0.0", "babel-preset-gatsby-package": "^3.0.0", "@babel/preset-typescript": "^7.18.6", "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.6.3", "jest": "^29.3.1", "babel-jest": "^29.3.1", "gatsby-plugin-utils": "^4.0.0", "semantic-release": "^19.0.5" }, "peerDependencies": { "gatsby": "^3.0.0 || ^4.0.0 || ^5.0.0", "react": "^16.8.6 || ^17.0.0 || ^18.0.0" } }