2012-04-19 15:32:41 -07:00
{
2013-12-15 10:56:51 -08:00
"name" : "bootstrap" ,
2014-03-03 14:18:03 -08:00
"description" : "The most popular front-end framework for developing responsive, mobile first projects on the web." ,
2024-02-20 16:14:29 +01:00
"version" : "5.3.3" ,
2021-01-10 08:03:49 +02:00
"config" : {
2022-12-24 18:37:22 +02:00
"version_short" : "5.3"
2021-01-10 08:03:49 +02:00
} ,
2013-12-17 14:39:36 +02:00
"keywords" : [
2014-03-03 14:20:37 -08:00
"css" ,
2015-01-15 21:20:40 +00:00
"sass" ,
2014-03-03 14:20:37 -08:00
"mobile-first" ,
"responsive" ,
"front-end" ,
"framework" ,
"web"
2013-12-17 14:39:36 +02:00
] ,
2018-04-02 14:55:58 +03:00
"homepage" : "https://getbootstrap.com/" ,
2016-05-20 09:04:31 -07:00
"author" : "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)" ,
2022-02-07 10:15:17 +02: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 14:39:36 +02:00
"scripts" : {
2018-07-12 08:29:23 +03:00
"start" : "npm-run-all --parallel watch docs-serve" ,
2020-04-08 21:28:54 +03:00
"bundlewatch" : "bundlewatch --config .bundlewatch.config.json" ,
2020-06-08 18:19:14 +03:00
"css" : "npm-run-all css-compile css-prefix css-rtl css-minify" ,
2020-09-23 11:13:24 +03:00
"css-compile" : "sass --style expanded --source-map --embed-sources --no-error-css scss/:dist/css/" ,
2023-08-06 07:37:24 +03: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 09:55:20 +03:00
"css-lint" : "npm-run-all --aggregate-output --continue-on-error --parallel css-lint-*" ,
2023-03-15 06:30:45 +02:00
"css-lint-stylelint" : "stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache" ,
2019-09-17 00:22:49 +03:00
"css-lint-vars" : "fusv scss/ site/assets/scss/" ,
2021-07-08 09:55:20 +03:00
"css-minify" : "npm-run-all --aggregate-output --parallel css-minify-*" ,
2021-02-18 20:53:18 +02: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 09:55:20 +03:00
"css-prefix" : "npm-run-all --aggregate-output --parallel css-prefix-*" ,
2023-08-06 07:37:24 +03: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 10:57:54 +03:00
"js" : "npm-run-all js-compile js-minify" ,
2021-07-08 09:55:20 +03:00
"js-compile" : "npm-run-all --aggregate-output --parallel js-compile-*" ,
2023-08-06 07:37:24 +03: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 09:55:20 +03:00
"js-minify" : "npm-run-all --aggregate-output --parallel js-minify-*" ,
2020-12-11 15:48:21 +02: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 09:55:20 +03:00
"js-test" : "npm-run-all --aggregate-output --parallel js-test-karma js-test-jquery js-test-integration-*" ,
2020-05-08 16:17:40 +03:00
"js-debug" : "cross-env DEBUG=true npm run js-test-karma" ,
2017-11-17 18:38:34 +02:00
"js-test-karma" : "karma start js/tests/karma.conf.js" ,
2020-11-25 09:29:16 +02: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 19:16:51 +02: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 09:55:20 +03:00
"lint" : "npm-run-all --aggregate-output --continue-on-error --parallel js-lint css-lint lockfile-lint" ,
2023-03-14 09:09:48 +02:00
"docs" : "npm-run-all docs-build docs-lint" ,
2024-12-22 09:48:45 +01:00
"docs-build" : "PATH=$(npm config get prefix)/bin:/opt/homebrew/bin/:$PATH hugo --cleanDestinationDir --printUnusedTemplates" ,
2019-02-05 19:39:41 +02:00
"docs-compile" : "npm run docs-build" ,
2023-08-06 07:37:24 +03:00
"docs-vnu" : "node build/vnu-jar.mjs" ,
2022-01-30 16:39:30 +02:00
"docs-lint" : "npm run docs-vnu" ,
2024-12-22 09:48:45 +01:00
"docs-serve" : "PATH=$(npm config get prefix)/bin:/opt/homebrew/bin/:$PATH hugo server --port 9001 --disableFastRender --noHTTPCache --renderToMemory --printPathWarnings --printUnusedTemplates" ,
2021-03-02 17:05:26 +02:00
"docs-serve-only" : "npx sirv-cli _site --port 9001" ,
2020-02-20 11:34:01 +02:00
"lockfile-lint" : "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json" ,
2024-10-02 08:29:00 +03:00
"update-deps" : "ncu -u -x eslint,eslint-config-xo,karma-browserstack-launcher,karma-rollup-preprocessor,sass" ,
2020-04-29 21:03:26 +03:00
"release" : "npm-run-all dist release-sri docs-build release-zip*" ,
2023-08-06 07:37:24 +03:00
"release-sri" : "node build/generate-sri.mjs" ,
"release-version" : "node build/change-version.mjs" ,
2023-03-28 19:56:17 +03: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 07:37:24 +03:00
"release-zip-examples" : "node build/zip-examples.mjs" ,
2021-07-08 09:55:20 +03:00
"dist" : "npm-run-all --aggregate-output --parallel css js" ,
2019-08-08 21:26:02 +03:00
"test" : "npm-run-all lint dist js-test docs-build docs-lint" ,
2020-02-22 09:15:19 +02:00
"netlify" : "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all dist release-sri docs-build" ,
2018-07-12 08:29:23 +03:00
"watch" : "npm-run-all --parallel watch-*" ,
2019-09-17 00:22:49 +03:00
"watch-css-main" : "nodemon --watch scss/ --ext scss --exec \"npm-run-all css-lint css-compile css-prefix\"" ,
2020-06-08 18:19:14 +03:00
"watch-css-dist" : "nodemon --watch dist/css/ --ext css --ignore \"dist/css/*.rtl.*\" --exec \"npm run css-rtl\"" ,
2019-09-17 00:22:49 +03: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-17 00:22:49 +03:00
"watch-js-main" : "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"" ,
2019-11-04 14:44:07 +02:00
"watch-js-docs" : "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\""
2013-12-17 14:39:36 +02:00
} ,
2017-08-07 21:37:01 -07:00
"peerDependencies" : {
2023-06-25 20:36:55 +02:00
"@popperjs/core" : "^2.11.8"
2016-03-07 01:23:55 -08:00
} ,
2013-12-15 10:56:51 -08:00
"devDependencies" : {
2024-12-07 07:27:49 +02:00
"@babel/cli" : "^7.26.4" ,
2024-11-06 07:58:08 +02:00
"@babel/core" : "^7.26.0" ,
"@babel/preset-env" : "^7.26.0" ,
2024-12-18 10:03:34 +02:00
"@docsearch/js" : "^3.8.2" ,
2023-05-27 08:07:23 +03:00
"@popperjs/core" : "^2.11.8" ,
2023-11-02 08:05:13 +02:00
"@rollup/plugin-babel" : "^6.0.4" ,
2024-12-18 10:03:34 +02:00
"@rollup/plugin-commonjs" : "^28.0.2" ,
"@rollup/plugin-node-resolve" : "^16.0.0" ,
"@rollup/plugin-replace" : "^6.0.2" ,
2024-07-15 20:53:42 +03:00
"@stackblitz/sdk" : "^1.11.0" ,
2024-08-13 15:40:08 +03:00
"autoprefixer" : "^10.4.20" ,
2024-07-24 17:06:00 +03:00
"bundlewatch" : "^0.4.0" ,
2023-12-05 18:17:05 +02:00
"clean-css-cli" : "^5.6.3" ,
2024-03-08 12:43:44 +02:00
"clipboard" : "^2.0.11" ,
2020-12-02 06:46:31 +02:00
"cross-env" : "^7.0.3" ,
2024-10-01 17:09:55 +03:00
"eslint" : "^8.57.1" ,
2024-06-04 18:28:45 +03:00
"eslint-config-xo" : "^0.45.0" ,
2024-10-02 08:11:23 +03:00
"eslint-plugin-html" : "^8.1.2" ,
2024-10-09 21:48:19 +03:00
"eslint-plugin-import" : "^2.31.0" ,
2024-07-15 20:58:40 +03:00
"eslint-plugin-markdown" : "^5.1.0" ,
2024-07-29 17:26:02 +03:00
"eslint-plugin-unicorn" : "^55.0.0" ,
2024-04-02 13:00:59 +03:00
"find-unused-sass-variables" : "^6.0.0" ,
2024-07-23 07:55:00 +03:00
"globby" : "^14.0.2" ,
2018-03-03 23:04:11 +02:00
"hammer-simulator" : "0.0.1" ,
2024-12-18 10:03:34 +02:00
"hugo-bin" : "^0.137.0" ,
2024-02-20 14:45:28 +02:00
"ip" : "^2.0.1" ,
2024-12-07 07:31:01 +02:00
"jasmine" : "^5.5.0" ,
2023-09-13 13:05:36 +03:00
"jquery" : "^3.7.1" ,
2024-07-30 12:13:42 +03:00
"karma" : "^6.4.4" ,
2020-12-22 15:45:01 +02:00
"karma-browserstack-launcher" : "1.4.0" ,
2023-04-26 15:23:42 +03:00
"karma-chrome-launcher" : "^3.2.0" ,
2020-06-02 19:21:06 +03:00
"karma-coverage-istanbul-reporter" : "^3.0.3" ,
2018-10-06 11:49:39 +03:00
"karma-detect-browsers" : "^2.3.3" ,
2024-03-05 13:26:27 +02:00
"karma-firefox-launcher" : "^2.1.3" ,
2022-06-28 09:07:31 +03:00
"karma-jasmine" : "^5.1.0" ,
2023-06-06 16:43:44 +03:00
"karma-jasmine-html-reporter" : "^2.1.0" ,
2022-04-08 09:17:00 +03:00
"karma-rollup-preprocessor" : "7.0.7" ,
2024-07-02 07:13:11 +03:00
"lockfile-lint" : "^4.14.0" ,
2024-12-18 10:03:34 +02:00
"nodemon" : "^3.1.9" ,
"npm-run-all2" : "^7.0.2" ,
2024-12-07 07:27:49 +02:00
"postcss" : "^8.4.49" ,
2023-12-17 22:16:05 +02:00
"postcss-cli" : "^11.0.0" ,
2024-12-07 07:27:49 +02:00
"rollup" : "^4.28.1" ,
2023-11-02 07:58:00 +02:00
"rollup-plugin-istanbul" : "^5.0.0" ,
2024-09-03 12:44:19 +03:00
"rtlcss" : "^4.3.0" ,
2024-12-19 09:59:47 +01:00
"sass" : "1.79" ,
2024-10-09 21:48:19 +03:00
"sass-true" : "^8.1.0" ,
2022-01-11 10:32:18 +02:00
"shelljs" : "^0.8.5" ,
2024-12-18 10:03:34 +02:00
"stylelint" : "^16.12.0" ,
2024-10-02 08:11:23 +03:00
"stylelint-config-twbs-bootstrap" : "^15.1.0" ,
2024-12-07 07:27:49 +02:00
"terser" : "^5.37.0" ,
2024-10-25 08:40:14 +03:00
"vnu-jar" : "24.10.17"
2013-12-15 10:56:51 -08:00
} ,
2015-02-14 14:36:50 +02:00
"files" : [
2018-08-02 09:25:40 +03:00
"dist/{css,js}/*.{css,js,map}" ,
2019-02-13 15:21:04 +02:00
"js/{src,dist}/**/*.{js,map}" ,
2022-12-16 09:12:46 +02:00
"js/index.{esm,umd}.js" ,
2022-12-25 12:42:23 +02:00
"scss/**/*.scss" ,
"!scss/tests/**"
2015-02-14 14:36:50 +02:00
] ,
2013-12-15 10:56:51 -08:00
"jspm" : {
2017-09-05 21:49:29 +03:00
"registry" : "npm" ,
2013-12-15 10:56:51 -08:00
"main" : "js/bootstrap" ,
2015-08-24 07:44:30 -04:00
"directories" : {
"lib" : "dist"
} ,
2013-12-15 10:56:51 -08:00
"shim" : {
"js/bootstrap" : {
2015-10-14 00:49:05 +03:00
"deps" : [
2020-06-19 11:17:01 +03:00
"@popperjs/core"
2018-06-17 22:59:48 +02:00
]
2013-12-15 10:56:51 -08: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 07:44:30 -04:00
}
2013-11-26 12:10:06 +02:00
}
2012-12-19 23:52:38 -08:00
}