UNPKG

1.43 kBJSONView Raw
1{
2 "name": "@instructure/ui-test-utils",
3 "version": "7.1.1",
4 "description": "A UI testing library made by Instructure Inc.",
5 "author": "Instructure, Inc. Engineering and Product Design",
6 "type": "module",
7 "main": "./lib/index.js",
8 "module": "./es/index.js",
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-test --lint",
17 "lint:fix": "ui-test --lint --fix",
18 "clean": "ui-build --clean",
19 "build": "ui-build --modules es,cjs",
20 "build:watch": "ui-build --watch"
21 },
22 "license": "MIT",
23 "devDependencies": {
24 "@instructure/ui-babel-preset": "^7.1.1",
25 "prop-types": "^15.6.2"
26 },
27 "dependencies": {
28 "@instructure/ui-test-locator": "^7.1.1",
29 "@instructure/ui-test-queries": "^7.1.1",
30 "@instructure/ui-test-sandbox": "^7.1.1",
31 "@sheerun/mutationobserver-shim": "^0.3.2",
32 "chai": "^4.2.0",
33 "chai-as-promised": "^7.1.1",
34 "chai-exclude": "^2.0.2",
35 "chai-string": "^1.5.0",
36 "dirty-chai": "^2.0.1",
37 "sinon-chai": "^3.3.0",
38 "wait-for-expect": "^2.0.0"
39 },
40 "peerDependencies": {
41 "react": "^16.8",
42 "react-dom": "^16.8"
43 },
44 "publishConfig": {
45 "access": "public"
46 },
47 "gitHead": "efcb1e6250ccb2b4c4ef8102dd4b9300b7d85f63"
48}