mirror of
https://github.com/owenthereal/jqplay.git
synced 2025-04-19 06:02:17 +03:00
* Bump @bower_components/bootstrap from 3.3.7 to v5.3.2
Bumps [@bower_components/bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to v5.3.2.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](0b9c4a4007...344e912d04
)
---
updated-dependencies:
- dependency-name: "@bower_components/bootstrap"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Downgrade to the latest bootstrap 3.x
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owen Ou <o@owenou.com>
Co-authored-by: Owen Ou <169064+owenthereal@users.noreply.github.com>
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "jqplay",
|
|
"version": "1.0.0",
|
|
"description": "jqplay",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/owenthereal/jqplay"
|
|
},
|
|
"author": "Owen Ou",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/owenthereal/jqplay/issues"
|
|
},
|
|
"homepage": "https://jqplay.org",
|
|
"dependencies": {
|
|
"@bower_components/ace-builds": "ajaxorg/ace-builds#^1",
|
|
"@bower_components/angular": "angular/bower-angular#v1.8.3",
|
|
"@bower_components/angular-ui-ace": "angular-ui/ui-ace#0.2.3",
|
|
"@bower_components/bootstrap": "twbs/bootstrap#v3.4.1",
|
|
"@bower_components/jquery": "jquery/jquery-dist#1.9.1 - 3",
|
|
"bower": "^1.8.8",
|
|
"grunt": "^1.0.4",
|
|
"grunt-cli": "^1.3.2",
|
|
"grunt-contrib-clean": "^2.0.1",
|
|
"grunt-contrib-concat": "^2.1.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-cssmin": "^5.0.0",
|
|
"grunt-contrib-uglify": "^5.2.2",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"grunt-text-replace": "^0.4.0"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'public/bower_components', 'junction') } catch (e) { }\" && grunt build"
|
|
},
|
|
"engines": {
|
|
"yarn": ">= 1.0.0"
|
|
}
|
|
}
|