diff --git a/packages/store-client/package.json b/packages/store-client/package.json index c3c7ad8..5937ab0 100644 --- a/packages/store-client/package.json +++ b/packages/store-client/package.json @@ -3,12 +3,13 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev", "build": "next build", - "start": "next start", - "lint": "next lint" + "dev": "next dev", + "lint": "next lint", + "start": "next start" }, "dependencies": { + "@coldsurfers/notion-utils": "1.0.1-rc.10", "@coldsurfers/ocean-road": "1.5.1-rc.4", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0",