UNPKG

text-fields

Version:

TextFields is designed to create and manage text fields with advanced visuals and functionality, including dynamic notched outlines, floating labels, and adaptive text areas.

85 lines (84 loc) 2.14 kB
{ "name": "text-fields", "version": "3.5.1", "description": "TextFields is designed to create and manage text fields with advanced visuals and functionality, including dynamic notched outlines, floating labels, and adaptive text areas.", "author": "ux-ui.pro", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ux-ui-pro/text-fields.git" }, "bugs": { "url": "https://github.com/ux-ui-pro/text-fields/issues" }, "homepage": "https://github.com/ux-ui-pro/text-fields", "sideEffects": false, "scripts": { "clean": "rm -rf dist .parcel-cache", "build": "yarn clean && parcel build", "lint:js": "eslint **/*.{ts,js}", "lint:scss": "stylelint **/*.scss", "lintfix": "yarn lint:js --fix && yarn lint:scss --fix" }, "browserslist": "> 0.5%, last 2 versions, not dead", "css": "dist/index.css", "main": "dist/index.js", "module": "dist/index.module.js", "types": "dist/index.d.ts", "targets": { "css": { "source": "src/index.scss" }, "main": { "source": "src/index.ts" }, "module": { "source": "src/index.ts" }, "types": { "source": "src/index.ts" } }, "devDependencies": { "@parcel/packager-ts": "2.12.0", "@parcel/transformer-sass": "2.12.0", "@parcel/transformer-typescript-types": "2.12.0", "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.11.0", "eslint": "^7.32.0 || ^8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.29.1", "stylelint": "^16.6.1", "stylelint-config-standard-scss": "^13.1.0", "stylelint-selector-bem-pattern": "^4.0.0", "parcel": "^2.12.0", "typescript": "^5.4.5" }, "keywords": [ "text", "field", "input", "textarea", "auto", "resizeable", "icons", "required", "material", "design", "mobile", "desktop", "floating", "label", "notched", "outline", "form", "validation", "responsive", "ui", "ux", "javascript", "web", "development", "typescript" ] }