2 Star 4 Fork 0

ORH / vue-markdown-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
ORH 提交于 2020-12-23 09:21 . docs: 代码高亮主题
{
"name": "@orh/vue-markdown-editor",
"description": "Vue markdown editor and marked",
"keywords": [
"vue",
"markdown",
"markdown-editor",
"vue-markdown-editor",
"marked",
"vue-marked"
],
"version": "3.0.5",
"main": "./dist/js/vue-markdown-editor.js",
"style": "./dist/css/vue-markdown-editor.css",
"sass": "./src/sass/vue-markdown-editor.scss",
"repository": {
"type": "git",
"url": "git+https://github.com/ouronghuang/vue-markdown-editor"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"cross-env": "~5.2.0",
"highlight.js": "~9.15.0",
"laravel-mix": "~5.0.0",
"marked": "~0.7.0",
"resolve-url-loader": "~3.1.0",
"sass": "~1.22.0",
"sass-loader": "~7.2.0",
"simplemde": "~1.11.0",
"vue": "~2.6.0",
"vue-template-compiler": "~2.6.0"
},
"author": "orh",
"license": "MIT",
"bugs": {
"url": "https://github.com/ouronghuang/vue-markdown-editor/issues"
},
"homepage": "https://github.com/ouronghuang/vue-markdown-editor"
}
JavaScript
1
https://gitee.com/orh/vue-markdown-editor.git
git@gitee.com:orh/vue-markdown-editor.git
orh
vue-markdown-editor
vue-markdown-editor
master

搜索帮助