Skip to content

Commit

Permalink
Add Capacitor configuration files and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devashish2024 committed Apr 11, 2024
1 parent 5aff2a4 commit e778b5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ package-lock.json


next.config.mjs
# ignoring nextconfig cuz of local and prodc
# ignoring nextconfig cuz of local and prodc

android
ios
capacitor.config.json
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@capacitor/android": "^5.7.4",
"@capacitor/core": "^5.7.4",
"@capacitor/ios": "^5.7.4",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
Expand All @@ -21,6 +24,7 @@
"remark-html": "^16.0.1"
},
"devDependencies": {
"@capacitor/cli": "^5.7.4",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
Expand Down

0 comments on commit e778b5d

Please sign in to comment.