Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.5.2...v4.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
57 lines
2.2 KiB
JSON
57 lines
2.2 KiB
JSON
{
|
|
"private": true,
|
|
"browserslist": [
|
|
"extends @wordpress/browserslist-config"
|
|
],
|
|
"engines" : {
|
|
"node" : ">=12.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=development run-s mix",
|
|
"build:production": "cross-env NODE_ENV=production run-s clean mix",
|
|
"start": "cross-env NODE_ENV=development run-s \"mix -- --watch\"",
|
|
"hot": "cross-env NODE_ENV=development run-s build mix:hot",
|
|
"mix": "webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"mix:hot": "webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"clean": "run-p clean:*",
|
|
"clean:dist": "rimraf dist",
|
|
"clean:cache": "rimraf storage/framework/cache/*.php storage/framework/cache/data/*.php",
|
|
"clean:views": "rimraf storage/framework/views/*.php",
|
|
"lint": "run-s -c lint:*",
|
|
"lint:scripts": "eslint resources/assets/scripts",
|
|
"lint:styles": "stylelint \"resources/assets/**/*.{vue,css,sass,scss,less}\"",
|
|
"test": "run-s -c lint",
|
|
"translate": "run-s -c translate:*",
|
|
"translate:pot": "wp i18n make-pot . ./resources/languages/sage.pot --ignore-domain --include=\"app,resources/assets,resources/views\"",
|
|
"translate:js": "wp i18n make-json ./resources/languages --no-purge --pretty-print"
|
|
},
|
|
"devDependencies": {
|
|
"@tinypixelco/laravel-mix-wp-blocks": "^1.1.0",
|
|
"@wordpress/babel-preset-default": "^4.17.0",
|
|
"@wordpress/browserslist-config": "^2.7.0",
|
|
"@wordpress/dependency-extraction-webpack-plugin": "^2.8.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"browser-sync": "^2.26.12",
|
|
"browser-sync-webpack-plugin": "^2.0.1",
|
|
"cross-env": "^7.0.2",
|
|
"eslint": "^7.7.0",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"laravel-mix": "^5.0.4",
|
|
"laravel-mix-copy-watched": "^2.2.4",
|
|
"laravel-mix-purgecss": "^5.0.0",
|
|
"npm-run-all": "^4.1",
|
|
"purgecss-with-wordpress": "^2.3.0",
|
|
"rimraf": "^3.0.2",
|
|
"sass": "^1.26.10",
|
|
"sass-loader": "^9.0.3",
|
|
"stylelint": "^13.6.1",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.5.3",
|
|
"jquery": "^3.5.1",
|
|
"popper.js": "^1.16.1"
|
|
}
|
|
}
|