-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 889 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
{
"name": "zutranslate",
"version": "1.3.5",
"testedWP": "5.9.1",
"requiresPHP": ">=7.2.0",
"author": "Dmitry Rudakov",
"description": "Additional functionality and the Gutenberg support for 'qTranslate-XT' plugin",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/picasso/zu-translate.git"
},
"keywords": [
"wordpress",
"translate",
"plugin",
"gutenberg",
"responsive"
],
"scripts": {},
"devDependencies": {
"@types/marked": "^4.0.1",
"@wordpress/eslint-plugin": "^9.3.0",
"eslint": "^8.2.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"marked": "^4.0.4",
"prettier": "^2.4.1",
"replace-in-file": "^6.3.2",
"typescript": "^4.5.2"
}
}