-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.42 KB
/
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
34
35
{
"name": "vk-block-patterns",
"version": "1.0.0",
"description": "You can make and register your original custom block patterns.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update": "ncu -u -x '@wordpress/env' && rm -rf node_modules package-lock.json && npm install",
"watch": "wp-scripts start",
"build": "wp-scripts build && npm run build:sass",
"dist": "npm run build && composer install --no-dev && gulp dist && composer install",
"build:sass": "sass --style=compressed --no-source-map patterns-data/_scss:patterns-data && sass --style=compressed --no-source-map inc/vk-block-patterns/package:inc/vk-block-patterns/package",
"sass": "sass --watch patterns-data/_scss:patterns-data",
"lint": "wp-scripts format src/ && wp-scripts lint-js src/ --fix",
"wp-env": "wp-env",
"phpunit": "wp-env run tests-cli --env-cwd='wp-content/plugins/vk-block-patterns' vendor/bin/phpunit -c .phpunit.xml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vektor-inc/vk-block-patterns.git"
},
"author": "Vektor,Inc.",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/vektor-inc/vk-block-patterns/issues"
},
"homepage": "https://github.com/vektor-inc/vk-block-patterns#readme",
"devDependencies": {
"@wordpress/env": "10.4.0",
"@wordpress/scripts": "^30.3.0",
"gulp": "^5.0.0",
"npm-check-updates": "^16.14.12",
"sass": "^1.69.7"
}
}