rsnext/examples/with-lingui/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
552 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": "NODE_ENV=development lingui extract",
"compile": "lingui compile"
2019-02-21 12:53:02 +01:00
},
"dependencies": {
"@lingui/react": "^3.17.1",
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.22.5",
"@lingui/cli": "^3.17.1",
"@lingui/core": "3.17.1",
"@lingui/loader": "3.17.1",
"@lingui/macro": "^3.17.1",
"babel-plugin-macros": "^3.1.0"
}
}