mirror of
https://github.com/Ssl1S/json-schema-editor-vue.git
synced 2025-12-30 01:37:55 +08:00
1.添加国际化支持;2.自定义属性开关
This commit is contained in:
17
package.json
17
package.json
@@ -1,9 +1,20 @@
|
||||
{
|
||||
"name": "json-schema-editor-vue",
|
||||
"version": "1.0.1",
|
||||
"version": "1.2.1",
|
||||
"author": "zhangyq",
|
||||
"description": "A json-schema editor of high efficient and easy-to-use, base on Vue",
|
||||
"keyword": "json schema 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,
|
||||
@@ -14,7 +25,7 @@
|
||||
"lib": "vue-cli-service build --target lib --name json-schema-editor-vue --dest lib packages/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"ant-design-vue": "^1.6.2",
|
||||
"ant-design-vue": "^1.6.4",
|
||||
"core-js": "^3.6.5",
|
||||
"vue": "^2.6.11"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user