-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 891 Bytes
/
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
{
"name": "tutor-lms-bunnynet-integration",
"version": "1.0.0",
"description": "",
"main": "gulp.js",
"scripts": {
"make-pot": "wp i18n make-pot . languages/tutor-lms-bunnynet-integration.pot --slug=tutor-lms-bunnynet-integration --exclude=.github,*.json,node_modules,vendor",
"build": "composer install --no-dev && npm run make-pot && gulp zip"
},
"author": "Themeum",
"license": "GPLv3",
"devDependencies": {
"@babel/core": "^7.19.6",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-cssnano": "^2.1.3",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-wp-pot": "^2.4.3",
"gulp-zip": "^5.0.2",
"lodash.range": "^3.2.0",
"path": "^0.12.7",
"po2json": "^0.4.5"
},
"dependencies": {}
}