Skip to content

Commit 3ffffc2

Browse files
Update package.json
1 parent 58de3b0 commit 3ffffc2

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13+
"@capacitor/core": "^6.0.0",
14+
"@capacitor/filesystem": "^6.0.0",
15+
"@capacitor/share": "^6.0.0",
1316
"@google/genai": "^1.35.0",
1417
"html2canvas": "^1.4.1",
1518
"idb": "^8.0.3",
@@ -19,6 +22,9 @@
1922
"react-markdown": "^10.1.0"
2023
},
2124
"devDependencies": {
25+
"@capacitor/android": "^6.0.0",
26+
"@capacitor/assets": "^3.0.0",
27+
"@capacitor/cli": "^6.0.0",
2228
"@types/react": "^19.0.8",
2329
"@types/react-dom": "^19.0.3",
2430
"@vitejs/plugin-react": "^5.1.2",
@@ -27,10 +33,6 @@
2733
"tailwindcss": "^3.4.1",
2834
"typescript": "^5.3.3",
2935
"vite": "^7.3.1",
30-
"vite-plugin-pwa": "^1.2.0",
31-
"@capacitor/cli": "^6.0.0",
32-
"@capacitor/core": "^6.0.0",
33-
"@capacitor/android": "^6.0.0",
34-
"@capacitor/assets": "^3.0.0"
36+
"vite-plugin-pwa": "^1.2.0"
3537
}
3638
}

0 commit comments

Comments
 (0)