Skip to content

Instantly share code, notes, and snippets.

@samajammin
Last active January 20, 2021 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samajammin/3c1163d39e989d20b3afdfcdecfee9ab to your computer and use it in GitHub Desktop.
Save samajammin/3c1163d39e989d20b3afdfcdecfee9ab to your computer and use it in GitHub Desktop.
{
"name": "ethereum-org-website",
"version": "2.14.4",
"description": "Website of ethereum.org",
"main": "index.js",
"repository": "git@github.com:ethereum/ethereum-org-website.git",
"author": "Sam Richards <sam.richards@ethereum.org>",
"license": "MIT",
"private": false,
"dependencies": {
"@mdx-js/mdx": "^1.6.5",
"@mdx-js/react": "^1.6.5",
"algoliasearch": "^4.3.0",
"apollo-link": "^1.2.14",
"apollo-link-error": "^1.1.13",
"apollo-link-http": "^1.5.17",
"axios": "^0.21.1",
"babel-plugin-styled-components": "^1.10.7",
"clipboard": "^2.0.6",
"dotenv": "^8.2.0",
"ethereum-blockies-base64": "^1.0.2",
"framer-motion": "^1.11.1",
"gatsby": "^2.31.0",
"gatsby-image": "^2.4.7",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-lodash": "^3.3.11",
"gatsby-plugin-manifest": "^2.4.13",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-mdx": "^1.2.15",
"gatsby-plugin-react-helmet": "^3.3.4",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-sharp": "^2.6.11",
"gatsby-plugin-sitemap": "^2.4.7",
"gatsby-plugin-styled-components": "^3.3.3",
"gatsby-remark-autolink-headers": "^2.3.5",
"gatsby-remark-copy-linked-files": "^2.4.0",
"gatsby-remark-images": "^3.3.12",
"gatsby-source-filesystem": "^2.3.10",
"gatsby-source-graphql": "^2.13.0",
"gatsby-transformer-csv": "^2.3.10",
"gatsby-transformer-gitinfo": "^1.1.0",
"gatsby-transformer-remark": "^2.8.16",
"gatsby-transformer-sharp": "^2.5.5",
"lodash": "^4.17.20",
"luxon": "^1.24.1",
"netlify-lambda": "^1.6.3",
"polished": "^3.6.5",
"prism-react-renderer": "^1.1.1",
"prismjs": "^1.21.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-emoji-render": "^1.2.4",
"react-helmet": "^6.1.0",
"react-icons": "^4.1.0",
"react-instantsearch-dom": "^6.6.0",
"react-select": "^3.1.0",
"styled-components": "^5.1.1",
"styled-system": "^5.1.5"
},
"devDependencies": {
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^0.8.0",
"github-slugger": "^1.3.0",
"husky": "^4.2.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"react-test-renderer": "^17.0.1"
},
"scripts": {
"build": "yarn merge-translations && yarn copy-contributors && yarn build:app && yarn build:lambda",
"build:app": "gatsby build",
"build:lambda": "netlify-lambda build src/lambda",
"copy-contributors": "node src/scripts/copy-contributors.js",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"generate-heading-ids": "node src/scripts/generate-heading-ids.js",
"merge-translations": "node src/scripts/merge-translations.js",
"start": "yarn merge-translations && gatsby develop",
"start:static": "gatsby build && gatsby serve",
"serve": "gatsby serve",
"test": "jest"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment