Build optix dashboard is added

This commit is contained in:
2026-07-22 14:22:50 +05:30
parent 07770393f0
commit dcb70de432
44 changed files with 1370 additions and 45 deletions

View File

@@ -10,10 +10,12 @@
"test": "jest"
},
"dependencies": {
"@react-native/new-app-screen": "0.86.0",
"react": "19.2.3",
"react-native": "0.86.0",
"@react-native/new-app-screen": "0.86.0",
"react-native-safe-area-context": "^5.5.2"
"react-native-safe-area-context": "^5.8.0",
"react-native-svg": "^15.15.5",
"react-native-vector-icons": "^10.3.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
@@ -28,6 +30,7 @@
"@react-native/typescript-config": "0.86.0",
"@types/jest": "^29.5.13",
"@types/react": "^19.2.0",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^19.1.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
@@ -38,4 +41,4 @@
"engines": {
"node": ">= 22.11.0"
}
}
}