2012-04-20 00:32:41 +02:00
|
|
|
{
|
2013-12-15 19:56:51 +01:00
|
|
|
"name": "bootstrap",
|
2014-03-03 23:18:03 +01:00
|
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
2023-09-14 16:19:27 +02:00
|
|
|
"version": "5.3.2",
|
2021-01-10 07:03:49 +01:00
|
|
|
"config": {
|
2022-12-24 17:37:22 +01:00
|
|
|
"version_short": "5.3"
|
2021-01-10 07:03:49 +01:00
|
|
|
},
|
2013-12-17 13:39:36 +01:00
|
|
|
"keywords": [
|
2014-03-03 23:20:37 +01:00
|
|
|
"css",
|
2015-01-15 22:20:40 +01:00
|
|
|
"sass",
|
2014-03-03 23:20:37 +01:00
|
|
|
"mobile-first",
|
|
|
|
"responsive",
|
|
|
|
"front-end",
|
|
|
|
"framework",
|
|
|
|
"web"
|
2013-12-17 13:39:36 +01:00
|
|
|
],
|
2018-04-02 13:55:58 +02:00
|
|
|
"homepage": "https://getbootstrap.com/",
|
2016-05-20 18:04:31 +02:00
|
|
|
"author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)",
|
2022-02-07 09:15:17 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/twbs/bootstrap.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/twbs/bootstrap/issues"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/twbs"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/bootstrap"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"main": "dist/js/bootstrap.js",
|
|
|
|
"module": "dist/js/bootstrap.esm.js",
|
|
|
|
"sass": "scss/bootstrap.scss",
|
|
|
|
"style": "dist/css/bootstrap.css",
|
2013-12-17 13:39:36 +01:00
|
|
|
"scripts": {
|
2018-07-12 07:29:23 +02:00
|
|
|
"start": "npm-run-all --parallel watch docs-serve",
|
2020-04-08 20:28:54 +02:00
|
|
|
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
|
2020-06-08 17:19:14 +02:00
|
|
|
"css": "npm-run-all css-compile css-prefix css-rtl css-minify",
|
2020-09-23 10:13:24 +02:00
|
|
|
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css scss/:dist/css/",
|
2023-08-06 06:37:24 +02:00
|
|
|
"css-rtl": "cross-env NODE_ENV=RTL postcss --config build/postcss.config.mjs --dir \"dist/css\" --ext \".rtl.css\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*.rtl.css\"",
|
2021-07-08 08:55:20 +02:00
|
|
|
"css-lint": "npm-run-all --aggregate-output --continue-on-error --parallel css-lint-*",
|
2023-03-15 05:30:45 +01:00
|
|
|
"css-lint-stylelint": "stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache",
|
2019-09-16 23:22:49 +02:00
|
|
|
"css-lint-vars": "fusv scss/ site/assets/scss/",
|
2021-07-08 08:55:20 +02:00
|
|
|
"css-minify": "npm-run-all --aggregate-output --parallel css-minify-*",
|
2021-02-18 19:53:18 +01:00
|
|
|
"css-minify-main": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*rtl*.css\"",
|
|
|
|
"css-minify-rtl": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*rtl.css\" \"!dist/css/*.min.css\"",
|
2021-07-08 08:55:20 +02:00
|
|
|
"css-prefix": "npm-run-all --aggregate-output --parallel css-prefix-*",
|
2023-08-06 06:37:24 +02:00
|
|
|
"css-prefix-main": "postcss --config build/postcss.config.mjs --replace \"dist/css/*.css\" \"!dist/css/*.rtl*.css\" \"!dist/css/*.min.css\"",
|
|
|
|
"css-prefix-examples": "postcss --config build/postcss.config.mjs --replace \"site/content/**/*.css\"",
|
|
|
|
"css-prefix-examples-rtl": "cross-env-shell NODE_ENV=RTL postcss --config build/postcss.config.mjs --dir \"site/content/docs/$npm_package_config_version_short/examples/\" --ext \".rtl.css\" --base \"site/content/docs/$npm_package_config_version_short/examples/\" \"site/content/docs/$npm_package_config_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.css\" \"!site/content/docs/$npm_package_config_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.rtl.css\"",
|
2022-12-24 23:29:20 +01:00
|
|
|
"css-test": "jasmine --config=scss/tests/jasmine.js",
|
2019-07-29 09:57:54 +02:00
|
|
|
"js": "npm-run-all js-compile js-minify",
|
2021-07-08 08:55:20 +02:00
|
|
|
"js-compile": "npm-run-all --aggregate-output --parallel js-compile-*",
|
2023-08-06 06:37:24 +02:00
|
|
|
"js-compile-standalone": "rollup --environment BUNDLE:false --config build/rollup.config.mjs --sourcemap",
|
|
|
|
"js-compile-standalone-esm": "rollup --environment ESM:true,BUNDLE:false --config build/rollup.config.mjs --sourcemap",
|
|
|
|
"js-compile-bundle": "rollup --environment BUNDLE:true --config build/rollup.config.mjs --sourcemap",
|
|
|
|
"js-compile-plugins": "node build/build-plugins.mjs",
|
|
|
|
"js-lint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives --ext .html,.js,.mjs,.md .",
|
2021-07-08 08:55:20 +02:00
|
|
|
"js-minify": "npm-run-all --aggregate-output --parallel js-minify-*",
|
2020-12-11 14:48:21 +01:00
|
|
|
"js-minify-standalone": "terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js",
|
|
|
|
"js-minify-standalone-esm": "terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.esm.js.map,includeSources,url=bootstrap.esm.min.js.map\" --output dist/js/bootstrap.esm.min.js dist/js/bootstrap.esm.js",
|
|
|
|
"js-minify-bundle": "terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js",
|
2021-07-08 08:55:20 +02:00
|
|
|
"js-test": "npm-run-all --aggregate-output --parallel js-test-karma js-test-jquery js-test-integration-*",
|
2020-05-08 15:17:40 +02:00
|
|
|
"js-debug": "cross-env DEBUG=true npm run js-test-karma",
|
2017-11-17 17:38:34 +01:00
|
|
|
"js-test-karma": "karma start js/tests/karma.conf.js",
|
2020-11-25 08:29:16 +01:00
|
|
|
"js-test-integration-bundle": "rollup --config js/tests/integration/rollup.bundle.js",
|
|
|
|
"js-test-integration-modularity": "rollup --config js/tests/integration/rollup.bundle-modularity.js",
|
2021-01-13 18:16:51 +01:00
|
|
|
"js-test-cloud": "cross-env BROWSERSTACK=true npm run js-test-karma",
|
2020-05-06 07:23:05 +02:00
|
|
|
"js-test-jquery": "cross-env JQUERY=true npm run js-test-karma",
|
2021-07-08 08:55:20 +02:00
|
|
|
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel js-lint css-lint lockfile-lint",
|
2023-03-14 08:09:48 +01:00
|
|
|
"docs": "npm-run-all docs-build docs-lint",
|
|
|
|
"docs-build": "hugo --cleanDestinationDir --printUnusedTemplates",
|
2019-02-05 18:39:41 +01:00
|
|
|
"docs-compile": "npm run docs-build",
|
2023-08-06 06:37:24 +02:00
|
|
|
"docs-vnu": "node build/vnu-jar.mjs",
|
2022-01-30 15:39:30 +01:00
|
|
|
"docs-lint": "npm run docs-vnu",
|
2023-03-14 08:09:48 +01:00
|
|
|
"docs-serve": "hugo server --port 9001 --disableFastRender --printUnusedTemplates",
|
2021-03-02 16:05:26 +01:00
|
|
|
"docs-serve-only": "npx sirv-cli _site --port 9001",
|
2020-02-20 10:34:01 +01:00
|
|
|
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
|
2023-06-13 23:03:00 +02:00
|
|
|
"update-deps": "ncu -u -x globby,jasmine,karma-browserstack-launcher,karma-rollup-preprocessor && echo Manually update site/assets/js/vendor",
|
2020-04-29 20:03:26 +02:00
|
|
|
"release": "npm-run-all dist release-sri docs-build release-zip*",
|
2023-08-06 06:37:24 +02:00
|
|
|
"release-sri": "node build/generate-sri.mjs",
|
|
|
|
"release-version": "node build/change-version.mjs",
|
2023-03-28 18:56:17 +02:00
|
|
|
"release-zip": "cross-env-shell \"rm -rf bootstrap-$npm_package_version-dist bootstrap-$npm_package_version-dist.zip && cp -r dist/ bootstrap-$npm_package_version-dist && zip -qr9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && rm -rf bootstrap-$npm_package_version-dist\"",
|
2023-08-06 06:37:24 +02:00
|
|
|
"release-zip-examples": "node build/zip-examples.mjs",
|
2021-07-08 08:55:20 +02:00
|
|
|
"dist": "npm-run-all --aggregate-output --parallel css js",
|
2019-08-08 20:26:02 +02:00
|
|
|
"test": "npm-run-all lint dist js-test docs-build docs-lint",
|
2020-02-22 08:15:19 +01:00
|
|
|
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all dist release-sri docs-build",
|
2018-07-12 07:29:23 +02:00
|
|
|
"watch": "npm-run-all --parallel watch-*",
|
2019-09-16 23:22:49 +02:00
|
|
|
"watch-css-main": "nodemon --watch scss/ --ext scss --exec \"npm-run-all css-lint css-compile css-prefix\"",
|
2020-06-08 17:19:14 +02:00
|
|
|
"watch-css-dist": "nodemon --watch dist/css/ --ext css --ignore \"dist/css/*.rtl.*\" --exec \"npm run css-rtl\"",
|
2019-09-16 23:22:49 +02:00
|
|
|
"watch-css-docs": "nodemon --watch site/assets/scss/ --ext scss --exec \"npm run css-lint\"",
|
2022-12-24 23:29:20 +01:00
|
|
|
"watch-css-test": "nodemon --watch scss/ --ext scss,js --exec \"npm run css-test\"",
|
2019-09-16 23:22:49 +02:00
|
|
|
"watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"",
|
2019-11-04 13:44:07 +01:00
|
|
|
"watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\""
|
2013-12-17 13:39:36 +01:00
|
|
|
},
|
2017-08-08 06:37:01 +02:00
|
|
|
"peerDependencies": {
|
2023-06-25 20:36:55 +02:00
|
|
|
"@popperjs/core": "^2.11.8"
|
2016-03-07 10:23:55 +01:00
|
|
|
},
|
2013-12-15 19:56:51 +01:00
|
|
|
"devDependencies": {
|
2023-10-31 20:12:44 +01:00
|
|
|
"@babel/cli": "^7.23.0",
|
2023-10-31 20:09:29 +01:00
|
|
|
"@babel/core": "^7.23.2",
|
2023-10-31 20:16:43 +01:00
|
|
|
"@babel/preset-env": "^7.23.2",
|
2023-05-27 07:07:23 +02:00
|
|
|
"@popperjs/core": "^2.11.8",
|
2022-11-29 16:32:51 +01:00
|
|
|
"@rollup/plugin-babel": "^6.0.3",
|
2023-08-15 13:40:03 +02:00
|
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
2023-11-02 06:59:34 +01:00
|
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
2023-11-02 06:55:08 +01:00
|
|
|
"@rollup/plugin-replace": "^5.0.5",
|
2023-10-11 06:41:44 +02:00
|
|
|
"autoprefixer": "^10.4.16",
|
2022-01-18 06:09:40 +01:00
|
|
|
"bundlewatch": "^0.3.3",
|
2023-01-24 11:01:01 +01:00
|
|
|
"clean-css-cli": "^5.6.2",
|
2020-12-02 05:46:31 +01:00
|
|
|
"cross-env": "^7.0.3",
|
2023-09-13 12:05:36 +02:00
|
|
|
"eslint": "^8.49.0",
|
2022-11-09 08:03:51 +01:00
|
|
|
"eslint-config-xo": "^0.43.1",
|
2022-09-27 21:53:59 +02:00
|
|
|
"eslint-plugin-html": "^7.1.0",
|
2023-08-22 10:24:53 +02:00
|
|
|
"eslint-plugin-import": "^2.28.1",
|
2023-08-01 10:33:14 +02:00
|
|
|
"eslint-plugin-markdown": "^3.0.1",
|
2023-11-02 06:52:59 +01:00
|
|
|
"eslint-plugin-unicorn": "^49.0.0",
|
2023-04-30 23:40:57 +02:00
|
|
|
"find-unused-sass-variables": "^5.0.0",
|
2022-04-19 07:33:54 +02:00
|
|
|
"globby": "^11.1.0",
|
2018-03-03 22:04:11 +01:00
|
|
|
"hammer-simulator": "0.0.1",
|
2023-11-02 07:00:39 +01:00
|
|
|
"hugo-bin": "^0.116.3",
|
2022-05-10 10:22:52 +02:00
|
|
|
"ip": "^2.0.0",
|
2023-03-17 15:19:54 +01:00
|
|
|
"jasmine": "^4.6.0",
|
2023-09-13 12:05:36 +02:00
|
|
|
"jquery": "^3.7.1",
|
2023-04-26 14:20:55 +02:00
|
|
|
"karma": "^6.4.2",
|
2020-12-22 14:45:01 +01:00
|
|
|
"karma-browserstack-launcher": "1.4.0",
|
2023-04-26 14:23:42 +02:00
|
|
|
"karma-chrome-launcher": "^3.2.0",
|
2020-06-02 18:21:06 +02:00
|
|
|
"karma-coverage-istanbul-reporter": "^3.0.3",
|
2018-10-06 10:49:39 +02:00
|
|
|
"karma-detect-browsers": "^2.3.3",
|
2021-11-02 07:09:33 +01:00
|
|
|
"karma-firefox-launcher": "^2.1.2",
|
2022-06-28 08:07:31 +02:00
|
|
|
"karma-jasmine": "^5.1.0",
|
2023-06-06 15:43:44 +02:00
|
|
|
"karma-jasmine-html-reporter": "^2.1.0",
|
2022-04-08 08:17:00 +02:00
|
|
|
"karma-rollup-preprocessor": "7.0.7",
|
2023-09-13 12:05:36 +02:00
|
|
|
"lockfile-lint": "^4.12.1",
|
2023-07-12 07:13:19 +02:00
|
|
|
"nodemon": "^3.0.1",
|
2023-10-31 20:08:56 +01:00
|
|
|
"npm-run-all2": "^6.1.1",
|
2023-10-11 06:41:02 +02:00
|
|
|
"postcss": "^8.4.31",
|
2022-12-13 16:38:49 +01:00
|
|
|
"postcss-cli": "^10.1.0",
|
2023-09-27 10:13:14 +02:00
|
|
|
"rollup": "^3.29.3",
|
2023-11-02 06:58:00 +01:00
|
|
|
"rollup-plugin-istanbul": "^5.0.0",
|
2023-09-22 20:06:37 +02:00
|
|
|
"rtlcss": "^4.1.1",
|
2023-09-27 10:03:58 +02:00
|
|
|
"sass": "^1.68.0",
|
2022-12-29 20:08:23 +01:00
|
|
|
"sass-true": "^7.0.0",
|
2022-01-11 09:32:18 +01:00
|
|
|
"shelljs": "^0.8.5",
|
2023-11-02 06:55:33 +01:00
|
|
|
"stylelint": "^15.11.0",
|
2023-07-12 07:05:47 +02:00
|
|
|
"stylelint-config-twbs-bootstrap": "^11.0.1",
|
2023-09-27 09:51:19 +02:00
|
|
|
"terser": "^5.20.0",
|
2023-04-11 10:44:19 +02:00
|
|
|
"vnu-jar": "23.4.11"
|
2013-12-15 19:56:51 +01:00
|
|
|
},
|
2015-02-14 13:36:50 +01:00
|
|
|
"files": [
|
2018-08-02 08:25:40 +02:00
|
|
|
"dist/{css,js}/*.{css,js,map}",
|
2019-02-13 14:21:04 +01:00
|
|
|
"js/{src,dist}/**/*.{js,map}",
|
2022-12-16 08:12:46 +01:00
|
|
|
"js/index.{esm,umd}.js",
|
2022-12-25 11:42:23 +01:00
|
|
|
"scss/**/*.scss",
|
|
|
|
"!scss/tests/**"
|
2015-02-14 13:36:50 +01:00
|
|
|
],
|
2019-09-16 23:22:49 +02:00
|
|
|
"hugo-bin": {
|
|
|
|
"buildTags": "extended"
|
|
|
|
},
|
2013-12-15 19:56:51 +01:00
|
|
|
"jspm": {
|
2017-09-05 20:49:29 +02:00
|
|
|
"registry": "npm",
|
2013-12-15 19:56:51 +01:00
|
|
|
"main": "js/bootstrap",
|
2015-08-24 13:44:30 +02:00
|
|
|
"directories": {
|
|
|
|
"lib": "dist"
|
|
|
|
},
|
2013-12-15 19:56:51 +01:00
|
|
|
"shim": {
|
|
|
|
"js/bootstrap": {
|
2015-10-13 23:49:05 +02:00
|
|
|
"deps": [
|
2020-06-19 10:17:01 +02:00
|
|
|
"@popperjs/core"
|
2018-06-17 22:59:48 +02:00
|
|
|
]
|
2013-12-15 19:56:51 +01:00
|
|
|
}
|
|
|
|
},
|
2017-08-15 13:48:38 +02:00
|
|
|
"dependencies": {},
|
|
|
|
"peerDependencies": {
|
2023-06-25 20:36:55 +02:00
|
|
|
"@popperjs/core": "^2.11.8"
|
2015-08-24 13:44:30 +02:00
|
|
|
}
|
2013-11-26 11:10:06 +01:00
|
|
|
}
|
2012-12-20 08:52:38 +01:00
|
|
|
}
|