forked from Root-App/react-native-mock-render
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.53 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@coorpacademy/react-native-mock-render",
"version": "0.2.9",
"description": "A fork of react-native-mock that renders components",
"main": "build/react-native.js",
"scripts": {
"prepublishOnly": "npm run build",
"test": "echo 'WIP updating tests using @testing-library/react'",
"mocha": "mocha --require test/setup-tests.js --require @babel/register 'test/**/*.js'",
"mocha:watch": "npm run test -- --watch",
"build": "babel src --out-dir build",
"lint": "./node_modules/.bin/eslint 'src/' 'test/' 'mock.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Root-App/react-native-mock-render.git"
},
"keywords": [
"react",
"react-native",
"mock",
"testing"
],
"author": "Root Insurance Co. Dev Team <devs@joinroot.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Root-App/react-native-mock-render/issues"
},
"homepage": "https://github.com/Root-App/react-native-mock-render",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@cfaester/enzyme-adapter-react-18": "^0.5.1",
"@testing-library/react": "^13.3.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"@zarconontol/enzyme-adapter-react-18": "^0.7.3",
"babel-eslint": "10.0.2",
"babel-preset-airbnb": "5.0.0",
"chai": "4.3.6",
"enzyme": "^3.11.0",
"eslint": "8.20.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-native": "4.0.0",
"jsdom": "^20.0.0",
"metro-react-native-babel-preset": "^0.71.3",
"mocha": "^10.0.0",
"npm-check-updates": "^15.3.4",
"react": "^18.2.0",
"react-native": "^0.69.1",
"react-test-renderer": "^18.2.0",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0"
},
"dependencies": {
"art": "^0.10.3",
"create-react-class": "^15.7.0",
"cubic-bezier": "^0.1.2",
"invariant": "^2.2.4",
"keymirror": "^0.1.1",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"raf": "^3.4.1",
"react-dom": "^18.2.0",
"react-timer-mixin": "^0.13.4",
"warning": "^4.0.3"
},
"resolutions": {
"nwmatcher": "1.4.4",
"braces": "2.3.1",
"js-yaml": "3.13.1",
"ws": "3.3.1",
"sshpk": "1.13.2",
"tunnel-agent": "0.6.0",
"base64-url": "2.0.0",
"fstream": "1.0.12",
"tar": "2.2.2"
}
}