forked from LearnPress/learnpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
582 additions
and
453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"presets": ["@wordpress/babel-preset-default"], | ||
"plugins": [ | ||
[ | ||
"@wordpress/babel-plugin-makepot", | ||
{ | ||
"output": "languages/learnpress-js.pot" | ||
} | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,93 +1,70 @@ | ||
{ | ||
"name": "learnpress", | ||
"version": "1.0.0", | ||
"description": "[![Stories in Ready](https://badge.waffle.io/LearnPress/LearnPress.svg?label=ready&title=Ready)](http://waffle.io/LearnPress/LearnPress)", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "./vendor/bin/phpcs -d date.timezone=UTC", | ||
"dev": "cross-env BABEL_ENV=default webpack --mode=development", | ||
"dev-watch": "cross-env BABEL_ENV=default webpack --mode=development --watch", | ||
"dev-packages": "cross-env BABEL_ENV=default webpack --config tools/build.packages.js --mode=development --watch", | ||
"build-packages": "cross-env BABEL_ENV=default NODE_ENV=production webpack --config tools/build.packages.js --progress", | ||
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack --progress", | ||
"prod": "webpack --progress --colors -p --config webpack.config.js --mode=production", | ||
"dev-build": "npm run build && npm run build-packages && gulp styles && npm run dev && npm run dev-packages", | ||
"release": "npm run build && npm run build-packages && gulp release", | ||
"makepot": "wp i18n make-pot . --skip-audit --exclude=\"test,releases,build,tools,dist,node_modules,vendor,wordpress,\" --headers='{\"last-translator\":\"[email protected]\",\"Report-Msgid-Bugs-To\":\"https://github.com/LearnPress/learnpress/issues\"}' languages/learnpress.pot" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/LearnPress/LearnPress.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/LearnPress/LearnPress/issues" | ||
}, | ||
"homepage": "https://github.com/LearnPress/LearnPress#readme", | ||
"devDependencies": { | ||
"@babel/plugin-proposal-class-properties": "^7.7.0", | ||
"@babel/preset-env": "^7.16.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"@wordpress/babel-preset-default": "^1.2.0", | ||
"@wordpress/eslint-plugin": "^9.3.0", | ||
"@wordpress/stylelint-config": "19.1.0", | ||
"babel-loader": "^8.2.3", | ||
"beepbeep": "^1.3.0", | ||
"classnames": "^2.2.5", | ||
"cross-env": "^5.1.5", | ||
"css-loader": "^0.28.11", | ||
"del": "^6.0.0", | ||
"eslint": "^7.28.0", | ||
"fs": "0.0.1-security", | ||
"gulp": "^4.0.2", | ||
"gulp-cache": "^1.1.3", | ||
"gulp-line-ending-corrector": "^1.0.3", | ||
"gulp-notify": "^3.2.0", | ||
"gulp-plumber": "^1.2.1", | ||
"gulp-postcss": "^9.0.0", | ||
"gulp-rename": "^2.0.0", | ||
"gulp-replace": "^0.5.4", | ||
"gulp-rtlcss": "^1.4.2", | ||
"gulp-sass": "^5.0.0", | ||
"gulp-sourcemaps": "^2.6.5", | ||
"gulp-uglify": "^3.0.2", | ||
"gulp-uglify-es": "^2.0.0", | ||
"gulp-uglifycss": "^1.1.0", | ||
"gulp-vinyl-zip": "^2.2.1", | ||
"gulp-wp-pot": "^2.5.0", | ||
"jquery": "^3.4.1", | ||
"mkdir": "0.0.2", | ||
"mkdirp": "^0.5.1", | ||
"postcss-loader": "^2.1.5", | ||
"prettier-stylelint": "^0.4.2", | ||
"read-file": "^0.2.0", | ||
"sass": "^1.43.4", | ||
"stylelint": "^13.7.0", | ||
"stylelint-order": "^4.1.0", | ||
"uglify-js": "^3.13.9", | ||
"uglifycss": "0.0.29", | ||
"webpack-merge-and-include-globally": "^2.3.3", | ||
"yargs": "^7.1.0" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.16.0", | ||
"@babel/plugin-proposal-class-properties": "^7.7.0", | ||
"@babel/plugin-transform-async-to-generator": "^7.10.4", | ||
"@learnpress/custom-templated-path-webpack-plugin": "^1.0.0", | ||
"@learnpress/dependency-extraction-webpack-plugin": "^1.0.0", | ||
"@wordpress/block-editor": "^8.1.0", | ||
"@wordpress/blocks": "^11.2.0", | ||
"@wordpress/components": "^19.3.0", | ||
"@wordpress/custom-templated-path-webpack-plugin": "^1.5.0", | ||
"@wordpress/dependency-extraction-webpack-plugin": "^2.0.0", | ||
"@wordpress/i18n": "^3.15.0", | ||
"@wordpress/icons": "^6.2.0", | ||
"@wordpress/scripts": "^20.0.2", | ||
"copy-webpack-plugin": "^5.0.4", | ||
"gulp-cli": "^2.3.0", | ||
"react-easy-crop": "^4.0.1", | ||
"refx": "^3.1.1", | ||
"sortablejs": "^1.13.0" | ||
} | ||
"name": "learnpress", | ||
"version": "4.0.0", | ||
"description": "[![Stories in Ready](https://badge.waffle.io/LearnPress/LearnPress.svg?label=ready&title=Ready)](http://waffle.io/LearnPress/LearnPress)", | ||
"main": "index.js", | ||
"scripts": { | ||
"dev": "wp-scripts start", | ||
"build": "wp-scripts build", | ||
"dev-build": "npm run build && gulp styles && npm run dev", | ||
"release": "npm run build && npm run makepot && gulp release", | ||
"babel:makepot": "babel assets/src", | ||
"makepot:cli": "wp i18n make-pot . languages/learnpress.pot --skip-audit --merge=languages/learnpress-js.pot --exclude=\"test,releases,build,tools,dist,node_modules,vendor,wordpress,\" --headers='{\"last-translator\":\"[email protected]\",\"Report-Msgid-Bugs-To\":\"https://github.com/LearnPress/learnpress/issues\"}'", | ||
"makepot": "npm run babel:makepot && makepot:cli && gulp updatePot" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/LearnPress/LearnPress.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/LearnPress/LearnPress/issues" | ||
}, | ||
"homepage": "https://github.com/LearnPress/LearnPress#readme", | ||
"devDependencies": { | ||
"@babel/cli": "^7.17.6", | ||
"@wordpress/babel-plugin-makepot": "^3.4.0", | ||
"@wordpress/babel-preset-default": "^6.6.1", | ||
"@wordpress/scripts": "^22.2.1", | ||
"beepbeep": "^1.3.0", | ||
"classnames": "^2.2.5", | ||
"del": "^6.0.0", | ||
"gulp": "^4.0.2", | ||
"gulp-cache": "^1.1.3", | ||
"gulp-line-ending-corrector": "^1.0.3", | ||
"gulp-notify": "^3.2.0", | ||
"gulp-plumber": "^1.2.1", | ||
"gulp-postcss": "^9.0.0", | ||
"gulp-rename": "^2.0.0", | ||
"gulp-replace": "^0.5.4", | ||
"gulp-rtlcss": "^1.4.2", | ||
"gulp-sass": "^5.0.0", | ||
"gulp-sourcemaps": "^2.6.5", | ||
"gulp-uglify": "^3.0.2", | ||
"gulp-uglify-es": "^2.0.0", | ||
"gulp-uglifycss": "^1.1.0", | ||
"gulp-vinyl-zip": "^2.2.1", | ||
"gulp-wp-pot": "^2.5.0", | ||
"jquery": "^3.4.1", | ||
"read-file": "^0.2.0", | ||
"sass": "^1.43.4", | ||
"stylelint": "^13.7.0", | ||
"stylelint-order": "^4.1.0", | ||
"uglify-js": "^3.13.9", | ||
"uglifycss": "0.0.29", | ||
"webpack": "^5.70.0", | ||
"webpack-merge-and-include-globally": "^2.3.4" | ||
}, | ||
"dependencies": { | ||
"@wordpress/block-editor": "^8.1.0", | ||
"@wordpress/blocks": "^11.2.0", | ||
"@wordpress/components": "^19.3.0", | ||
"@wordpress/icons": "^6.2.0", | ||
"copy-webpack-plugin": "^5.0.4", | ||
"gulp-cli": "^2.3.0", | ||
"react-easy-crop": "^4.0.1", | ||
"refx": "^3.1.1", | ||
"sortablejs": "^1.13.0" | ||
} | ||
} |
Oops, something went wrong.