blog/package.json

47 lines
1.3 KiB
JSON

{
"name": "blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
"@vuepress-reco/core": "^1.6.0",
"@vuepress-reco/vuepress-plugin-back-to-top": "^1.6.0",
"@vuepress-reco/vuepress-plugin-comments": "^1.6.0",
"@vuepress-reco/vuepress-plugin-loading-page": "^1.6.0",
"@vuepress-reco/vuepress-plugin-pagation": "^1.6.0",
"@vuepress/plugin-blog": "^1.9.4",
"@vuepress/plugin-medium-zoom": "^1.8.0",
"@vuepress/plugin-pwa": "^1.8.0",
"docsearch.js": "^2.6.3",
"md5": "^2.3.0",
"vue-click-outside": "^1.1.0",
"vuepress": "^1.8.0",
"vuepress-plugin-nuggets-style-copy": "^1.0.3",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-smooth-scroll": "^0.0.10"
},
"dependencies": {
"ansi-regex": "^5.0.1",
"chalk": "^2.0.0",
"commander": "^2.0.0",
"elliptic": "^6.5.4",
"esm": "^3.0.0",
"glob-parent": "^5.1.2",
"is-svg": "^4.2.2",
"json-schema": "0.2.3",
"nth-check": "^2.0.1",
"set-value": "^4.0.1",
"ssri": "^8.0.1",
"striptags": "^3.2.0",
"vue-class-component": "*"
}
}