UNPKG

vuepress-theme-ououe

Version:
49 lines (48 loc) 1.47 kB
{ "name": "vuepress-theme-ououe", "version": "1.5.3", "main": "index.js", "description": "A blog theme for VuePress by tolking", "author": "tolking <qw13131wang@gmail.com>", "license": "MIT", "repository": "https://github.com/tolking/vuepress-theme-ououe", "bugs": { "url": "https://github.com/tolking/vuepress-theme-ououe/issues" }, "homepage": "https://github.com/tolking/vuepress-theme-ououe", "doc": "https://tolking.github.io/vuepress-theme-ououe", "keywords": [ "vue", "vuepress", "blog", "blog-theme", "vuepress-theme", "light-theme", "dark-theme" ], "scripts": { "dev": "vuepress dev examples", "serve": "vuepress dev examples", "build": "vuepress build examples", "dev:docs": "vuepress dev docs", "build:docs": "vuepress build docs" }, "dependencies": { "@vuepress/plugin-back-to-top": "^1.3.1", "@vuepress/plugin-last-updated": "^1.3.1", "@vuepress/plugin-nprogress": "^1.3.1", "@vuepress/plugin-search": "^1.3.1", "@vuepress/shared-utils": "^1.3.1", "css-prefers-color-scheme": "^3.1.1", "vuepress": "^1.3.1", "vuepress-plugin-blog-multidir": "^1.0.4", "vuepress-plugin-img-lazy": "^1.0.4", "vuepress-plugin-reading-progress": "^1.0.10" }, "devDependencies": { "@vue/eslint-config-prettier": "^4.0.1", "eslint": "^5.16.0", "eslint-plugin-vue": "^5.2.2", "vuepress-theme-default-prefers-color-scheme": "^2.0.0" } }