⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
APPFORSOLAR
All Projects
APPFORSOLAR
+
New issue
New wiki page
Overview
Activity
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Download (3.01 KB)
Feature #10307
» package.json
Thirupathirao Uppu
, 08/10/2026 11:36 AM
{
"name"
:
"RegalSolarEnergy"
,
"version"
:
"0.0.1"
,
"private"
:
true
,
"scripts"
:
{
"android"
:
"react-native run-android"
,
"ios"
:
"react-native run-ios"
,
"lint"
:
"eslint ."
,
"start"
:
"react-native start"
,
"test"
:
"jest"
,
"tenant:list"
:
"node scripts/switch-tenant.js list"
,
"tenant:validate"
:
"node scripts/switch-tenant.js validate"
,
"tenant:switch"
:
"node scripts/switch-tenant.js"
,
"tenant:regal"
:
"node scripts/switch-tenant.js regal-solar"
,
"tenant:demo"
:
"node scripts/switch-tenant.js demo-brand"
,
"preandroid"
:
"node scripts/switch-tenant.js validate"
,
"preios"
:
"node scripts/switch-tenant.js validate"
},
"dependencies"
:
{
"@notifee/react-native"
:
"^9.1.8"
,
"@react-native-async-storage/async-storage"
:
"^3.0.1"
,
"@react-native-community/datetimepicker"
:
"^9.1.0"
,
"@react-native-community/geolocation"
:
"^3.4.0"
,
"@react-native-documents/picker"
:
"^12.0.1"
,
"@react-native-firebase/app"
:
"^23.8.6"
,
"@react-native-firebase/messaging"
:
"^23.8.6"
,
"@react-native/new-app-screen"
:
"0.84.0"
,
"@react-navigation/bottom-tabs"
:
"^7.15.2"
,
"@react-navigation/native"
:
"^7.1.31"
,
"@react-navigation/native-stack"
:
"^7.14.2"
,
"@reduxjs/toolkit"
:
"^2.11.2"
,
"axios"
:
"^1.13.5"
,
"date-fns"
:
"^2.30.0"
,
"i18next"
:
"^25.8.13"
,
"lucide-react-native"
:
"^0.575.0"
,
"react"
:
"19.2.3"
,
"react-i18next"
:
"^16.5.4"
,
"react-native"
:
"0.84.0"
,
"react-native-config"
:
"^1.6.1"
,
"react-native-gesture-handler"
:
"^2.30.0"
,
"react-native-html-to-pdf"
:
"^1.3.0"
,
"react-native-image-picker"
:
"^8.2.1"
,
"react-native-linear-gradient"
:
"^2.8.3"
,
"react-native-network-logger"
:
"^2.0.1"
,
"react-native-permissions"
:
"^5.4.4"
,
"react-native-print"
:
"^0.11.0"
,
"react-native-safe-area-context"
:
"^5.7.0"
,
"react-native-screens"
:
"^4.24.0"
,
"react-native-toast-message"
:
"^2.3.3"
,
"react-native-vector-icons"
:
"^10.3.0"
,
"react-native-webview"
:
"^13.16.1"
,
"react-redux"
:
"^9.2.0"
,
"socket.io-client"
:
"^4.7.2"
},
"devDependencies"
:
{
"@babel/core"
:
"^7.25.2"
,
"@babel/preset-env"
:
"^7.25.3"
,
"@babel/runtime"
:
"^7.25.0"
,
"@react-native-community/cli"
:
"20.1.0"
,
"@react-native-community/cli-platform-android"
:
"20.1.0"
,
"@react-native-community/cli-platform-ios"
:
"20.1.0"
,
"@react-native/babel-preset"
:
"0.84.0"
,
"@react-native/eslint-config"
:
"0.84.0"
,
"@react-native/metro-config"
:
"0.84.0"
,
"@react-native/typescript-config"
:
"0.84.0"
,
"@types/i18next"
:
"^12.1.0"
,
"@types/jest"
:
"^29.5.13"
,
"@types/react"
:
"^19.2.0"
,
"@types/react-i18next"
:
"^7.8.3"
,
"@types/react-native-vector-icons"
:
"^6.4.18"
,
"@types/react-redux"
:
"^7.1.34"
,
"@types/react-test-renderer"
:
"^19.1.0"
,
"babel-plugin-module-resolver"
:
"^5.0.2"
,
"eslint"
:
"^8.19.0"
,
"jest"
:
"^29.6.3"
,
"prettier"
:
"2.8.8"
,
"react-test-renderer"
:
"19.2.3"
,
"sharp"
:
"^0.34.5"
,
"typescript"
:
"^5.8.3"
},
"engines"
:
{
"node"
:
">= 22.11.0"
}
}
« Previous
1
2
Next »
(1-1/2)
Loading...