Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-npm-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/package.json b/package.json
index 101cef3..cf6db4d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-npm-starter",
- "version": "1.4.0",
+ "version": "1.4.1",
"private": true,
"description": "Demo project for building a Bootstrap powered site via npm.",
"author": "mdo",
@@ -20,7 +20,7 @@
"css-prefix": "postcss --replace assets/css/starter.css --use autoprefixer --map",
"css-purge": "purgecss --keyframes --css assets/css/starter.css --content index.html \"node_modules/bootstrap/js/dist/{util,modal}.js\" --output assets/css/",
"css": "npm-run-all css-compile css-prefix",
- "server": "serve --listen 3000",
+ "server": "live-server --port=3000",
"start": "npm-run-all --parallel watch server",
"watch": "nodemon -e html,scss -x \"npm run css\"",
"test": "npm run css-lint && npm run css"
@@ -34,21 +34,21 @@
"template"
],
"dependencies": {
- "bootstrap": "^4.6.0",
- "bootstrap-icons": "^1.4.0",
- "jquery": "^3.6.0",
+ "bootstrap": "^4.6.2",
+ "bootstrap-icons": "^1.9.1",
+ "jquery": "^3.6.1",
"popper.js": "^1.16.1"
},
"devDependencies": {
- "autoprefixer": "^10.2.5",
- "node-sass": "^5.0.0",
- "nodemon": "^2.0.7",
+ "autoprefixer": "^10.4.7",
+ "live-server": "^1.2.2",
+ "node-sass": "^7.0.1",
+ "nodemon": "^2.0.19",
"npm-run-all": "^4.1.5",
- "postcss": "^8.2.10",
- "postcss-cli": "^8.3.1",
- "purgecss": "^4.0.2",
- "serve": "^11.3.2",
- "stylelint": "^13.12.0",
- "stylelint-config-twbs-bootstrap": "^2.1.0"
+ "postcss": "^8.4.14",
+ "postcss-cli": "^10.0.0",
+ "purgecss": "^4.1.3",
+ "stylelint": "^14.9.1",
+ "stylelint-config-twbs-bootstrap": "^4.0.0"
}
}