react-native-boiler-plate-vijay 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-boiler-plate-vijay",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A professional, production-ready React Native boilerplate template with TypeScript, Redux Toolkit, React Navigation, Axios, i18n, SVG support, and scalable architecture.",
5
5
  "keywords": [
6
6
  "react-native",
@@ -5,17 +5,9 @@
5
5
  "scripts": {
6
6
  "android": "react-native run-android",
7
7
  "ios": "react-native run-ios",
8
- "start": "react-native start --reset-cache",
9
- "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
10
- "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
11
- "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\"",
12
- "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx}\"",
13
- "test": "jest --passWithNoTests",
14
- "test:coverage": "jest --coverage --passWithNoTests",
15
- "clean:android": "cd android && ./gradlew clean && cd ..",
16
- "clean:ios": "cd ios && xcodebuild clean && cd ..",
17
- "clean": "react-native clean",
18
- "prepare": "husky"
8
+ "lint": "eslint .",
9
+ "start": "react-native start --reset-cache --client-logs",
10
+ "test": "jest"
19
11
  },
20
12
  "dependencies": {
21
13
  "@react-native-async-storage/async-storage": "^3.0.2",
@@ -56,26 +48,15 @@
56
48
  "@types/validator": "^13.15.10",
57
49
  "babel-plugin-module-resolver": "^5.0.3",
58
50
  "eslint": "^8.19.0",
59
- "husky": "^9.1.7",
60
51
  "jest": "^29.6.3",
61
- "lint-staged": "^15.2.10",
62
52
  "prettier": "2.8.8",
63
53
  "react-native-svg-transformer": "^1.5.3",
64
54
  "react-test-renderer": "19.2.3",
65
55
  "typescript": "^5.8.3"
66
56
  },
67
- "lint-staged": {
68
- "*.{ts,tsx,js,jsx}": [
69
- "eslint --fix",
70
- "prettier --write"
71
- ]
72
- },
73
57
  "jest": {
74
58
  "preset": "react-native",
75
- "setupFilesAfterFramework": [],
76
- "transformIgnorePatterns": [
77
- "node_modules/(?!(react-native|@react-native|@react-navigation|react-native-svg)/)"
78
- ]
59
+ "preset": "react-native"
79
60
  },
80
61
  "engines": {
81
62
  "node": ">= 22.11.0"
@@ -1 +0,0 @@
1
- npx lint-staged