-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.8 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
{
"name": "sharee",
"main": "gulpfile.js",
"engines": {
"node": ">=14.x"
},
"scripts": {
"start": "wp-env start",
"stop": "wp-env stop",
"start:debug": "wp-env start --xdebug",
"update": "wp-env start --update",
"env": "wp-env",
"cli": "wp-env run cli wp",
"test": "echo no JS test.",
"watch": "gulp watch",
"package": "gulp build",
"gulp": "gulp",
"gulp:task": "gulp --task",
"fix": "eslint --fix src/js",
"lint": "gulp eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hametuha/sharee.git"
},
"keywords": [
"wordpress"
],
"author": "Hametuha INC",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/hametuha/sharee/issues"
},
"homepage": "https://github.com/hametuha/sharee#readme",
"devDependencies": {
"@wordpress/env": "^5.10.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^5.4.0",
"eslint-config-wordpress": "^2.0.0",
"event-stream": "^3.3.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^5.0.0",
"gulp-filter": "^5.1",
"gulp-imagemin": "^4.1",
"gulp-jshint": "^2.0",
"gulp-load-plugins": "^1.2",
"gulp-notify": "^3.2.0",
"gulp-pleeease": "^2.0",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^4.0",
"gulp-sass-bulk-import": "^1.0",
"gulp-sourcemaps": "^2.6",
"gulp-uglify": "^3.0",
"gulp-util": "^3.0",
"html5shiv": "^3.7.3",
"imagemin-pngquant": "^6.0",
"jshint": "^2.13.6",
"jshint-stylish": "^2.0",
"lodash": "^4.2.1",
"popper.js": "^1.14.4",
"select2": "^4.0.6-rc.1",
"select2-bootstrap4-theme": "^1.0.0"
}
}