rsnext/examples/with-glamorous/package.json

18 lines
317 B
JSON
Raw Normal View History

{
"name": "with-glamorous",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"glamor": "^2.20.24",
"glamorous": "^4.11.0",
2018-01-30 21:44:18 +01:00
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"license": "ISC"
}