rsnext/examples/with-glamor/package.json

16 lines
286 B
JSON

{
"name": "with-glamor",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"glamor": "^2.20.24",
"next": "latest",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"license": "ISC"
}