forked from GSingh01/ad-b2c-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.75 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
{
"name": "ad-b2c-react-native",
"version": "1.1.7",
"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",
"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",
"peerDependencies": {
"react": "^16.8.3",
"react-native-webview": "^7.0.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"babel-jest": "^25.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"jest": "^25.3.0",
"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.62.2",
"react-native-webview": "^9.1.3",
"react-test-renderer": "^16.13.1",
"tern": "^0.24.3"
}
}