Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
HokutoMorita committed Mar 19, 2024
1 parent a646c04 commit 0dd0d2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"gcp-build": "next build",
"start": "next start",
"lint": "next lint",
"test": "cypress open --e2e --browser electron",
Expand All @@ -27,6 +28,7 @@
"googleapis": "^113.0.0",
"next": "13.2.3",
"next-translate": "^2.0.2",
"next-translate-plugin": "^2.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
Expand All @@ -49,7 +51,6 @@
"dotenv": "^16.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"next-translate-plugin": "^2.0.2",
"prettier": "^3.2.5"
}
}

0 comments on commit 0dd0d2f

Please sign in to comment.