-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.25 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
{
"name": "myopenwifi",
"version": "0.5.9",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"generate:assets": "npx resize-image-cli -s './raw_assets/devices' -d './src/assets/devices/' -w 150 -h 150",
"generate:userportal-apis": "export TS_POST_PROCESS_FILE='yarn prettier --write'; npx openapi-generator-cli generate -i https://raw.githubusercontent.com/Telecominfraproject/wlan-cloud-userportal/main/openapi/userportal.yaml -g typescript-axios -o ./src/api/generated/owUserPortalApi --ignore-file-override=.openapi-generator-ignore --enable-post-process-file",
"postinstall": "patch-package",
"postversion": "react-native-version --never-amend"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@reduxjs/toolkit": "^1.6.2",
"axios": "^0.23.0",
"lodash.isequal": "^4.5.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"react": "17.0.2",
"react-native": "0.67.3",
"react-native-config": "^1.4.5",
"react-native-dropdown-picker": "^5.2.3",
"react-native-fs": "^2.18.0",
"react-native-keychain": "^8.0.0",
"react-native-localization": "^2.1.7",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.8.0",
"react-native-svg": "^12.3.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-uuid": "^2.0.1",
"react-native-version-info": "^1.1.1",
"react-native-webview": "^11.17.2",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"redux-persist-fs-storage": "^1.3.0",
"victory-native": "^36.3.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"prettier": "^2.4.1",
"react-native-version": "^4.0.0",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}