rsnext/examples/with-react-with-styles/package.json

18 lines
367 B
JSON
Raw Normal View History

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"aphrodite": "^1.2.5",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-with-direction": "^1.3.1",
"react-with-styles": "^4.1.0",
"react-with-styles-interface-aphrodite": "^6.0.1"
}
}