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.
42 lines
851 B
42 lines
851 B
{
|
|
"type": "module",
|
|
"name": "@xyx-utils/vue3",
|
|
"version": "0.0.2",
|
|
"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",
|
|
"readme.md",
|
|
"CHANGELOG.md"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./*": "./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"
|
|
}
|
|
}
|
|
|