UNPKG

@evg-b/evg-ui

Version:

EVG-UI library inspired by Material Design.

40 lines 902 B
{ "name": "@evg-b/evg-ui", "version": "0.0.2", "description": "EVG-UI library inspired by Material Design.", "main": "dist/index.js", "keywords": [ "react", "react-component", "material design", "material", "evg-ui", "evg", "ui", "components library", "components" ], "scripts": { "build": "rollup --config rollup.config.js", "watch": "rollup --config rollup.config.js --watch" }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/evg-b/EVG-UI.git", "directory": "packages/evg-ui" }, "author": "evg-b", "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5", "classnames": "^2.2.6", "jss": "^10.5.1", "jss-preset-default": "^10.5.1", "prop-types": "^15.7.2", "react": "^16.8.4", "react-dom": "^16.8.4" } }