UNPKG

1.15 kBJSONView Raw
1{
2 "name": "@instructure/ui-testbed",
3 "version": "5.45.0",
4 "description": "A test utility library for UI components",
5 "author": "Instructure, Inc. Engineering and Product Design",
6 "main": "./lib/index.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/instructure/instructure-ui.git"
10 },
11 "homepage": "https://instructure.github.io/instructure-ui/",
12 "bugs": "https://github.com/instructure/instructure-ui/issues",
13 "scripts": {
14 "lint": "ui-test --lint",
15 "lint:fix": "ui-test --lint --fix"
16 },
17 "license": "MIT",
18 "dependencies": {
19 "@instructure/ui-axe-check": "^5",
20 "chai": "^4.2.0",
21 "chai-enzyme": "^0.8.0",
22 "chai-string": "^1.5.0",
23 "dirty-chai": "^2.0.1",
24 "enzyme": "^2.9.1",
25 "glamor": "^2.20.37",
26 "keycode": "^2.1.8",
27 "mocha": "^6.0.2",
28 "react-addons-test-utils": "^15",
29 "react-test-renderer": "^15",
30 "sinon": "^7.2.7",
31 "sinon-chai": "^3.3.0"
32 },
33 "peerDependencies": {
34 "react": "^0.14.9 || ^15",
35 "react-dom": "^0.14.9 || ^15"
36 },
37 "publishConfig": {
38 "access": "public"
39 },
40 "gitHead": "0a880724f6bbd1be7e9679cc333750a3662d0d21"
41}