UNPKG

1.8 kBJSONView Raw
1{
2 "name": "@instructure/ui-test-utils",
3 "version": "10.3.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": "10.3.0",
26 "@types/chai": "^4.3.16",
27 "@types/chai-as-promised": "^7.1.8",
28 "@types/chai-string": "^1.4.5",
29 "@types/dirty-chai": "^2.0.5",
30 "@types/sinon-chai": "^3.2.12",
31 "prop-types": "^15.8.1"
32 },
33 "dependencies": {
34 "@instructure/ui-test-locator": "10.3.0",
35 "@instructure/ui-test-queries": "10.3.0",
36 "@instructure/ui-test-sandbox": "10.3.0",
37 "@sheerun/mutationobserver-shim": "^0.3.3",
38 "chai": "^4.4.1",
39 "chai-as-promised": "^8.0.0",
40 "chai-exclude": "^2.1.1",
41 "chai-string": "^1.5.0",
42 "dirty-chai": "^2.0.1",
43 "nanoid": "^5.0.7",
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 "//dependency-comments": {
52 "chai": "v5 cannot be used because 'dirty-chai' needs chai v4 (and maybe other plugins too)"
53 },
54 "publishConfig": {
55 "access": "public"
56 }
57}