spino-elements-ts
Version:
A Vue.js 3 component library for dynamically adjusting text sizes and other reusable UI components.
59 lines • 1.69 kB
JSON
{
"name": "spino-elements-ts",
"version": "1.8.2",
"description": "A Vue.js 3 component library for dynamically adjusting text sizes and other reusable UI components.",
"main": "dist/spino-elements-ts.umd.js",
"module": "dist/spino-elements-ts.es.js",
"types": "dist/spino-elements-ts.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --fix src/**/*.{ts,tsx,vue}",
"format": "prettier --write 'src/**/*.{ts,tsx,vue,js,json,css,scss,md}'",
"lint:check": "eslint src/**/*.{ts,tsx,vue} --max-warnings=0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"vue3",
"components",
"responsive-text",
"ui-library",
"typescript"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://bitbucket.org/spinomenal-nexus/spino-elements-ts.git"
},
"files": [
"dist",
"README.md"
],
"author": "ron.b <ron.b@spinomenal.com>",
"peerDependencies": {
"vue": "^3.2.0"
},
"dependencies": {
"jquery": "^3.7.1",
"textfit": "^2.x"
},
"devDependencies": {
"@types/jquery": "^3.5.32",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-vue": "^9.32.0",
"rollup-plugin-typescript2": "^0.30.0",
"sass": "^1.84.0",
"typescript": "^5.4.5",
"vite": "^4.0.0",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vue-eslint-parser": "^9.4.3"
}
}