Skip to content

Commit b37d4c3

Browse files
authored
Update package.json
1 parent c1e0c0a commit b37d4c3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

source-code/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"preview": "vite preview",
1010
"android:init": "npm run build && npx cap add android",
1111
"android:sync": "npm run build && npx cap sync android",
12-
"android:open": "npx cap open android"
12+
"android:open": "npx cap open android",
13+
"android:build-cmd": "cd android && ./gradlew assembleDebug"
1314
},
1415
"dependencies": {
1516
"react": "^18.2.0",
@@ -20,7 +21,9 @@
2021
"tailwind-merge": "^2.2.1",
2122
"@capacitor/core": "^5.7.0",
2223
"@capacitor/android": "^5.7.0",
23-
"@capacitor/ios": "^5.7.0"
24+
"@capacitor/ios": "^5.7.0",
25+
"@capacitor/filesystem": "^5.2.0",
26+
"@capacitor/toast": "^5.0.0"
2427
},
2528
"devDependencies": {
2629
"@types/react": "^18.2.0",

0 commit comments

Comments
 (0)