mirror of
https://github.com/Ssl1S/json-schema-editor-vue.git
synced 2025-12-30 01:37:55 +08:00
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "json-schema-editor-vue",
|
|
"version": "2.2.0",
|
|
"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",
|
|
"generate-schema": "^2.6.0",
|
|
"vue": "^2.6.11",
|
|
"vue-codemirror": "^4.0.6"
|
|
},
|
|
"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"
|
|
]
|
|
}
|