UNPKG

1.41 kBJSONView Raw
1{
2 "name": "@instructure/ui-test-utils",
3 "version": "6.25.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 "repository": {
9 "type": "git",
10 "url": "https://github.com/instructure/instructure-ui.git"
11 },
12 "homepage": "https://instructure.github.io/instructure-ui/",
13 "bugs": "https://github.com/instructure/instructure-ui/issues",
14 "scripts": {
15 "lint": "ui-test --lint",
16 "lint:fix": "ui-test --lint --fix",
17 "clean": "ui-build --clean",
18 "build": "ui-build",
19 "build:watch": "ui-build --watch"
20 },
21 "license": "MIT",
22 "devDependencies": {
23 "@instructure/ui-babel-preset": "^6.25.0",
24 "prop-types": "^15.6.2"
25 },
26 "dependencies": {
27 "@instructure/ui-test-locator": "^6.25.0",
28 "@instructure/ui-test-queries": "^6.25.0",
29 "@instructure/ui-test-sandbox": "^6.25.0",
30 "@sheerun/mutationobserver-shim": "^0.3.2",
31 "chai": "^4.2.0",
32 "chai-as-promised": "^7.1.1",
33 "chai-exclude": "^2.0.2",
34 "chai-string": "^1.5.0",
35 "dirty-chai": "^2.0.1",
36 "sinon-chai": "^3.3.0",
37 "wait-for-expect": "^2.0.0"
38 },
39 "peerDependencies": {
40 "react": "^15 || ^16",
41 "react-dom": "^15 || ^16"
42 },
43 "publishConfig": {
44 "access": "public"
45 },
46 "gitHead": "96369b826a3964051a7e3621c297a3dd6a14169a"
47}