1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-react-jss/package.json
Henri 98cf0a8311 [examples] Update react jss example (#6198)
This updates the react-jss example to work with the v10 alpha
2019-02-04 11:51:38 +01:00

17 lines
298 B
JSON

{
"name": "with-react-jss",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "canary",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-jss": "10.0.0-alpha.9"
},
"license": "ISC"
}