@vue-interface/sizeable
Version:
The sizeable mixin for interface components.
62 lines (61 loc) • 1.53 kB
JSON
{
"name": "@vue-interface/sizeable",
"version": "2.0.0-beta.11",
"description": "The sizeable mixin for interface components.",
"files": [
"dist"
],
"type": "module",
"main": "./dist/sizeable.umd.js",
"module": "./dist/sizeable.js",
"style": "./dist/style.css",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/sizeable.js",
"require": "./dist/sizeable.umd.js",
"types": "./dist/index.d.ts"
},
"./dist/style.css": "./dist/style.css",
"./tailwindcss/safelist": "./tailwindcss/safelist.cjs"
},
"browserslist": "last 2 versions, > 0.5%, ie >= 11",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vue-interface/sizeable.git"
},
"keywords": [
"Sizeable",
"Vue",
"Mixin",
"Tailwind",
"Bootstrap"
],
"author": "Justin Kimbrell",
"license": "ISC",
"bugs": {
"url": "https://github.com/vue-interface/sizeable/issues"
},
"homepage": "https://github.com/vue-interface/sizeable/docs#readme",
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vue-interface/eslint-config": "^1.0.0-beta.0",
"autoprefixer": "^10.4.13",
"change-case": "^4.1.2",
"eslint": "^8.34.0",
"pascalcase": "^2.0.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vite": "^4.1.4",
"vite-plugin-dts": "^1.7.3",
"vue": "^3.2.47"
}
}