rsnext/examples/with-lingui/package.json

25 lines
531 B
JSON
Raw Normal View History

2019-02-21 12:53:02 +01:00
{
"private": true,
2019-02-21 12:53:02 +01:00
"scripts": {
"dev": "next dev",
"build": "next build",
2019-02-21 12:53:02 +01:00
"start": "next start",
"extract": "lingui extract",
"compile": "lingui compile"
2019-02-21 12:53:02 +01:00
},
"dependencies": {
"@lingui/react": "^3.10.2",
2019-02-21 12:53:02 +01:00
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
2019-02-21 12:53:02 +01:00
},
"devDependencies": {
"@babel/core": "7.14.5",
"@lingui/cli": "^3.10.2",
"@lingui/core": "3.10.2",
"@lingui/loader": "3.10.2",
"@lingui/macro": "^3.10.2",
"babel-plugin-macros": "^3.1.0"
}
}