-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
29 lines (29 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "next-app-dir-i18next-example",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "next dev",
"dev-turbo": "next dev --turbo",
"lint": "next lint",
"start": "next start",
"migrateToLocize": "locize migrate --project-id=01b2e5e8-6243-47d1-b36f-963dbb8bcae3 --api-key=c9805cd1-fd50-4d98-967a-383b39066de8 --path=./app/i18n/locales",
"downloadLocales": "locize download --project-id=01b2e5e8-6243-47d1-b36f-963dbb8bcae3 --ver=latest --clean=true --path=./app/i18n/locales",
"syncLocales": "locize sync --project-id=01b2e5e8-6243-47d1-b36f-963dbb8bcae3 --api-key=bd8cb856-d6b3-4c82-a456-862c729a1674 --ver=latest --path=./app/i18n/locales --dry=true"
},
"dependencies": {
"accept-language": "3.0.20",
"i18next": "23.16.4",
"i18next-browser-languagedetector": "8.0.0",
"i18next-resources-to-backend": "1.2.1",
"next": "15.0.2",
"react": "18.3.1",
"react-cookie": "7.2.2",
"react-dom": "18.3.1",
"react-i18next": "15.1.0"
},
"devDependencies": {
"locize-cli": "8.1.1"
}
}