-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.96 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
71
72
73
74
75
{
"name": "wpametu",
"version": "1.0.0",
"description": "A WordPress Theme Framework",
"main": "gulpfile.js",
"scripts": {
"start": "wp-env start",
"update": "wp-env start --update",
"stop": "wp-env stop",
"cli": "wp-env run cli wp",
"gulp": "gulp",
"build": "gulp build",
"watch": "gulp watch",
"lint": "gulp lint",
"fix:js": "eslint --fix -c .eslintrc assets/js/src",
"fix:css": "stylelint --fix assets/scss",
"test": "wp-env run tests-cli ./wp-content/plugins/wpametu/vendor/bin/phpunit -c ./wp-content/plugins/wpametu/phpunit.xml"
},
"repository": {
"type": "git",
"url": "https://github.com/hametuha/wpametu.git"
},
"keywords": [
"WordPress"
],
"author": "Hametuha INC. <info@hametuha.co.jp>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hametuha/wpametu/issues"
},
"engines": {
"node": ">=16"
},
"homepage": "https://github.com/hametuha/wpametu",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.5.4",
"@kunoichi/grab-deps": "^1.2.0",
"@wordpress/env": "^9.10.0",
"@wordpress/eslint-plugin": "^17.4.0",
"babel-loader": "^8.0.5",
"babel-preset-minify": "^0.5.1",
"chart.js": "^2.2",
"eslint": "^8.48.0",
"font-awesome": "^4.7",
"gulp": "^4.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-eslint": "^6.0.0",
"gulp-imagemin": "7.0",
"gulp-load-plugins": "^2.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0",
"gulp-sourcemaps": "^3.0",
"gulp-stylelint": "^13.0.0",
"imagemin-pngquant": "^9.0",
"jquery-ui": "^1.12",
"jquery-ui-mp6": "^1.0",
"jquery-ui-timepicker-addon": "^1.5",
"jsrender": "^0.9",
"merge-stream": "^2.0.0",
"sass": "^1.69.5",
"stylelint": "^13.0.0",
"stylelint-config-wordpress": "^17.0.0",
"vinyl-named": "^1.1.0",
"webpack": "^5.89.0",
"webpack-stream": "^7.0.0"
},
"volta": {
"node": "16.20.2"
}
}