mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-29 23:10:07 +00:00
76 lines
2.4 KiB
JSON
Executable File
76 lines
2.4 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.10.4",
|
|
"@emotion/core": "^10.0.35",
|
|
"@emotion/styled": "^10.0.27",
|
|
"@emotion/styled-base": "^10.0.31",
|
|
"@mdx-js/loader": "^1.6.18",
|
|
"@mdx-js/mdx": "^1.6.18",
|
|
"@mdx-js/react": "^1.6.18",
|
|
"@philpl/buble": "^0.19.7",
|
|
"@playlyfe/gql": "^2.6.2",
|
|
"algoliasearch": "^3.35.1",
|
|
"dotenv": "^8.2.0",
|
|
"emotion": "^10.0.27",
|
|
"emotion-server": "^10.0.27",
|
|
"emotion-theming": "^10.0.27",
|
|
"gatsby": "^2.24.65",
|
|
"gatsby-link": "^2.4.14",
|
|
"gatsby-plugin-algolia": "^0.5.0",
|
|
"gatsby-plugin-emotion": "^4.3.11",
|
|
"gatsby-plugin-gtag": "^1.0.13",
|
|
"gatsby-plugin-layout": "^1.3.11",
|
|
"gatsby-plugin-manifest": "^2.4.31",
|
|
"gatsby-plugin-mdx": "^1.2.41",
|
|
"gatsby-plugin-offline": "^3.2.28",
|
|
"gatsby-plugin-react-helmet": "^3.3.11",
|
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
|
"gatsby-plugin-sharp": "^2.6.36",
|
|
"gatsby-plugin-sitemap": "^2.4.13",
|
|
"gatsby-remark-copy-linked-files": "^2.3.16",
|
|
"gatsby-remark-images": "^3.3.30",
|
|
"gatsby-source-filesystem": "^2.3.30",
|
|
"gatsby-transformer-remark": "^2.8.35",
|
|
"graphql": "^14.7.0",
|
|
"is-absolute-url": "^3.0.3",
|
|
"lodash.flatten": "^4.4.0",
|
|
"lodash.startcase": "^4.4.0",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-feather": "^2.0.8",
|
|
"react-github-btn": "^1.2.0",
|
|
"react-helmet": "^5.2.1",
|
|
"react-id-generator": "^3.0.1",
|
|
"react-instantsearch-dom": "^6.7.0",
|
|
"react-live": "^2.2.2",
|
|
"react-loadable": "^5.5.0",
|
|
"styled-components": "^4.4.1",
|
|
"styled-icons": "^9.5.0"
|
|
},
|
|
"license": "MIT",
|
|
"main": "n/a",
|
|
"scripts": {
|
|
"start": "gatsby develop",
|
|
"build": "gatsby build --prefix-paths",
|
|
"format": "prettier --write \"src/**/*.{js,jsx,css,json}\"",
|
|
"lint": "eslint --fix \"src/**/*.{js,jsx}\""
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.12.0",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-react": "^7.21.2",
|
|
"gatsby-plugin-remove-trailing-slashes": "^2.3.12",
|
|
"prettier": "^1.19.1",
|
|
"prism-react-renderer": "^1.1.1"
|
|
}
|
|
}
|