cae976a18b
* remove local testing playgrounds * bump outdated packages
41 lines
1004 B
JSON
41 lines
1004 B
JSON
{
|
|
"name": "@headlessui/vue",
|
|
"version": "1.4.3",
|
|
"description": "A set of completely unstyled, fully accessible UI components for Vue 3, designed to integrate beautifully with Tailwind CSS.",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"module": "dist/index.esm.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"README.md",
|
|
"dist"
|
|
],
|
|
"sideEffects": false,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tailwindlabs/headlessui.git",
|
|
"directory": "packages/@headlessui-vue"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build",
|
|
"build": "../../scripts/build.sh",
|
|
"watch": "../../scripts/watch.sh",
|
|
"test": "../../scripts/test.sh",
|
|
"lint": "../../scripts/lint.sh"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/vue": "^5.1.0",
|
|
"@vue/test-utils": "^2.0.0-beta.7",
|
|
"vue": "3.0.7"
|
|
}
|
|
}
|