UNPKG

integrity.js

Version:

We didn't just build on React 18 - we improved React 18. Mobile-first React enhancement with performance-aware HTML attributes that compile to expert-level mobile optimizations.

82 lines 2 kB
{ "name": "integrity.js", "version": "1.7.1", "description": "We didn't just build on React 18 - we improved React 18. Mobile-first React enhancement with performance-aware HTML attributes that compile to expert-level mobile optimizations.", "main": "src/index.js", "module": "src/index.js", "files": [ "src/", "README.md", "LICENSE" ], "keywords": [ "react", "mobile", "performance", "framework", "mobile-first", "memory-management", "device-detection", "image-optimization", "hooks", "enhancement", "performance-aware-html", "react-18", "3d-galleries", "mobile-optimization", "progressive-web-app", "real-time-monitoring", "battery-aware", "network-aware", "touch-optimization", "fitness-app", "video-galleries", "gesture-control" ], "author": { "name": "CC Integrity LLC", "email": "info@cc-integrity.com", "url": "https://cc-integrity.com" }, "license": "MIT", "homepage": "https://cc-integrity.com/", "repository": { "type": "git", "url": "https://github.com/cc-integrity/integrity.js.git" }, "bugs": { "url": "https://github.com/cc-integrity/integrity.js/issues" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "engines": { "node": ">=14.0.0" }, "browserslist": [ "last 2 versions", "not dead", "not < 2%", "iOS >= 12", "Android >= 8" ], "funding": { "type": "individual", "url": "https://cc-integrity.com/investors" }, "scripts": { "build": "echo 'No build step required - framework ready to use'", "test": "echo 'Tests coming soon - framework in active development'", "demo": "echo 'Live demo at https://cc-integrity.com/fitness'" }, "demo": { "fitness": "https://cc-integrity.com/fitness", "framework": "https://cc-integrity.com/framework", "scale": "https://cc-integrity.com/test" } }