rsnext/examples/with-next-translate/package.json

16 lines
281 B
JSON
Raw Normal View History

{
"name": "with-next-translate",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "10.0.3",
"next-translate": "1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}