-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
127 lines (127 loc) · 4.48 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
118
119
120
121
122
123
124
125
126
127
{
"name": "rn-template",
"version": "1.0.0",
"private": true,
"scripts": {
"android:dev": "cross-env ENVFILE=.env.dev react-native run-android --active-arch-only",
"android:staging": "cd ./android && cross-env ENVFILE=.env.staging ./gradlew app:assembleRelease",
"android:prod": "cd ./android && fastlane build",
"android:publish": "cd ./android && fastlane publish",
"start": "watchman watch-del-all && react-native start --reset-cache",
"lint": "eslint 'src/**/*.{js,jsx,ts}'",
"lint:fix": "eslint --fix 'src/**/*.{js,jsx,ts,tsx}'",
"format": "prettier --write --cache --cache-strategy metadata 'src/**/*.{js,jsx,ts,tsx}'",
"clean": "react-native-clean-project",
"postinstall": "npx husky install && npx patch-package",
"commit": "git-cz",
"tsc": "tsc -p tsconfig.json",
"pod:debug": "cd ios && fastlane poddebug && cd ..",
"pod:release": "cd ios && fastlane podrelease && cd ..",
"ios:publish": "cd ./ios && fastlane publish",
"codepush": "node ./scripts/codePush/index.js"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"lint-staged": {
"*.{ts,tsx}": [
"npm run lint:fix",
"npm run format"
]
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@sdcx/image-crop": "^0.2.0",
"@sdcx/keyboard-insets": "^0.5.0",
"@sdcx/nested-scroll": "^0.14.0",
"@sdcx/pull-to-refresh": "^0.23.0",
"@shopify/flash-list": "^1.7.1",
"@td-design/react-native": "^5.9.4",
"@td-design/react-native-image-picker": "^1.8.0",
"@td-design/react-native-picker": "^3.1.0",
"@td-design/react-native-tabs": "^4.5.3",
"@td-design/rn-hooks": "^2.8.1",
"@wuba/react-native-echarts": "^1.3.1",
"axios": "^1.7.5",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"expo": "49.0.22",
"expo-image": "~1.8.1",
"immer": "^10.1.1",
"jotai": "^2.9.3",
"lodash-es": "^4.17.21",
"lottie-react-native": "5.1.6",
"qs": "^6.13.0",
"react": "18.2.0",
"react-error-boundary": "^4.0.13",
"react-native": "0.72.10",
"react-native-bars": "^2.4.3",
"react-native-blob-util": "^0.19.11",
"react-native-bootsplash": "^5.5.3",
"react-native-code-push": "^8.3.1",
"react-native-config": "^1.5.3",
"react-native-exception-handler": "^2.10.10",
"react-native-gesture-handler": "^2.18.1",
"react-native-image-picker": "^7.1.2",
"react-native-mmkv": "^2.12.2",
"react-native-pager-view": "^6.4.1",
"react-native-reanimated": "^3.15.1",
"react-native-redash": "^18.1.3",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^4.10.9",
"react-native-screens": "^3.34.0",
"react-native-svg": "^14.1.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@bam.tech/react-native-make": "^3.0.3",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/eslint-config": "^0.74.81",
"@react-native/metro-config": "^0.73.5",
"@react-navigation/devtools": "^6.0.27",
"@td-design/pont-engine": "1.1.4",
"@td-design/svgicon-cli": "^1.7.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/react-native": "^3.0.5",
"@types/lodash-es": "^4.17.12",
"@types/metro-config": "^0.76.3",
"@types/qs": "^6.9.15",
"@types/react": "^18.3.4",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"babel-plugin-import": "^1.13.8",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-customizable": "^7.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.1.5",
"inquirer": "9.2.19",
"lint-staged": "^15.2.9",
"metro-react-native-babel-preset": "0.76.8",
"patch-package": "^8.0.0",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.2",
"react-native-clean-project": "^4.0.3",
"react-native-flipper": "0.264.0",
"react-native-svg-transformer": "^1.5.0",
"shelljs": "^0.8.5",
"typescript": "5.5.4"
},
"engines": {
"node": ">=20.11.1"
}
}