-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.12 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": "@edenjs/locale",
"description": "",
"version": "2.2.2",
"dependencies": {
"@edenjs/glob": "^1.0.0",
"deepmerge": "^4.2.2",
"i18next": "^19.7.0",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-chained-backend": "^2.0.1",
"i18next-express-middleware": "^2.0.0",
"i18next-localstorage-backend": "^3.1.1",
"i18next-node-fs-backend": "^2.1.3",
"i18next-sprintf-postprocessor": "^0.2.2",
"i18next-xhr-backend": "^3.2.2"
},
"engines": {
"node": ">= 8.0.0"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eden-js/locale.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eden-js/locale/issues"
},
"homepage": "https://github.com/eden-js/locale#readme",
"devDependencies": {
"@edenjs/eslint-config-eden": "^2.0.14",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6"
}
}