-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 942 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 942 Bytes
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
{
"name": "bulk-page-maker-light",
"version": "2.0.0",
"description": "A Light plugin to generate bulk WordPress Pages or Posts",
"main": "index.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start --no-watch",
"watch": "CHOKIDAR_USEPOLLING=1 NODE_ENV=development wp-scripts start",
"watch:poll": "wp-scripts start --no-watch && node scripts/watch-poll.js",
"release": "scripts/package.sh",
"check-engines": "wp-scripts check-engines",
"lint:js": "wp-scripts lint-js",
"lint:style": "wp-scripts lint-style"
},
"author": "Sapayth H.",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@wordpress/scripts": "^26.19.0",
"autoprefixer": "^10.4.16",
"chokidar": "^3.5.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
},
"dependencies": {
"@wordpress/element": "^5.24.0",
"@wordpress/rich-text": "^7.22.0"
}
}