-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
68 lines (68 loc) · 1.74 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "jest-preset-hops",
"version": "16.0.0-nightly.5",
"description": "Jest preset to work with Hops powered projects",
"keywords": [
"hops",
"jest"
],
"license": "MIT",
"engines": {
"node": "14 || 16"
},
"scripts": {
"test": "jest"
},
"jest": {
"displayName": "unit",
"testEnvironment": "node"
},
"repository": {
"type": "git",
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"chalk": "^4.0.0",
"core-js": "^3.2.1",
"hops": "16.0.0-nightly.5",
"identity-obj-proxy": "^3.0.0",
"import-from": "^4.0.0",
"regenerator-runtime": "^0.13.3"
},
"peerDependencies": {
"babel-jest": "^26.0.0 || ^27.0.0",
"hops-msw": "15.0.0-nightly.5",
"hops-react-apollo": "15.0.0-nightly.5",
"jest": "^26.0.0 || ^27.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"react-helmet-async": "^1.0.4",
"react-router-dom": "^5.1.0",
"ts-jest": "^26.0.0 || ^27.0.3"
},
"peerDependenciesMeta": {
"hops-msw": {
"optional": true
},
"hops-react-apollo": {
"optional": true
}
},
"devDependencies": {
"babel-jest": "^27.0.0",
"jest": "^27.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.0.9",
"react-router-dom": "^5.2.0",
"ts-jest": "^27.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/jest-preset#readme",
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"
}