-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.11 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.11 KB
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": "plugins-recommender",
"version": "0.1.0",
"description": "A plugin recommendation tool for WordPress theme",
"main": "index.js",
"scripts": {
"start": "wp-env start",
"update": "wp-env start --update",
"stop": "wp-env stop",
"cli": "wp-env cli wp",
"env": "wp-env",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp default",
"watch": "gulp default && gulp watch",
"gulp": "gulp",
"lint": "gulp lint",
"fix:js": "eslint --fix -c .eslintrc assets/js",
"fix:css": "stylelint --fix assets/scss",
"jed": "po2json languages/$LOCALE.po languages/pr-$LOCALE-plugins-recommender-list.json -f jed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuno1/plugins-recommender.git"
},
"keywords": [
"wordpress"
],
"author": "Kunoichi INC",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/kuno1/plugins-recommender/issues"
},
"homepage": "https://github.com/kuno1/plugins-recommender#readme",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.5.4",
"@wordpress/env": "^5.7.0",
"@wordpress/eslint-plugin": "^3.0.0",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"classnames": "^2.2.6",
"eslint": "^6.0.1",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-imagemin": "^6.1.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svgmin": "^2.2.0",
"imagemin": "^6.0.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^6.0.1",
"license-webpack-plugin": "^2.1.3",
"merge-stream": "^2.0.0",
"po2json": "^1.0.0-alpha",
"postcss-object-fit-images": "^1.1.2",
"gulp-stylelint": "^13.0.0",
"stylelint": "^13.13.1",
"stylelint-config-wordpress": "^17.0.0",
"vinyl-named": "^1.1.0",
"webpack": "^4.41.0",
"webpack-stream": "^5.2.1"
}
}