mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together. Updates `qs` from 6.2.3 to 6.11.0 - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.2.3...v6.11.0) Updates `browser-sync` from 2.27.10 to 2.27.11 - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md) - [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.27.10...v2.27.11) --- updated-dependencies: - dependency-name: qs dependency-type: indirect - dependency-name: browser-sync dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "PyRIGS",
|
|
"version": "1.0.0",
|
|
"repository": "https://github.com/nottinghamtec/PyRIGS",
|
|
"author": "Tom Price",
|
|
"license": "Custom",
|
|
"dependencies": {
|
|
"@forevolve/bootstrap-dark": "^2.1.0",
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
"ajax-bootstrap-select": "^1.4.5",
|
|
"autocompleter": "^6.1.2",
|
|
"autoprefixer": "^10.4.0",
|
|
"bootstrap": "^4.6.1",
|
|
"bootstrap-select": "^1.13.18",
|
|
"clipboard": "^2.0.8",
|
|
"cssnano": "^5.0.13",
|
|
"easymde": "^2.16.1",
|
|
"fullcalendar": "^5.10.1",
|
|
"gulp": "^4.0.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-flatten": "^0.4.0",
|
|
"gulp-if": "^3.0.0",
|
|
"gulp-postcss": "^9.0.1",
|
|
"gulp-sass": "^5.0.0",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"html5sortable": "^0.13.3",
|
|
"jquery": "^3.6.0",
|
|
"konami": "^1.6.3",
|
|
"moment": "^2.29.4",
|
|
"node-sass": "^7.0.3",
|
|
"popper.js": "^1.16.1",
|
|
"postcss": "^8.4.5",
|
|
"uglify-js": "^3.14.5"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "^2.27.11"
|
|
},
|
|
"scripts": {
|
|
"gulp": "gulp",
|
|
"build": "node node_modules/gulp/bin/gulp build",
|
|
"heroku-cleanup": "rm -rf node_modules/ pipeline/source_assets gulpfile.js"
|
|
}
|
|
}
|