-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.31 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.31 KB
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
{
"name": "super-admin-all-sites-menu",
"version": "1.12.3",
"description": "For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.",
"main": "index.js",
"scripts": {
"test": "wp-scripts test-unit-js --passWithNoTests",
"build": "npm run format -- && wp-scripts build",
"bump": "wp-update-project-version -s package.json -p readme.txt composer.json super-admin-all-sites-menu.php",
"format": "wp-scripts format ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soderlind/super-admin-all-sites-menu.git"
},
"keywords": [],
"author": "Per Søderlind",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/soderlind/super-admin-all-sites-menu/issues"
},
"homepage": "https://github.com/soderlind/super-admin-all-sites-menu#readme",
"devDependencies": {
"@soderlind/wp-project-version-sync": "^2.0.2",
"@wordpress/scripts": "^31.8.0",
"cross-spawn": "^7.0.6",
"terser-webpack-plugin": "^5.3.14"
},
"dependencies": {
"@wordpress/api-fetch": "^7.43.0",
"@wordpress/i18n": "^6.16.0",
"dexie": "^4.4.2"
},
"overrides": {
"@babel/runtime": "^7.26.10",
"serialize-javascript": "^7.0.4",
"@typescript-eslint/typescript-estree": {
"minimatch": "^9.0.7"
},
"markdownlint-cli": {
"minimatch": "^3.1.5"
},
"webpack-dev-server": "^5.2.3"
}
}