-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
117 lines (117 loc) · 4.42 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "@react-pakistan/react-native-boilerplate",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"build": "yarn clean:build && yarn build:ts && cp package.json lib && cp README.md lib",
"build:ts": "tsc --project tsconfig.build.json",
"bundle": "cd android && ./gradlew bundleRelease",
"clean": "npx react-native-clean-project",
"clean:build": "yarn rimraf ./lib",
"debug": "open 'rndebugger://set-debugger-loc?host=localhost&port=8081'",
"format": "yarn format:markdown",
"format:markdown": "prettier --parser markdown --write *.md",
"gradle": "cd android; ./gradlew clean; cd ..",
"ios": "react-native run-ios",
"lint": "yarn lint:ts && yarn lint:css",
"lint:staged": "lint-staged",
"lint:css": "stylelint 'src/**/*.ts' --config stylelint.config.js",
"lint:ts": "eslint --config .eslintrc .",
"pod:install": "cd ios; pod install; cd ..;",
"pod:update": "cd ios; pod update; cd ..;",
"setup": "yarn; yarn pod; yarn gradle;",
"start": "yarn clean:build && react-native start",
"test": "jest --coverage --config ./jest.config.js",
"upgrade": "ncu -u -x react-native-svg"
},
"dependencies": {
"@apollo/client": "3.7.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.5.1",
"@react-navigation/drawer": "^6.5.5",
"@react-navigation/native": "^6.1.1",
"@react-navigation/stack": "^6.3.9",
"@react-pakistan/react-native-commons-collection": "^2.10.0",
"@react-pakistan/react-native-icon-collection": "^2.5.11",
"@react-pakistan/react-native-ui-collection": "^2.9.2",
"@react-pakistan/util-functions": "^1.12.16",
"@react-pakistan/util-react-native-functions": "^1.6.47",
"@reduxjs/toolkit": "^1.9.1",
"appcenter": "^4.4.5",
"appcenter-analytics": "^4.4.5",
"appcenter-crashes": "^4.4.5",
"axios": "^1.2.1",
"graphql": "^16.6.0",
"react": "18.2.0",
"react-native": "0.70.6",
"react-native-config": "^1.4.11",
"react-native-device-info": "^10.3.0",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "^2.8.0",
"react-native-onboarding-swiper": "^1.2.0",
"react-native-reanimated": "^2.13.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-svg": "^11.0.1",
"react-native-unimodules": "^0.14.10",
"react-native-youtube": "^2.0.2",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.6",
"@react-native-community/segmented-control": "^2.2.2",
"@react-native-community/slider": "^4.3.3",
"@react-pakistan/eslint-config-shared": "^1.4.50",
"@types/i18n-js": "^3.8.3",
"@types/jest": "^29.2.4",
"@types/react": "^18.0.26",
"@types/react-native": "^0.70.8",
"@types/react-native-onboarding-swiper": "^1.1.4",
"@types/react-redux": "^7.1.24",
"@types/react-test-renderer": "^18.0.0",
"@types/redux-logger": "^3.0.9",
"@types/styled-components": "^5.1.26",
"@types/styled-components-react-native": "^5.2.0",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"babel-jest": "^29.3.1",
"babel-plugin-module-resolver": "^4.1.0",
"detox": "^20.0.3",
"eslint": "^8.29.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
"lint-staged": "^13.1.0",
"metro-react-native-babel-preset": "^0.73.4",
"react-native-pager-view": "^6.1.2",
"react-native-typescript-transformer": "^1.2.13",
"react-test-renderer": "18.2.0",
"redux-mock-store": "^1.5.4",
"stylelint": "^14.16.0",
"stylelint-config-react-native-styled-components": "^0.5.0",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"stylelint-react-native": "^2.4.0",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
},
"lint-staged": {
"*.{ts,tsx}": [
"yarn lint"
]
}
}