-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "taro-programmable-search",
"main": "gulpfile.js",
"scripts": {
"start": "wp-env start",
"update": "wp-env start --update",
"stop": "wp-env stop",
"cli": "wp-env run cli wp",
"cli:test": "wp-env run tests-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": "Tarosky inc.",
"license": "LGPL-3.0-or-later",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@kunoichi/grab-deps": "^1.2.2",
"@wordpress/env": "^4.0",
"@wordpress/eslint-plugin": "^9.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"eslint": "^7.13",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^7.0.0",
"gulp-eslint": "^6.0.0",
"gulp-load-plugins": "^2.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.9",
"gulp-sourcemaps": "^3.0",
"gulp-stylelint": "^13.0.0",
"stylelint": "^13.13.1",
"stylelint-config-wordpress": "^17.0.0",
"vinyl-named": "^1.1.0",
"webpack": "^5.3",
"webpack-stream": "^6.1"
}
}