rsnext/examples/with-next-translate/package.json
2020-12-09 19:33:25 +00:00

15 lines
279 B
JSON

{
"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.1",
"react-dom": "17.0.1"
},
"license": "MIT"
}