Update package.json

This commit is contained in:
2025-07-24 14:47:07 +00:00
parent 6042eb1866
commit 1c273d4adf

View File

@@ -7,8 +7,7 @@
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint && tsc --noEmit",
"deploy": "npm run lint && npm run build && cdk deploy"
"lint": "next lint && tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.14.0",