You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
617 B

{
"type": "module",
"name": "@xyx-utils/vue3",
"version": "1.0.0",
"description": "",
"main": "dist/index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"peerDependencies": {
"vue": ">=3.0.0"
},
"optionalDependencies": {
"@vueuse/core": ">=10.0.0",
"echarts": ">=4.0.0"
},
"dependencies": {
"@xyx-utils/core": "workspace: *",
"@xyx-utils/shared": "workspace: *"
},
"devDependencies": {
"@types/echarts": "^4.9.22",
"@vue/test-utils": "^2.4.6",
"echarts": "^4.9.0"
}
}