This commit is contained in:
XhmikosR 2023-03-28 10:00:08 +03:00
Родитель adb4c13ff4
Коммит 81070fc049
5 изменённых файлов: 4705 добавлений и 3998 удалений

Просмотреть файл

Просмотреть файл

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2020-2022 Mark Otto
Copyright (c) 2020-2023 Mark Otto
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

Просмотреть файл

@ -20,7 +20,7 @@ Setup as a starter template, you can easily generate a new GitHub repository. Fr
- Single HTML page (`index.html`) to demonstrate how to include Bootstrap.
- Includes [Bootstrap](https://getbootstrap.com) (currently using v4.6.2) source files via npm.
- Includes [Bootstrap Icons](https://icons.getbootstrap.com) (v1.9.1), which includes over 1,800 icons available as SVGs and web fonts.
- Includes [Bootstrap Icons](https://icons.getbootstrap.com) (v1.10.3), which includes over 1,800 icons available as SVGs and web fonts.
- npm scripts (see `package.json`) for compiling and autoprefixing Sass, watching for changes, and starting a local server with live reload.
- Example stylesheet (`scss/starter.scss`) highlighting two ways to include and customize Bootstrap.
- Example JavaScript file (`assets/js/starter.js`) showing how to import all of Bootstrap, or just the parts you need.
@ -124,4 +124,4 @@ At the root of the repo, `.stylelintignore` is used to list files that we ignore
## Copyright
© @mdo 2020-2022 and licensed MIT.
© @mdo 2020-2023 and licensed MIT.

8677
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -35,20 +35,20 @@
],
"dependencies": {
"bootstrap": "^4.6.2",
"bootstrap-icons": "^1.9.1",
"jquery": "^3.6.1",
"bootstrap-icons": "^1.10.3",
"jquery": "^3.6.4",
"popper.js": "^1.16.1"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"autoprefixer": "^10.4.14",
"live-server": "^1.2.2",
"node-sass": "^7.0.3",
"nodemon": "^2.0.19",
"node-sass": "^8.0.0",
"nodemon": "^2.0.22",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-cli": "^10.0.0",
"purgecss": "^4.1.3",
"stylelint": "^14.9.1",
"stylelint-config-twbs-bootstrap": "^4.0.0"
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"purgecss": "^5.0.0",
"stylelint": "^14.16.1",
"stylelint-config-twbs-bootstrap": "^7.0.0"
}
}