UNPKG

@mobiscroll/react-lite

Version:

React UI library for progressive web and hybrid apps

48 lines (47 loc) 1.32 kB
{ "name": "@mobiscroll/react-lite", "version": "4.10.9", "description": "React UI library for progressive web and hybrid apps", "homepage": "https://mobiscroll.com/", "license": "Apache-2.0", "keywords": [ "mobile web", "hybrid apps", "javascript", "mobiscroll", "javascript library", "react", "component library", "ui components", "ui kit" ], "author": { "name": "Mobiscroll", "url": "https://mobiscroll.com/" }, "repository": { "type": "git", "url": "https://github.com/acidb/mobiscroll.git" }, "bugs": { "url": "https://github.com/acidb/mobiscroll/issues" }, "main": "dist/js/mobiscroll.react.min.js", "typings": "dist/src/js/frameworks/react.d.ts", "style": "dist/css/mobiscroll.min.css", "files": [ "dist/js/mobiscroll.react.js", "dist/js/mobiscroll.react.min.js", "dist/css/mobiscroll.css", "dist/css/mobiscroll.scss", "dist/css/mobiscroll.min.css", "dist/css/icons_mobiscroll.ttf", "dist/css/icons_mobiscroll.woff", "dist/src/**" ], "peerDependencies": { "react": ">=15.3.0", "react-dom": ">=15.3.0", "prop-types": ">=15.5.0" } }