UNPKG

spino-elements

Version:

A Vue.js 2 component library for dynamically adjusting text sizes within elements using TextFit.

53 lines 1.36 kB
{ "name": "spino-elements", "version": "1.5.2", "description": "A Vue.js 2 component library for dynamically adjusting text sizes within elements using TextFit.", "main": "dist/spino-elements.umd.js", "module": "dist/spino-elements.es.js", "types": "dist/index.d.ts", "scripts": { "dev": "vite", "build": "vite build", "serve": "vite preview", "lint": "eslint --ext .js,.ts,.vue src", "lint:fix": "eslint --ext .js,.ts,.vue src --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "vue", "vue2", "textfit", "text-resize", "responsive-text", "vue-components" ], "license": "MIT", "repository": { "type": "git", "url": "https://bitbucket.org/spinomenal-nexus/spino-elements.git" }, "files": [ "dist", "README.md" ], "author": "ron.b <ron.b@spinomenal.com>", "peerDependencies": { "vue": "^2.6.0" }, "dependencies": { "jquery": "^1.9.1", "textfit": "^2.x", "vue": "^2.6.0", "vue-class-component": "^7.2.3", "vue-property-decorator": "^9.1.2" }, "devDependencies": { "rollup-plugin-typescript2": "^0.30.0", "sass": "^1.83.4", "typescript": "^5.4.5", "vite": "^2.9.9", "vite-plugin-css-injected-by-js": "^3.5.2", "vite-plugin-vue2": "^2.0.3", "vue-template-compiler": "^2.6.14" } }