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

16 lines
298 B
JSON

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