mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-26 16:52:06 +05:30
32 lines
838 B
JSON
32 lines
838 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",
|
|
"@types/mkdirp": "^1.0.0",
|
|
"@types/progress": "^2.0.3",
|
|
"axios": "^0.19.2",
|
|
"chalk": "^4.0.0",
|
|
"crowdin-api": "^4.0.0",
|
|
"glob": "^7.1.6",
|
|
"iso-639-1": "^2.1.3",
|
|
"json5": "^2.1.3",
|
|
"mkdirp": "^1.0.4",
|
|
"multi-progress": "^2.0.0",
|
|
"prompt": "https://github.com/flatiron/prompt.git#master",
|
|
"utility-types": "^3.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/webpack": "^4.41.13"
|
|
}
|
|
}
|