UNPKG

@instructure/ui-themeable

Version:

A UI component library made by Instructure Inc.

50 lines (49 loc) 1.53 kB
{ "name": "@instructure/ui-themeable", "version": "7.5.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", "module": "./es/index.js", "main": "./lib/index.js", "types": "./types/index.d.ts", "repository": { "type": "git", "url": "https://github.com/instructure/instructure-ui.git" }, "homepage": "https://instructure.github.io/instructure-ui/", "bugs": "https://github.com/instructure/instructure-ui/issues", "scripts": { "lint": "ui-test --lint", "lint:fix": "ui-test --lint --fix", "clean": "ui-build --clean", "build": "ui-build --modules es,cjs", "build:watch": "ui-build --watch", "build:types": "ui-scripts --types" }, "license": "MIT", "devDependencies": { "@instructure/ui-babel-preset": "^7.5.1", "@instructure/ui-test-utils": "^7.5.1", "@instructure/ui-testable": "^7.5.1" }, "dependencies": { "@babel/runtime": "^7.9.2", "@instructure/console": "^7.5.1", "@instructure/ui-color-utils": "^7.5.1", "@instructure/ui-decorator": "^7.5.1", "@instructure/ui-dom-utils": "^7.5.1", "@instructure/ui-react-utils": "^7.5.1", "@instructure/ui-stylesheet": "^7.5.1", "@instructure/ui-utils": "^7.5.1", "@instructure/uid": "^7.5.1", "prop-types": "^15" }, "peerDependencies": { "react": "^16.8" }, "publishConfig": { "access": "public" }, "gitHead": "c3362c9e1ed14e5bf1221da5abdde2aeeaef8c48" }