UNPKG

@fiddle-digital/string-responsive

Version:

StringResponsive is a comprehensive JavaScript library for responsive design management in web applications. It enables dynamic handling of device-specific media queries and events, allowing developers to programmatically adjust UI and functionality based

62 lines 1.93 kB
{ "name": "@fiddle-digital/string-responsive", "version": "0.0.2", "description": "StringResponsive is a comprehensive JavaScript library for responsive design management in web applications. It enables dynamic handling of device-specific media queries and events, allowing developers to programmatically adjust UI and functionality based on device type (mobile, tablet, laptop, desktop). The library simplifies the implementation of adaptive features and enhances user experience across different devices.", "keywords": [ "responsive-design", "media-queries", "device-detection", "adaptive-design", "responsive-web-design", "javascript-library", "UI-adaptation", "device-responsive", "web-development", "dynamic-resizing", "layout-management", "cross-device", "mobile-first", "tablet-optimization", "desktop-optimization", "screen-size-detection", "responsive-events", "adaptive-layout", "user-interface", "design-adjustment" ], "repository": { "type": "git", "url": "https://github.com/DTroshchylo/string-responsive" }, "main": "./dist/index.js", "module": "dist/index.esm.js", "types": "./dist/index.d.ts", "scripts": { "build": "webpack", "minify": "terser dist/index.js --compress --mangle -o dist/index.js" }, "authors": [ { "name": "Dmitro Troshchylo" }, { "name": "Penev Vladislav", "email": "penev.vladislav@gmail.com", "url": "https://github.com/penev-palemiya" } ], "license": "MIT", "devDependencies": { "@babel/cli": "^7.22.9", "@babel/core": "^7.22.9", "@babel/preset-env": "^7.22.9", "@babel/preset-typescript": "^7.22.5", "@types/node": "^20.4.2", "terser": "^5.19.0", "ts-loader": "^9.4.4", "typescript": "^5.1.6", "webpack": "^5.88.2", "webpack-bundle-analyzer": "^4.9.0", "webpack-cli": "^5.1.4" } }