Skip to content

Commit

Permalink
Adding in the language builder scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Jan 29, 2025
1 parent 4ee3835 commit 5a48b93
Showing 1 changed file with 7 additions and 33 deletions.
40 changes: 7 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "lsx-starter-plugin",
"version": "1.1.0",
"description": "LSX Starter Plugin for building LSX theme extensions",
"main": "gulpfile.js",
"version": "1.0.0",
"description": "LSX Starter Plugin to kick start your WordPress Development",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build-pot": "wp i18n make-pot . languages/lsx-starter-plugin.pot",
"build-mopo": "rm -R languages/lsx-starter-plugin-en_EN.mo && cp languages/lsx-starter-plugin.pot languages/lsx-starter-plugin-en_EN.po && wp i18n make-mo languages",
"translate-US": "cp languages/lsx-starter-plugin-en_EN.po languages/lsx-starter-plugin-en_US.po && cp languages/lsx-starter-plugin-en_EN.mo languages/lsx-starter-plugin-en_US.mo"
},
"repository": {
"type": "git",
Expand All @@ -19,33 +20,6 @@
"url": "https://github.com/lightspeeddevelopment/lsx-starter-plugin/issues"
},
"homepage": "https://github.com/lightspeeddevelopment/lsx-starter-plugin#readme",
"devDependencies": {
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-concat": "^2.6.1",
"gulp-gettext": "^0.3.0",
"gulp-jshint": "^2.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^2.0.0",
"gulp-sass": "^6.0.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-wp-pot": "^2.4.3",
"jshint": "^2.12.0"
},
"dependencies": {
"clean-css": "^5.0.1",
"extend": "^3.0.2",
"fstream": "^1.0.12",
"lodash": "^4.17.20",
"minimatch": "^10.0.1",
"minimist": "^1.2.5",
"set-value": "^4.0.0",
"shelljs": "^0.8.4",
"tar": "^7.0.0"
}
"devDependencies": {},
"dependencies": {}
}

0 comments on commit 5a48b93

Please sign in to comment.