5fef3614c5
Bumps [@vue/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc) from 3.0.0-rc.13 to 3.0.0. - [Release notes](https://github.com/vuejs/vue-next/releases) - [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-next/commits/v3.0.0/packages/compiler-sfc) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@headlessui/vue",
|
|
"version": "0.1.3",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"module": "dist/headlessui.esm.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tailwindlabs/headlessui.git",
|
|
"directory": "packages/@headlessui-vue"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"playground": "vite serve examples",
|
|
"playground:build": "NODE_ENV=production vite build examples",
|
|
"prepublishOnly": "npm run build",
|
|
"build": "../../scripts/build.sh",
|
|
"test": "../../scripts/test.sh",
|
|
"lint": "../../scripts/lint.sh"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.0.0-rc.13"
|
|
},
|
|
"devDependencies": {
|
|
"@popperjs/core": "^2.5.3",
|
|
"@testing-library/vue": "^5.1.0",
|
|
"@types/debounce": "^1.2.0",
|
|
"@types/node": "^14.11.2",
|
|
"@vue/compiler-sfc": "3.0.0",
|
|
"@vue/test-utils": "^2.0.0-beta.6",
|
|
"husky": "^4.3.0",
|
|
"vite": "^1.0.0-rc.4",
|
|
"vue": "^3.0.0-rc.13",
|
|
"vue-router": "^4.0.0-beta.12"
|
|
}
|
|
}
|