-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1013 Bytes
/
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
{
"name": "react-i18next-helpers",
"version": "1.0.0",
"description": "A set of helper hooks and components to use with i18next, react-i18next and Formik",
"main": "dist/index.js",
"scripts": {
"test": "npm run test",
"prepublishOnly": "babel ./src --out-dir ./dist -s inline"
},
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/devakone/react-i18next-helpers.git"
},
"keywords": [
"i18next",
"react-i18next",
"formik",
"translate",
"i18n"
],
"author": "Abou Kone",
"license": "MIT",
"bugs": {
"url": "https://github.com/devakone/react-i18next-helpers/issues"
},
"homepage": "https://github.com/devakone/react-i18next-helpers#readme",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"formik": "^1.5.7",
"i18next": "^17.0.3",
"react": "^16.8.6",
"react-i18next": "^10.11.0"
}
}