Files
headlessui/packages/@headlessui-vue/package.json
T
2020-09-18 17:20:45 +02:00

46 lines
1.0 KiB
JSON

{
"name": "@headlessui/vue",
"version": "0.0.0",
"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",
"build": "../../scripts/build.sh",
"test": "../../scripts/test.sh",
"lint": "../../scripts/lint.sh"
},
"peerDependencies": {
"vue": "^3.0.0-rc.13"
},
"devDependencies": {
"@popperjs/core": "^2.4.4",
"@tailwindcss/ui": "^0.6.2",
"@testing-library/vue": "^5.0.4",
"@types/debounce": "^1.2.0",
"@types/node": "^14.11.1",
"@vue/compiler-sfc": "3.0.0-rc.13",
"@vue/test-utils": "^2.0.0-beta.5",
"husky": "^4.3.0",
"tailwindcss": "^1.8.10",
"tsdx": "^0.13.3",
"vite": "^1.0.0-rc.4",
"vue": "^3.0.0-rc.13"
}
}