1 Star 0 Fork 22

神话再起/json-schema-editor-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
albert 提交于 2021-02-05 18:43 . --
{
"name": "json-schema-editor-vue",
"version": "1.2.5",
"author": "zhangyq",
"description": "A json-schema editor of high efficient and easy-to-use, base on Vue",
"keywords": [
"jsonschema",
"jsonschemavue",
"jsonschemaeditor",
"json",
"jsoneditor"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zyqwst/json-schema-editor-vue"
},
"homepage": "http://json-schema.sviip.com/",
"license": " Apache-2.0 License",
"main": "lib/json-schema-editor-vue.umd.min.js",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lib": "vue-cli-service build --target lib --name json-schema-editor-vue --dest lib packages/index.js"
},
"dependencies": {
"ant-design-vue": "^1.7.2",
"core-js": "^3.6.5",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/guojianpu/json-schema-editor-vue.git
[email protected]:guojianpu/json-schema-editor-vue.git
guojianpu
json-schema-editor-vue
json-schema-editor-vue
master

搜索帮助