rsnext/examples/with-grommet/package.json
Roger Hutchings 068dd825f3 Add Grommet example (#6529)
Adds a new example showing how to use the [Grommet UI library](https://grommet.io/) with Next.js.
2019-03-05 14:00:57 +01:00

20 lines
396 B
JSON

{
"name": "with-grommet",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"grommet": "^2.5.5",
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"styled-components": "^4.0.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.8.0"
},
"license": "ISC"
}