1 Star 0 Fork 64

SteadyHua / vue-run-sfc

forked from 张超杰 / vue-run-sfc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
张超杰 提交于 2020-09-16 22:29 . fix: 修复bug
{
"name": "vue-run-sfc",
"version": "1.5.0",
"description": "Vue DEMO利器, 在线运行 & 编辑 Vue 单文件",
"private": false,
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "yarn build:lib && yarn build:docs",
"build:lib": "vue-cli-service build --target lib --name vue-run-sfc --dest ./dist/ ./src/index.js",
"release": "standard-version",
"pub": "npm run build:lib && npm run release && npm publish --registry http://registry.npmjs.org && git push --follow-tags origin master && gren release --override",
"build:docs": "vue-cli-service build",
"lint": "vue-cli-service lint --mode production"
},
"repository": {
"type": "git",
"url": "https://github.com/dream2023/vue-run-sfc"
},
"main": "dist/vue-run-sfc.umd.min.js",
"homepage": "https://github.com/dream2023/vue-run-sfc/",
"keywords": [
"vue-run-sfc",
"vue-run",
"vue-sfc",
"vue-runner",
"vue-code-editor"
],
"dependencies": {
"@babel/standalone": "^7.9.4",
"css-vars-ponyfill": "^2.2.1",
"deepmerge": "^4.2.2",
"screenfull": "^5.0.2",
"throttle-debounce": "^2.1.0",
"vue-codemirror": "^4.0.6",
"vue-element-loading": "^1.1.5",
"vue-multipane": "^0.9.5"
},
"devDependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"vue-template-compiler": "^2.6.11"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
}
}
JavaScript
1
https://gitee.com/Murderers/vue-run-sfc.git
git@gitee.com:Murderers/vue-run-sfc.git
Murderers
vue-run-sfc
vue-run-sfc
master

搜索帮助