-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
{
"name": "zuplus",
"version": "2.2.5",
"testedWP": "6.6.2",
"requiresPHP": ">=7.4.1",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/picasso/zuplus.git"
},
"keywords": [
"wordpress",
"development",
"plugin",
"gutenberg",
"debug"
],
"author": "Dmitry Rudakov",
"description": "Supports development with the Zukit framework and implements various debugging methods and other service functions.",
"license": "MIT",
"scripts": {
"dev": "wp-scripts start --config wp-dev.config.cjs",
"build": "wp-scripts build --config wp-scripts.config.cjs",
"---------": "",
"lint:eslint": "eslint scripts",
"lint:fix": "npm run lint:eslint -- --fix",
"format:check": "prettier --check \"{scripts,sass}/*.{ts,tsx,js,jsx,json,scss}\"",
"format": "prettier --write \"{scripts,sass}/*.{ts,tsx,js,jsx,json,scss}\"",
"----------": "",
"plugin-zip": "wp-scripts plugin-zip",
"packages-update": "wp-scripts packages-update"
},
"dependencies": {
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@wordpress/eslint-plugin": "^22.1.1",
"@wordpress/scripts": "^30.8.1",
"browser-sync-webpack-plugin": "^2.3.0",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"replace-in-file": "^8.3.0",
"typescript": "^5.7.2"
},
"optionalDependencies": {}
}