-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.21 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.21 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
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
85
86
87
88
89
90
91
92
93
94
95
{
"name": "wp-loupe",
"version": "0.8.5",
"description": "Enhance the search functionality of your WordPress site with WP Loupe.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run lint -- && npm run format --",
"bump": "wp-update-project-version -s package.json -p readme.txt composer.json wp-loupe.php",
"lint": "wp-scripts lint-js ./lib/js/admin.js",
"format": "wp-scripts format ./lib/js/admin.js",
"makepot": "wp i18n make-pot . languages/wp-loupe.pot --exclude=vendor,node_modules",
"makejson": "wp i18n make-json languages --pretty-print"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soderlind/wp-loupe.git"
},
"keywords": [],
"author": "Per Søderlind",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/soderlind/wp-loupe/issues"
},
"homepage": "https://github.com/soderlind/wp-loupe#readme",
"devDependencies": {
"@wordpress/scripts": "^31.8.0",
"terser-webpack-plugin": "^5.4.0"
},
"dependencies": {
"@soderlind/wp-project-version-sync": "^2.0.2",
"@wordpress/api-fetch": "^7.40.0",
"@wordpress/i18n": "^6.13.0",
"cross-spawn": "^7.0.6"
},
"overrides": {
"axios": "1.15.0",
"basic-ftp": "5.2.2",
"lodash": "4.18.1",
"lodash-es": "4.18.1",
"serialize-javascript": "7.0.5",
"node-forge": "1.4.0",
"flatted": "3.4.2",
"svgo": "3.3.3",
"immutable": "5.1.5",
"test-exclude": {
"minimatch": "3.1.3"
},
"eslint": {
"minimatch": "3.1.3",
"@eslint/eslintrc": {
"minimatch": "3.1.3"
},
"@humanwhocodes/config-array": {
"minimatch": "3.1.3"
}
},
"eslint-plugin-import": {
"minimatch": "3.1.3"
},
"eslint-plugin-jsx-a11y": {
"minimatch": "3.1.3"
},
"eslint-plugin-react": {
"minimatch": "3.1.3"
},
"markdownlint-cli": {
"minimatch": "3.1.3",
"glob": {
"minimatch": "3.1.3"
}
},
"ignore-walk": {
"minimatch": "3.1.3"
},
"@sentry/node": {
"minimatch": "9.0.7"
},
"@typescript-eslint/typescript-estree": {
"minimatch": "9.0.7"
},
"jest-util": {
"picomatch": "4.0.4"
},
"anymatch": {
"picomatch": "2.3.2"
},
"readdirp": {
"picomatch": "2.3.2"
},
"micromatch": {
"picomatch": "2.3.2"
}
}
}