forked from GSingh01/ad-b2c-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.02 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
{
"name": "ad-b2c-react-native",
"version": "1.1.6",
"description": "React Native Azure B2C auth using JS. This doesn't require eject from expo.",
"main": "index.js",
"files": [
"index.js",
"src"
],
"scripts": {
"test": "jest --coverage",
"upgrade-interactive": "npm-check --update"
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
},
"transformIgnorePatterns": [
"/node_modules/(?!react-native|react-clone-referenced-element|react-navigation)"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"automock": false,
"setupFiles": [
"./setupJest.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSingh01/ad-b2c-react-native.git"
},
"keywords": [
"react native b2c",
"b2c ejectless"
],
"author": "Guriqbal Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/GSingh01/ad-b2c-react-native/issues"
},
"homepage": "https://github.com/GSingh01/ad-b2c-react-native#readme",
"resolutions": {
"plist": ">=3.0.2",
"dot-prop": "^5.1.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"node-notifier": "^9.0.0",
"ua-parser-js": "^0.7.24",
"hosted-git-info": "^3.0.8"
},
"peerDependencies": {
"react": "^16.8.3",
"react-native-webview": "^11.13.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"babel-jest": "^26.6.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^7.21.0",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
"npm-check": "^5.9.2",
"react": "^16.13.1",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.13.1",
"react-native": "^0.63.4",
"react-native-webview": "^11.13.0",
"react-test-renderer": "^16.13.1",
"tern": "^0.24.3"
},
"dependencies": {}
}