First migration

This commit is contained in:
Max Lynch
2022-10-02 10:14:54 -05:00
parent 67890999c7
commit 2b16b043b3
16 changed files with 855 additions and 700 deletions
+6 -6
View File
@@ -12,11 +12,10 @@
"export": "next export"
},
"dependencies": {
"@capacitor/android": "^3.0.1",
"@capacitor/cli": "^3.0.1",
"@capacitor/core": "^3.0.1",
"@capacitor/ios": "^3.0.1",
"@capacitor/status-bar": "^1.0.1",
"@capacitor/android": "^4.0.0",
"@capacitor/core": "^4.0.0",
"@capacitor/ios": "^4.0.0",
"@capacitor/status-bar": "^4.0.0",
"@ionic/react": "^6.1.12",
"@ionic/react-router": "^6.1.12",
"autoprefixer": "^10.2.6",
@@ -30,6 +29,7 @@
"tailwindcss": "^2.2.0"
},
"devDependencies": {
"@capacitor/cli": "^4.0.0",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"ionicons": "^5.2.3",
@@ -38,4 +38,4 @@
"react-use-gesture": "^9.1.3",
"reselect": "^4.0.0"
}
}
}