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.
32 lines
646 B
32 lines
646 B
{
|
|
"type": "module",
|
|
"name": "@xyx-utils/vue3",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "dist/index.mjs",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"peerDependencies": {
|
|
"vue": ">=3.0.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
|