mirror of
https://github.com/wp-graphql/wp-graphql-woocommerce.git
synced 2026-08-14 12:53:44 +02:00
72 lines
2.2 KiB
JSON
Executable File
72 lines
2.2 KiB
JSON
Executable File
{
|
|
"name": "gatsby-gitbook-boilerplate",
|
|
"private": true,
|
|
"description": "Documentation, built with mdx",
|
|
"author": "Praveen <praveen@hasura.io> (@praveenweb)",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-export-default-from": "^7.7.4",
|
|
"@emotion/core": "^10.0.22",
|
|
"@emotion/styled": "^10.0.23",
|
|
"@emotion/styled-base": "^10.0.24",
|
|
"@mdx-js/loader": "^1.5.1",
|
|
"@mdx-js/mdx": "^1.5.1",
|
|
"@mdx-js/react": "^1.5.1",
|
|
"@philpl/buble": "^0.19.7",
|
|
"@playlyfe/gql": "^2.6.2",
|
|
"algoliasearch": "^3.35.1",
|
|
"dotenv": "^8.2.0",
|
|
"emotion": "^10.0.23",
|
|
"emotion-server": "^10.0.17",
|
|
"emotion-theming": "^10.0.19",
|
|
"gatsby": "^2.18.10",
|
|
"gatsby-link": "^2.2.27",
|
|
"gatsby-plugin-algolia": "^0.5.0",
|
|
"gatsby-plugin-emotion": "^4.1.18",
|
|
"gatsby-plugin-gtag": "^1.0.12",
|
|
"gatsby-plugin-layout": "^1.1.18",
|
|
"gatsby-plugin-manifest": "^2.2.33",
|
|
"gatsby-plugin-mdx": "^1.0.61",
|
|
"gatsby-plugin-offline": "^3.0.29",
|
|
"gatsby-plugin-react-helmet": "^3.1.18",
|
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
|
"gatsby-plugin-sharp": "^2.3.7",
|
|
"gatsby-plugin-sitemap": "^2.2.24",
|
|
"gatsby-remark-copy-linked-files": "^2.1.33",
|
|
"gatsby-remark-images": "^3.1.37",
|
|
"gatsby-source-filesystem": "^2.1.42",
|
|
"gatsby-transformer-remark": "^2.6.42",
|
|
"graphiql": "^0.17.5",
|
|
"graphql": "^14.5.8",
|
|
"is-absolute-url": "^3.0.3",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"lodash.flatten": "^4.4.0",
|
|
"lodash.startcase": "^4.4.0",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-feather": "^2.0.3",
|
|
"react-github-btn": "^1.1.1",
|
|
"react-helmet": "^5.2.1",
|
|
"react-html-id": "^0.1.5",
|
|
"react-id-generator": "^3.0.0",
|
|
"react-instantsearch-dom": "^6.0.0",
|
|
"react-joyride": "^2.2.1",
|
|
"react-live": "^2.2.2",
|
|
"react-loadable": "^5.5.0",
|
|
"remark-capitalize": "^1.1.0",
|
|
"remark-emoji": "^2.0.2",
|
|
"styled-components": "^4.4.1",
|
|
"styled-icons": "^9.0.1"
|
|
},
|
|
"license": "MIT",
|
|
"main": "n/a",
|
|
"scripts": {
|
|
"start": "gatsby develop",
|
|
"build": "gatsby build --prefix-paths"
|
|
},
|
|
"devDependencies": {
|
|
"gatsby-plugin-remove-trailing-slashes": "^2.1.17",
|
|
"prism-react-renderer": "^1.0.2"
|
|
}
|
|
}
|