{
  "name": "with-aphrodite",
  "version": "1.0.0",
  "scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "aphrodite": "^1.1.0",
    "next": "^2.0.0-beta"
  },
  "author": "",
  "license": "ISC"
}