generated from thundersdata-frontend/rn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.51 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": {
"@bam.tech/react-native-image-resizer": "^3.0.7",
"@ebay/nice-modal-react": "^1.2.13",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@sdcx/image-crop": "^0.2.0",
"@sdcx/keyboard-insets": "^0.2.0",
"@sdcx/nested-scroll": "^0.11.0",
"@sdcx/pull-to-refresh": "^0.13.0",
"@shopify/flash-list": "^1.6.1",
"@td-design/react-native": "^5.4.3",
"@td-design/react-native-image-picker": "^1.7.1",
"@td-design/react-native-picker": "^2.3.3",
"@td-design/react-native-tabs": "^4.3.0",
"@td-design/rn-hooks": "^2.7.3",
"@wuba/react-native-echarts": "^1.2.5",
"axios": "^1.5.1",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"expo": "^49.0.13",
"expo-image": "~1.5.1",
"immer": "^10.0.3",
"jotai": "^2.4.3",
"lodash-es": "^4.17.21",
"lottie-react-native": "5.1.6",
"react": "18.2.0",
"react-error-boundary": "^4.0.11",
"react-native": "0.72.6",
"react-native-bars": "^2.3.0",
"react-native-blob-util": "^0.19.1",
"react-native-bootsplash": "^4.7.5",
"react-native-code-push": "^8.1.0",
"react-native-config": "^1.5.1",
"react-native-exception-handler": "^2.10.10",
"react-native-gesture-handler": "^2.13.3",
"react-native-image-picker": "^7.0.1",
"react-native-mmkv": "^2.10.2",
"react-native-pager-view": "^6.2.2",
"react-native-reanimated": "^3.5.4",
"react-native-redash": "^18.1.1",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^4.7.2",
"react-native-screens": "^3.26.0",
"react-native-svg": "^13.14.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@bam.tech/react-native-make": "^3.0.3",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@react-navigation/devtools": "^6.0.19",
"@td-design/pont-engine": "1.1.4",
"@td-design/svgicon-cli": "^1.6.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@tsconfig/react-native": "^3.0.2",
"@types/lodash-es": "^4.17.9",
"@types/metro-config": "^0.76.3",
"@types/react": "^18.2.28",
"@types/react-native": "^0.72.3",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"babel-plugin-import": "^1.13.8",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-customizable": "^7.0.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"inquirer": "8.1.0",
"lint-staged": "^15.0.1",
"metro-react-native-babel-preset": "0.76.8",
"patch-package": "^8.0.0",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.6",
"react-native-clean-project": "^4.0.1",
"react-native-flipper": "0.212.0",
"shelljs": "^0.8.5",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18"
}
}