rsnext/examples/with-react-jss/package.json
Lukas Polak b088881a5d
update/with-react-jss (#15156)
Use hooks with jss
2020-07-14 13:26:30 +00:00

16 lines
293 B
JSON

{
"name": "with-react-jss",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-jss": "^10.3.0"
},
"license": "ISC"
}