mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-10 06:57:58 -05:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"name": "upgrading-ethereum-book",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "A technical handbook on Ethereum's move to proof of stake and beyond",
|
|
"author": "Ben Edgington",
|
|
"keywords": [],
|
|
"scripts": {
|
|
"develop": "gatsby develop",
|
|
"start": "gatsby develop",
|
|
"build": "gatsby build --prefix-paths",
|
|
"serve": "gatsby serve --prefix-paths",
|
|
"clean": "gatsby clean",
|
|
"check": "node -e 'require(\"./bin/build/prebuild\").runChecks()'"
|
|
},
|
|
"dependencies": {
|
|
"gatsby": "^4.17.0",
|
|
"gatsby-plugin-catch-links": "^4.17.0",
|
|
"gatsby-plugin-htaccess": "^1.4.0",
|
|
"gatsby-plugin-matomo": "^0.13.0",
|
|
"gatsby-plugin-react-helmet": "^5.17.0",
|
|
"gatsby-plugin-sharp": "^4.17.0",
|
|
"gatsby-remark-autolink-headers": "^5.17.0",
|
|
"gatsby-remark-copy-linked-files": "^5.17.0",
|
|
"gatsby-remark-external-links": "^0.0.4",
|
|
"gatsby-remark-images": "^6.17.0",
|
|
"gatsby-remark-katex": "^6.17.0",
|
|
"gatsby-remark-numbered-footnotes": "^1.0.1",
|
|
"gatsby-remark-prismjs": "^6.17.0",
|
|
"gatsby-source-filesystem": "^4.17.0",
|
|
"gatsby-transformer-remark": "^5.17.0",
|
|
"gatsby-transformer-sharp": "^4.17.0",
|
|
"markdownlint": "^0.26.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-helmet": "^6.1.0"
|
|
}
|
|
}
|