-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.31 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
{
"name": "wp-yomigana",
"version": "2.0.0",
"homepage": "https://wordpress.org/plugins/wp-yomigana/",
"description": "Gulp task for WP-Yomigana",
"main": "gulpfile.js",
"scripts": {
"start": "gulp build && gulp watch ",
"watch": "gulp watch ",
"gulp": "gulp",
"package": "gulp build",
"translate": "po2json languages/wp-yomigana-ja.po languages/wp-yomigana-ja-wp-yomigana-dl.json -f jed"
},
"author": "Hametuha inc.",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@wordpress/keycodes": "^2.0.0",
"babel-loader": "^8.0.2",
"event-stream": "^3.3.4",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-changed": "^3.2.0",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"imagemin-pngquant": "^5.0.1",
"jquery-ui-mp6": "^1.0.2",
"jshint": "^2.9.6",
"jshint-stylish": "^2.2.1",
"node-sass": "^4.9.3",
"po2json": "^1.0.0-alpha",
"vinyl-named": "^1.1.0",
"webpack": "^4.19.1",
"webpack-stream": "^5.1.1"
}
}