-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
50 lines (50 loc) · 1.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@theforeman/test",
"version": "14.0.0",
"description": "Test utils for theforeman",
"author": "Amir Fefer <[email protected]>",
"homepage": "https://github.com/theforeman/foreman-js#readme",
"bugs": {
"url": "https://github.com/theforeman/foreman-js/issues"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theforeman/foreman-js.git",
"directory": "packages/test"
},
"bin": {
"tfm-test": "./bin/tfm-test.js",
"tfm-publish-coverage": "./bin/tfm-publish-coverage.js"
},
"scripts": {
"test": "echo \"@theforeman/env does not contain any tests at the moment.\""
},
"dependencies": {
"@apollo/react-testing": "^4.0.0",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.2",
"@testing-library/react-hooks": "^3.4.2",
"@theforeman/builder": "^14.0.0",
"@theforeman/vendor-core": "^14.0.0",
"axios-mock-adapter": "^1.1.7",
"babel-jest": "^26.3.0",
"babel-plugin-dynamic-import-node": "^2.0.0",
"cheerio": "1.0.0-rc.10",
"commander": "^7.2.0",
"coveralls": "^3.0.9",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.0",
"jest-prop-type-error": "^1.1.0",
"jest-transform-graphql": "^2.1.0",
"raf": "^3.4.0",
"react-redux-test-utils": "^0.2.0",
"react-test-renderer": "^17.0.1"
}
}