mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
def2ce7eda
Add an example how to use `@quentin-sommer/react-useragent` with next. I've been asked this https://github.com/quentin-sommer/react-useragent/issues/10 and plan to link this example as reference! See readme for details
17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|
"name": "with-react-useragent",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@quentin-sommer/react-useragent": "2.0.0",
|
|
"next": "latest",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0"
|
|
},
|
|
"license": "ISC"
|
|
}
|