-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.07 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "block-library",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "wp-env start",
"stop": "wp-env stop",
"update": "wp-env start --update",
"start:debug": "wp-env start --xdebug",
"package": "gulp build",
"watch": "gulp watch",
"gulp": "gulp",
"jed": "po2json languages/kbl-$LOCALE.po languages/kbl-$LOCALE-kbl.json -f jed",
"jed-ja": "po2json languages/kbl-ja.po languages/kbl-ja-kbl.json -f jed",
"env": "wp-env",
"cli": "wp-env run cli wp",
"lint": "gulp lint",
"fix:js": "eslint --fix -c .eslintrc assets/js",
"doc": "gulp doc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuno1/block-library.git"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/kuno1/block-library/issues"
},
"homepage": "https://kunoichiwp.com",
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.5.4",
"@kunoichi/grab-deps": "^1.2.0",
"@wordpress/env": "^9.0.0",
"@wordpress/eslint-plugin": "^14.12.0",
"@wordpress/stylelint-config": "^18.0.0",
"babel-loader": "^9.0.0",
"eslint": "^7.32.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"gulp-imagemin": "^6.1.1",
"gulp-include": "^2.4.1",
"gulp-load-plugins": "^2.0.1",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-svgmin": "^4.0.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"license-webpack-plugin": "^4.0.0",
"merge-stream": "^2.0.0",
"po2json": "^1.0.0-alpha",
"stylelint": "^13.0.0",
"vinyl-named": "^1.1.0",
"webpack": "^5.94.0",
"webpack-stream": "^7.0.0"
},
"volta": {
"node": "14.21.3"
}
}