rsnext/examples/with-glamor/package.json

18 lines
337 B
JSON
Raw Normal View History

{
"name": "with-glamor",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"babel-plugin-transform-react-jsx": "^6.24.1",
"glamor": "^2.20.24",
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"license": "ISC"
}