mirror of
https://github.com/Ssl1S/json-schema-editor-vue.git
synced 2025-12-30 01:37:55 +08:00
publish
This commit is contained in:
12
package.json
12
package.json
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"name": "json-schema-editor-vue",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"version": "1.0.1",
|
||||
"author": "zhangyq",
|
||||
"description": "A json-schema editor of high efficient and easy-to-use, base on Vue",
|
||||
"keyword": "json schema vue",
|
||||
"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"
|
||||
"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.6.2",
|
||||
|
||||
Reference in New Issue
Block a user