You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
548 B

  1. {
  2. "name": "docs",
  3. "version": "1.0.0",
  4. "description": "Welcome to the Tendermint Core documentation!",
  5. "main": "index.js",
  6. "dependencies": {
  7. "vuepress-theme-cosmos": "^1.0.73"
  8. },
  9. "devDependencies": {
  10. "@vuepress/plugin-google-analytics": "^1.2.0"
  11. },
  12. "scripts": {
  13. "preserve": "./pre.sh",
  14. "serve": "trap 'exit 0' SIGINT; vuepress dev",
  15. "postserve": "./post.sh",
  16. "prebuild": "./pre.sh",
  17. "build": "trap 'exit 0' SIGINT; vuepress build",
  18. "postbuild": "./post.sh"
  19. },
  20. "author": "",
  21. "license": "ISC"
  22. }