-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@g-loot/react-i18n-manager",
"version": "1.1.2",
"description": "translations files automatic manager ontop of react intl's babelplugin, with support for mozilla's open source translations UI pontoon",
"bin": {
"react-i18n-manager": "scripts/update-localization-repo.js"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/g-loot/react-i18n-manager.git"
},
"keywords": [
"i18n",
"localization",
"react-intl",
"react-intl-babel-plugin",
"translations-manager"
],
"author": "Omar ElGaml",
"license": "ISC",
"bugs": {
"url": "https://github.com/g-loot/react-i18n-manager/issues"
},
"homepage": "https://github.com/g-loot/react-i18n-manager#readme",
"dependencies": {
"colors": "^1.4.0",
"fs": "0.0.1-security",
"glob": "^7.1.6",
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"propson": "0.0.3",
"shelljs": "^0.8.3"
},
"peerDependencies": {
"babel-plugin-react-intl": "^4.1.21",
"babel-preset-react-app": "^9.0.2"
}
}