1 Star 0 Fork 0

Halo / halo-comment-fly

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
xzhuz 提交于 2020-07-13 19:50 . 🐛 Fix: 修复评论不能换行的问题
{
"name": "halo-comment-normal",
"version": "1.1.1",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-comment": "vue-cli-service build --target wc --name halo-comment 'src/components/Comment.vue'",
"lint": "vue-cli-service lint"
},
"dependencies": {
"autosize": "^4.0.2",
"axios": "^0.19.0",
"highlight": "^0.2.4",
"highlight.js": "^10.1.1",
"highlightjs": "^9.16.2",
"marked": "^1.1.0",
"md5": "^2.2.1",
"promise.prototype.finally": "^3.1.2",
"ua-parser-js": "^0.7.21",
"viewerjs": "^1.6.1",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-console": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"description": "<h1 align=\"center\"><a href=\"https://github.com/halo-dev\" target=\"_blank\">halo-comment-normal</a></h1> > 适用于 Halo 的评论组件。",
"main": "babel.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/halo-dev/halo-comment-normal.git"
},
"author": "Ryan Wang",
"license": "ISC",
"bugs": {
"url": "https://github.com/halo-dev/halo-comment-normal/issues"
},
"homepage": "https://github.com/halo-dev/halo-comment-normal#readme"
}
1
https://gitee.com/halo-dev/halo-comment-fly.git
git@gitee.com:halo-dev/halo-comment-fly.git
halo-dev
halo-comment-fly
halo-comment-fly
master

搜索帮助