-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 2.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 2.03 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
{
"name": "teronbullock",
"version": "1.0.1",
"description": "=== teron-bullock === Contributors: Teron Bullock Requires at least: 6.0 Tested up to: 6.4.1 Requires PHP: 5.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"build:js": "wp-scripts build --config cust-js-webpack.config.js --mode production",
"build:sass": "sass ./src/assets/sass/theme:./assets/css/theme --style compressed --no-source-map",
"build:sass-custom-core-blocks": "sass ./src/assets/sass/custom-core-blocks:./assets/css/custom-core-blocks --style compressed --no-source-map",
"build:wp": "wp-scripts build",
"build": "conc 'npm run build:wp' 'npm run build:js' 'npm run build:sass' 'npm run build:sass-custom-core-blocks'",
"watch:js": "wp-scripts start --config cust-js-webpack.config.js",
"watch:sass": "sass --watch ./src/assets/sass/theme:./assets/css/theme",
"watch:sass-custom-core-blocks": "sass --watch ./src/assets/sass/custom-core-blocks:./assets/css/custom-core-blocks",
"watch": "conc 'npm start' 'npm run watch:sass'",
"start:wp": "wp-scripts start",
"start": "conc 'npm run start:wp' 'npm run watch:js' 'npm run watch:sass' 'npm run watch:sass-custom-core-blocks'",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@wordpress/browserslist-config": "^6.41.0",
"@wordpress/scripts": "^30.27.0",
"browserslist": "^4.28.1",
"concurrently": "^9.2.1",
"sass": "^1.97.3"
}
}