{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@ionic/core": "^5.4.1", "ionicons": "^5.2.3", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/node": "^14.14.6", "@types/react": "^16.9.55", "copy-webpack-plugin": "6.2.1", "typescript": "^4.0.5" } }