-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 851 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
34
35
36
37
38
{
"name": "baryte",
"version": "1.0.0",
"description": "Full site editing WordPress theme",
"author": "tysonlmao",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"Theme"
],
"homepage": "https://tysonlmao.dev",
"repository": {
"type": "git",
"url": "https://github.com/carolinan/fullsiteediting"
},
"engines": {
"node": ">=14.15.0",
"npm": ">=6.14.8 <7"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@wordpress/babel-preset-default": "^7.29.0",
"@wordpress/scripts": "^26.16.0",
"cssnano": "^6.0.1",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.3.0",
"gulp-concat-css": "^3.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0"
},
"scripts": {
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js"
}
}