UNPKG

1.49 kBJSONView Raw
1{
2 "name": "@instructure/ui-react-utils",
3 "version": "8.38.0",
4 "description": "A React utility library made by Instructure Inc.",
5 "author": "Instructure, Inc. Engineering and Product Design",
6 "module": "./es/index.js",
7 "main": "./lib/index.js",
8 "types": "./types/index.d.ts",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/instructure/instructure-ui.git"
12 },
13 "homepage": "https://instructure.github.io/instructure-ui/",
14 "bugs": "https://github.com/instructure/instructure-ui/issues",
15 "scripts": {
16 "lint": "run -T ui-test --lint",
17 "lint:fix": "run -T ui-test --lint --fix",
18 "clean": "run -T ui-build --clean",
19 "build": "run -T ui-build --modules es,cjs",
20 "build:watch": "run -T ui-build --watch",
21 "build:types": "run -T tsc -p tsconfig.build.json"
22 },
23 "license": "MIT",
24 "devDependencies": {
25 "@instructure/ui-babel-preset": "8.38.0",
26 "@instructure/ui-test-utils": "8.38.0"
27 },
28 "dependencies": {
29 "@babel/runtime": "^7.21.0",
30 "@emotion/is-prop-valid": "^1.2.0",
31 "@instructure/console": "8.38.0",
32 "@instructure/shared-types": "8.38.0",
33 "@instructure/ui-decorator": "8.38.0",
34 "@instructure/ui-dom-utils": "8.38.0",
35 "@instructure/ui-utils": "8.38.0",
36 "hoist-non-react-statics": "^3.3.2",
37 "prop-types": "^15.8.1"
38 },
39 "peerDependencies": {
40 "react": ">=16.8 <=18",
41 "react-dom": ">=16.8 <=18"
42 },
43 "publishConfig": {
44 "access": "public"
45 },
46 "sideEffects": false
47}