mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-26 16:52:06 +05:30
930a272cd0
Show crowdin's error at any depth
Show branch name on i18n:push
Unpack git .pack objects to fix automatic branch detect (seems like a workaround for a workaround 🙃)
Detect git branch from CI if available.
Replace git-repo-info with git-rev-sync (maintained)
Fix accidentally removed git installation for Yarn job
32 lines
809 B
JSON
32 lines
809 B
JSON
{
|
|
"name": "scripts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "i18n-build.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/node": "^7.8.3",
|
|
"@crowdin/crowdin-api-client": "^1.8.0",
|
|
"axios": "^0.19.2",
|
|
"chalk": "^4.0.0",
|
|
"git-rev-sync": "^2.0.0",
|
|
"glob": "^7.1.6",
|
|
"inquirer": "7.0.6",
|
|
"iso-639-1": "^2.1.3",
|
|
"json5": "^2.1.3",
|
|
"progress": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/git-rev-sync": "^2.0.0",
|
|
"@types/inquirer": "^6.5.0",
|
|
"@types/json5": "^0.0.30",
|
|
"@types/progress": "^2.0.3",
|
|
"@types/webpack": "^4.41.13"
|
|
}
|
|
}
|