UNPKG

1.66 kBJSONView Raw
1{
2 "name": "@instructure/ui-test-utils",
3 "version": "8.44.0",
4 "description": "A UI testing library made by Instructure Inc.",
5 "author": "Instructure, Inc. Engineering and Product Design",
6 "main": "./lib/index.js",
7 "module": "./es/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": "ui-scripts lint",
17 "lint:fix": "ui-scripts lint --fix",
18 "clean": "ui-scripts clean",
19 "build": "ui-scripts build --modules es,cjs",
20 "build:watch": "ui-scripts build --watch",
21 "build:types": "tsc -p tsconfig.build.json"
22 },
23 "license": "MIT",
24 "devDependencies": {
25 "@instructure/ui-babel-preset": "8.44.0",
26 "@types/chai": "^4.3.6",
27 "@types/chai-as-promised": "^7.1.6",
28 "@types/chai-string": "^1.4.3",
29 "@types/dirty-chai": "^2.0.2",
30 "@types/sinon-chai": "^3.2.9",
31 "prop-types": "^15.8.1"
32 },
33 "dependencies": {
34 "@instructure/ui-test-locator": "8.44.0",
35 "@instructure/ui-test-queries": "8.44.0",
36 "@instructure/ui-test-sandbox": "8.44.0",
37 "@sheerun/mutationobserver-shim": "^0.3.3",
38 "chai": "^4.3.8",
39 "chai-as-promised": "^7.1.1",
40 "chai-exclude": "^2.1.0",
41 "chai-string": "^1.5.0",
42 "dirty-chai": "^2.0.1",
43 "nanoid": "^4.0.2",
44 "sinon-chai": "^3.7.0",
45 "wait-for-expect": "^3.0.2"
46 },
47 "peerDependencies": {
48 "react": ">=16.8 <=18",
49 "react-dom": ">=16.8 <=18"
50 },
51 "publishConfig": {
52 "access": "public"
53 }
54}