rsnext/examples/with-aphrodite/package.json

16 lines
259 B
JSON
Raw Normal View History

{
"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"
}