laconicd-deprecated/docs/package.json
Cyrus Goh c12681a65a
docs: Docs theme bump, Algolia DocSearch (#470)
* update icon-rocket color

* replace intro icon

* update bg color, ethereum-intro

* comment out themeConfig.algolia

* ui tweaks

* update bg color for rocket card

* clean up config.js, algolia config

* bump docs theme to 1.0.172
2020-08-25 04:13:41 -04:00

35 lines
795 B
JSON

{
"name": "docs",
"version": "1.0.0",
"description": "Ethermint Documentation",
"main": "index.js",
"scripts": {
"preserve": "./pre.sh",
"serve": "trap 'exit 0' SIGINT; vuepress dev --no-cache",
"postserve": "./post.sh",
"prebuild": "./pre.sh",
"build": "trap 'exit 0' SIGINT; vuepress build --no-cache",
"postbuild": "./post.sh",
"preinstall": "npx npm-force-resolutions"
},
"keywords": [
"ethermint",
"cosmos",
"ethereum",
"blockchain",
"cryptocurrency"
],
"author": "ChainSafe Systems",
"license": "ISC",
"dependencies": {
"npm-force-resolutions": "0.0.3",
"vuepress-theme-cosmos": "^1.0.172"
},
"devDependencies": {
"watchpack": "^1.7.2"
},
"resolutions": {
"serialize-javascript": "^3.1.0"
}
}