Added: - 🚩(backend) add feature flag for the footer - 🔧(backend) add view to manage footer json - ✨(frontend) add custom css style - 🚩(frontend) conditionally render AI button only when feature is enabled Changed: - 🚨(frontend) block button when creating doc Fixed: - 🐛(back) validate document content in serializer - 🐛(frontend) fix selection click past end of content
26 lines
980 B
JSON
26 lines
980 B
JSON
{
|
|
"name": "packages-i18n",
|
|
"version": "3.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"extract-translation": "yarn extract-translation:impress",
|
|
"extract-translation:impress": "yarn i18next ../../apps/impress/**/*.{ts,tsx} -c ./i18next-parser.config.mjs -o ./locales/impress/translations-crowdin.json",
|
|
"format-deploy": "yarn format-deploy:impress",
|
|
"format-deploy:impress": "node ./format-deploy.mjs --app=impress --output=../../apps/impress/src/i18n/translations.json",
|
|
"format-rebuild-fr:impress": "node ./rebuild-translations.mjs --language=fr --app=impress --output=../../apps/impress/src/i18n/translations.json",
|
|
"lint": "eslint --ext .js,.ts,.mjs .",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@types/jest": "29.5.14",
|
|
"@types/node": "*",
|
|
"eslint-config-impress": "*",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"i18next-parser": "9.3.0",
|
|
"jest": "29.7.0",
|
|
"ts-jest": "29.2.6",
|
|
"typescript": "*",
|
|
"yargs": "17.7.2"
|
|
}
|
|
}
|