UNPKG

1.53 kBJSONView Raw
1{
2 "name": "@instructure/ui-themeable",
3 "version": "7.5.1",
4 "description": "A UI component library made by Instructure Inc.",
5 "author": "Instructure, Inc. Engineering and Product Design",
6 "type": "commonjs",
7 "module": "./es/index.js",
8 "main": "./lib/index.js",
9 "types": "./types/index.d.ts",
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/instructure/instructure-ui.git"
13 },
14 "homepage": "https://instructure.github.io/instructure-ui/",
15 "bugs": "https://github.com/instructure/instructure-ui/issues",
16 "scripts": {
17 "lint": "ui-test --lint",
18 "lint:fix": "ui-test --lint --fix",
19 "clean": "ui-build --clean",
20 "build": "ui-build --modules es,cjs",
21 "build:watch": "ui-build --watch",
22 "build:types": "ui-scripts --types"
23 },
24 "license": "MIT",
25 "devDependencies": {
26 "@instructure/ui-babel-preset": "^7.5.1",
27 "@instructure/ui-test-utils": "^7.5.1",
28 "@instructure/ui-testable": "^7.5.1"
29 },
30 "dependencies": {
31 "@babel/runtime": "^7.9.2",
32 "@instructure/console": "^7.5.1",
33 "@instructure/ui-color-utils": "^7.5.1",
34 "@instructure/ui-decorator": "^7.5.1",
35 "@instructure/ui-dom-utils": "^7.5.1",
36 "@instructure/ui-react-utils": "^7.5.1",
37 "@instructure/ui-stylesheet": "^7.5.1",
38 "@instructure/ui-utils": "^7.5.1",
39 "@instructure/uid": "^7.5.1",
40 "prop-types": "^15"
41 },
42 "peerDependencies": {
43 "react": "^16.8"
44 },
45 "publishConfig": {
46 "access": "public"
47 },
48 "gitHead": "c3362c9e1ed14e5bf1221da5abdde2aeeaef8c48"
49}