@vue-interface/select-field
Version:
A Vue select field component.
56 lines • 1.34 kB
JSON
{
"name": "@vue-interface/select-field",
"version": "2.0.19",
"description": "A Vue select field component.",
"type": "module",
"main": "./dist/select-field.umd.cjs",
"module": "./dist/select-field.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"source": "./index.ts",
"types": "./dist/index.d.ts",
"style": "./index.css",
"import": "./dist/select-field.js",
"require": "./dist/select-field.umd.cjs"
}
},
"browserslist": "last 2 versions, > 0.5%, ie >= 11",
"repository": {
"type": "git",
"url": "git+https://github.com/vue-interface/vue-interface.github.io"
},
"keywords": [
"Select",
"Field",
"Vue",
"Component",
"Tailwind",
"Bootstrap"
],
"author": "Justin Kimbrell",
"license": "MIT",
"bugs": {
"url": "https://github.com/vue-interface/vue-interface.github.io"
},
"homepage": "https://vue-interface.github.io/packages/select-field",
"readme": "README.md",
"files": [
"src",
"dist",
"index.ts",
"index.css",
"README.md",
"LICENSE"
],
"peerDependencies": {
"vue": "^3.3.4",
"@vue-interface/activity-indicator": "3.0.8",
"@vue-interface/form-control": "2.0.19"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
}
}