forked from cabrerahector/wordpress-popular-posts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 928 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
33
{
"name": "wordpress-popular-posts",
"version": "6.4.2",
"description": "A highly customizable widget that displays your most popular posts.",
"main": "index.js",
"scripts": {
"build": "wp-scripts build",
"watch": "wp-scripts start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cabrerahector/wordpress-popular-posts.git"
},
"keywords": [],
"author": {
"name": "Héctor Cabrera",
"email": "[email protected]",
"url": "https://cabrerahector.com"
},
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/cabrerahector/wordpress-popular-posts/issues"
},
"homepage": "https://github.com/cabrerahector/wordpress-popular-posts#readme",
"devDependencies": {
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@wordpress/scripts": "^27.7.0"
},
"dependencies": {
"caniuse-lite": "^1.0.30001612"
}
}