@atooni/gatsby-theme-ziodoc
Version:
A Gatsby theme for ZIO micro sites
56 lines (55 loc) • 1.62 kB
JSON
{
"name": "@atooni/gatsby-theme-ziodoc",
"private": false,
"description": "A Gatsby theme for ZIO micro sites",
"version": "0.0.9",
"author": "Andreas Gies <andreas.gies@ziverge.com>",
"dependencies": {
"@mdx-js/mdx": "v1",
"@mdx-js/react": "v1",
"gatsby": "^4.17.2",
"gatsby-plugin-gatsby-cloud": "^4.17.0",
"gatsby-plugin-image": "^2.17.0",
"gatsby-plugin-manifest": "^4.17.0",
"gatsby-plugin-mdx": "^3.17.0",
"gatsby-plugin-offline": "^5.17.0",
"gatsby-plugin-page-creator": "^4.17.0",
"gatsby-plugin-postcss": "^5.17.0",
"gatsby-plugin-react-helmet": "^5.17.0",
"gatsby-plugin-sharp": "^4.17.0",
"gatsby-source-filesystem": "^4.17.0",
"gatsby-transformer-sharp": "^4.17.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.28.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"babel-plugin-prismjs": "^2.1.0",
"babel-preset-gatsby": "^2.17.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.3"
},
"keywords": [
"gatsby",
"zio"
],
"license": "Apache-2.0",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zio/gatsby-theme-zio"
}
}