Upgrading to Capacitor 3
This commit is contained in:
+15
-10
@@ -2,6 +2,9 @@
|
||||
"name": "nextjs-tailwind-capacitor",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
@@ -9,28 +12,30 @@
|
||||
"export": "next export"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor/android": "^2.4.6",
|
||||
"@capacitor/cli": "^2.4.5",
|
||||
"@capacitor/core": "^2.4.5",
|
||||
"@capacitor/ios": "^2.4.5",
|
||||
"@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",
|
||||
"@ionic/react": "^5.5.2",
|
||||
"@ionic/react-router": "^5.5.2",
|
||||
"autoprefixer": "^10.1.0",
|
||||
"capacitor-dark-mode": "^1.0.5",
|
||||
"autoprefixer": "^10.2.6",
|
||||
"classnames": "^2.2.6",
|
||||
"next": "10.0.3",
|
||||
"postcss": "^8.2.1",
|
||||
"next": "^11.0.0",
|
||||
"postcss": "^8.3.5",
|
||||
"react": "17.0.1",
|
||||
"react-dom": "17.0.1",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-virtuoso": "^1.1.1",
|
||||
"tailwindcss": "^2.0.2"
|
||||
"tailwindcss": "^2.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.28.0",
|
||||
"eslint-config-next": "^11.0.0",
|
||||
"ionicons": "^5.2.3",
|
||||
"prettier": "^2.2.1",
|
||||
"pullstate": "^1.20.5",
|
||||
"react-use-gesture": "^9.0.0-beta.11",
|
||||
"react-use-gesture": "^9.1.3",
|
||||
"reselect": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user