Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.1.1 to 4.3.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.1.1...v4.3.1) Signed-off-by: dependabot[bot] <support@github.com>
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "mohiit1502.github.io",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "A starter project for JavaScript - Webpack",
|
|
"repository": "https://github.com/mohiit1502/mohiit1502.github.io",
|
|
"license": "The Unlicense",
|
|
"devDependencies": {
|
|
"bower": "^1.3.1",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-airbnb-base": "^13.0.0",
|
|
"eslint-plugin-import": "^2.13.0",
|
|
"http-server": "^0.11.1",
|
|
"karma": "^2.0.4",
|
|
"karma-junit-reporter": "^0.2.2",
|
|
"protractor": "^5.3.2",
|
|
"shelljs": "^0.2.6",
|
|
"webpack-cli": "^3.0.8"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "bower install",
|
|
"prestart": "npm install",
|
|
"start": "http-server -a localhost -p 8080 -c-1",
|
|
"pretest": "npm install",
|
|
"test": "karma start karma.conf.js",
|
|
"test-single-run": "karma start karma.conf.js --single-run",
|
|
"preupdate-webdriver": "npm install",
|
|
"update-webdriver": "webdriver-manager update",
|
|
"lint": "node ./node_modules/eslint/bin/eslint src/js/*.js --fix"
|
|
},
|
|
"dependencies": {
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^7.1.5",
|
|
"body-parser": "^1.18.3",
|
|
"bootstrap": "4.3.1",
|
|
"bootswatch": "^4.1.1",
|
|
"browser-sync": "^2.24.5",
|
|
"css-loader": "^1.0.0",
|
|
"eslint-plugin-dollar-sign": "^1.0.1",
|
|
"eslint-plugin-jquery": "^1.3.1",
|
|
"express": "^4.16.3",
|
|
"github-api": "^3.0.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-sass": "^4.0.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"json-server": "^0.14.0",
|
|
"node-sass": "^4.9.2",
|
|
"octonode": "^0.9.2",
|
|
"popper": "1.0.1",
|
|
"raw-loader": "^0.5.1",
|
|
"recastai": "^3.7.0",
|
|
"redux": "^4.0.0",
|
|
"sass": "1.9.0",
|
|
"sass-loader": "^7.0.3",
|
|
"style-loader": "^0.21.0",
|
|
"webpack": "^4.16.0",
|
|
"webpack-dev-server": "^3.1.4"
|
|
}
|
|
}
|