forked from localazy/strapi-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.68 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@localazy/strapi-plugin",
"version": "0.1.14",
"description": "The official Strapi Plugin by Localazy.",
"strapi": {
"name": "localazy",
"description": "The official Strapi Plugin by Localazy",
"kind": "plugin"
},
"keywords": [
"strapi",
"plugin",
"localazy",
"javascript",
"internationalization",
"i18n",
"headless",
"cms",
"l10n"
],
"license": "MIT",
"author": {
"name": "Localazy",
"email": "[email protected]",
"url": "https://localazy.com"
},
"repository": {
"type": "git",
"url": "[email protected]:localazy/strapi-plugin.git"
},
"scripts": {
"test": "jest --config ./jest.config.js",
"test:watch": "jest --watch --config ./jest.config.js"
},
"peerDependencies": {
"@strapi/design-system": "^1.0.0",
"@strapi/icons": "^1.0.0",
"@strapi/strapi": "^4.0.0"
},
"dependencies": {
"@david-vaclavek/deep-keys": "^0.5.0",
"@localazy/ts-api": "^1.0.13",
"i18next": "^22.4.9",
"isomorphic-fetch": "^3.0.0",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"module-alias": "^2.2.2",
"react-hooks-global-state": "^2.1.0",
"react-i18next": "^12.1.4",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@strapi-community/eslint-config": "^0.4.3",
"eslint": "^8.32.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.3.1"
},
"maintainers": [
{
"name": "David Vaclavek",
"email": "[email protected]",
"url": "https://localazy.com"
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"browser": {
"crypto": false
}
}