49b5ecfc76
* Add Ethereum Tooling Guides * Apply suggestions from code review * fix tabs * review comments addressed and some cleanup Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
38 lines
822 B
JSON
38 lines
822 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"description": "Ethermint Documentation",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"preserve": "./pre.sh",
|
|
"serve": "vuepress dev",
|
|
"build": "vuepress build",
|
|
"docs:build": "vuepress build docs",
|
|
"postserve": "./post.sh",
|
|
"prebuild": "./pre.sh",
|
|
"postbuild": "./post.sh"
|
|
},
|
|
"keywords": [
|
|
"ethermint",
|
|
"cosmos",
|
|
"ethereum",
|
|
"blockchain",
|
|
"cryptocurrency",
|
|
"evm"
|
|
],
|
|
"author": "Tharsis",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"entities": "^2.0.3",
|
|
"markdown-it": "^12.0.6",
|
|
"markdown-it-katex": "^2.0.3",
|
|
"vuepress-theme-cosmos": "^1.0.182"
|
|
},
|
|
"devDependencies": {
|
|
"vuepress-plugin-element-tabs": "^0.2.8",
|
|
"watchpack": "^1.7.2"
|
|
},
|
|
"resolutions": {
|
|
"serialize-javascript": "^4.0.0"
|
|
}
|
|
} |