-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
84 lines (84 loc) · 2.02 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
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@localazy/strapi-plugin",
"version": "0.2.12",
"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": "team@localazy.com",
"url": "https://localazy.com"
},
"repository": {
"type": "git",
"url": "git@github.com:localazy/strapi-plugin.git"
},
"bin": "./install/index.mjs",
"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/api-client": "^2.1.5",
"@localazy/generic-connector-client": "^0.2.3",
"@localazy/ts-api": "^1.1.0",
"chalk": "^5.3.0",
"fs-extra": "^11.1.1",
"i18next": "^22.4.9",
"isomorphic-fetch": "^3.0.0",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"module-alias": "^2.2.2",
"ora": "^7.0.1",
"react-hooks-global-state": "^2.1.0",
"react-i18next": "^12.1.4",
"shelljs": "^0.8.5",
"socket.io-client": "^4.7.2",
"strapio": "^3.0.2",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@strapi/eslint-config": "^0.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.6.4"
},
"maintainers": [
{
"name": "David Vaclavek",
"email": "david@localazy.com",
"url": "https://localazy.com"
}
],
"engines": {
"node": ">=14.19.1 <=20.x.x",
"npm": ">=6.0.0"
},
"browser": {
"crypto": false
}
}