1 Star 0 Fork 57

jiaolong1021/vue-web-terminal

forked from beifengtz/vue-web-terminal 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
beifengtz 提交于 2023-05-30 18:15 . publish 2.1.12
{
"name": "vue-web-terminal",
"version": "2.1.12",
"description": "A lightweight and powerful web terminal plugin, suitable for vue3. 轻量、功能强大的网页端Terminal插件,适配vue3",
"license": "Apache-2.0",
"private": false,
"scripts": {
"test": "vue-cli-service serve test/main.js",
"build": "vue-cli-service build --target lib --formats umd --dest lib src/index.js && node package.js",
"lint": "vue-cli-service lint"
},
"dependencies": {
"vue-json-viewer": "^2.2.22"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"compression-webpack-plugin": "^9.2.0",
"core-js": "^3.6.5",
"css-loader": "^6.6.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"svg-sprite-loader": "^6.0.11",
"uglifyjs-webpack-plugin": "^2.1.3",
"vue": "^2.6.11",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.46.0",
"webpack-cli": "^4.9.2"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"repository": {
"type": "git",
"url": "https://github.com/tzfun/vue-web-terminal.git"
},
"bugs": {
"url": "https://github.com/tzfun/vue-web-terminal/issues"
},
"homepage": "https://tzfun.github.io/vue-web-terminal/",
"keywords": [
"terminal",
"vue",
"vue3",
"web-terminal",
"vue-terminal",
"console",
"web-console",
"vue-console"
],
"author": "beifengtz",
"main": "lib/vue-web-terminal.js"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jiaolong1021/vue-web-terminal.git
git@gitee.com:jiaolong1021/vue-web-terminal.git
jiaolong1021
vue-web-terminal
vue-web-terminal
vue2

搜索帮助