rsnext/examples/with-linaria/package.json
2019-07-08 19:37:58 -04:00

17 lines
314 B
JSON

{
"name": "with-linaria",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@zeit/next-css": "1.0.1",
"linaria": "1.2.4",
"next": "latest",
"react": "16.8.3",
"react-dom": "16.8.3"
},
"license": "ISC"
}