-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
40 lines (40 loc) · 1.21 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
{
"name": "ad-b2c-react-native-workspace",
"repository": "https://github.com/GSingh01/ad-b2c-react-native.git",
"author": "gsingh01 <guriqbalsingh_hanjra@yahoo.com>",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"start": "yarn workspace b2c-sample start",
"android": "yarn workspace b2c-sample android",
"ios": "yarn workspace b2c-sample ios",
"web": "yarn workspace b2c-sample web",
"test": "jest",
"watch": "jest --watch",
"compile": "yarn workspace ad-b2c-react-native compile",
"publish": "yarn workspace ad-b2c-react-native prep-publish",
"clean": "yarn workspace ad-b2c-react-native clean"
},
"installConfig": {
"hoistingLimits": "workspaces"
},
"packageManager": "yarn@3.1.0",
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@testing-library/jest-native": "^4.0.4",
"@testing-library/react-native": "^9.0.0",
"@types/babel__core": "^7.1.19",
"@types/jest": "^27.0.3",
"babel-jest": "^27.4.5",
"jest": "^27.4.7",
"metro-react-native-babel-preset": "^0.66.2"
},
"resolutions": {
"@types/react": "17.0.21"
}
}