-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.24 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
{
"name": "taro-taxonomy-blocks",
"main": "gulpfile.js",
"scripts": {
"start": "wp-env start",
"update": "wp-env start --update",
"stop": "wp-env stop",
"cli": "wp-env run cli wp",
"package": "gulp build",
"watch": "gulp watch",
"display": "gulp bs",
"gulp": "gulp",
"lint": "gulp lint",
"gulp:task": "gulp --tasks",
"fix:js": "eslint --fix -c .eslintrc assets/js",
"fix:css": "stylelint --fix assets/scss"
},
"author": "Hametuha inc.",
"license": "LGPL-3.0-or-later",
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.23.9",
"@wordpress/env": "^8.0",
"@wordpress/eslint-plugin": "^17.7",
"babel-loader": "^9.1.3",
"eslint": "^8.53",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-eslint": "^6.0.0",
"gulp-load-plugins": "^2.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0",
"gulp-stylelint": "^13.0.0",
"sass": "1.69.5",
"stylelint": "^13.13.1",
"stylelint-config-wordpress": "^17.0.0",
"vinyl-named": "^1.1.0",
"webpack": "^5.3",
"webpack-stream": "^7.0"
}
}