accounts-frontend/packages/scripts/package.json

32 lines
809 B
JSON
Raw Normal View History

{
2020-05-24 04:38:24 +05:30
"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",
2020-05-24 04:38:24 +05:30
"chalk": "^4.0.0",
"git-rev-sync": "^2.0.0",
2020-05-24 04:38:24 +05:30
"glob": "^7.1.6",
"inquirer": "7.0.6",
2020-05-24 04:38:24 +05:30
"iso-639-1": "^2.1.3",
"json5": "^2.1.3",
"progress": "^2.0.3"
2020-05-24 04:38:24 +05:30
},
"devDependencies": {
"@types/git-rev-sync": "^2.0.0",
"@types/inquirer": "^6.5.0",
"@types/json5": "^0.0.30",
"@types/progress": "^2.0.3",
2020-05-24 04:38:24 +05:30
"@types/webpack": "^4.41.13"
}
}