1 Star 0 Fork 217

had1128 / ivzone

forked from iteaj / ivzone 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ivzone",
"version": "1.3.0",
"private": false,
"license": "Apache 2.0",
"author": {
"name": "iteaj",
"email": "iteaj@outlook.com",
"url": "http://www.iteaj.com"
},
"repository": {
"type": "git",
"url": "https://gitee.com/iteaj/ivzone"
},
"main": "dist/libs/ivzone.min.js",
"description": "使用vue、antdv开发的多页面组件, 一个视图组件即一个页面(html);一个视图组件包含了增删改查常用功能的组件库",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@tinymce/tinymce-vue": "^3.2.1",
"ant-design-vue": "^1.6.3",
"axios": "^0.19.2",
"codemirror": "^5.56.0",
"core-js": "^3.6.4",
"path": "^0.12.7",
"qs": "^6.9.3",
"sql-formatter": "^2.3.3",
"tinymce": "^5.2.2",
"vue": "^2.6.11",
"vue-codemirror": "^4.0.6",
"vue-draggable-resizable-gorkys": "^2.4.4",
"vue-router": "^3.1.6",
"vuedraggable": "^2.24.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@vue/cli-plugin-babel": "^4.3.0",
"@vue/cli-plugin-eslint": "^4.3.0",
"@vue/cli-service": "^4.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"html-loader": "^1.1.0",
"html-webpack-inline-source-plugin": "0.0.10",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"mockjs": "^1.1.0",
"moment": "^2.24.0",
"script-ext-html-webpack-plugin": "^2.1.4",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"no-empty": 0,
"no-unused-vars": 0
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 9",
"ie 8"
]
}
JavaScript
1
https://gitee.com/had1128/ivzone.git
git@gitee.com:had1128/ivzone.git
had1128
ivzone
ivzone
master

搜索帮助