Dejvino's Curriculum Vitae
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
840 B

  1. {
  2. "name": "webpack",
  3. "description": "Include Bootstrap's source Sass and individual JavaScript plugins with Webpack.",
  4. "version": "0.0.0",
  5. "private": true,
  6. "repository": "twbs/examples",
  7. "license": "MIT",
  8. "stackblitz": {
  9. "startCommand": "npm start"
  10. },
  11. "scripts": {
  12. "start": "webpack serve",
  13. "build": "webpack build --mode=production",
  14. "test": "npm run build"
  15. },
  16. "dependencies": {
  17. "@popperjs/core": "^2.11.7",
  18. "bootstrap": "^5.2.3",
  19. "lodash": "^4.17.21"
  20. },
  21. "devDependencies": {
  22. "autoprefixer": "^10.4.14",
  23. "css-loader": "^6.7.3",
  24. "html-webpack-plugin": "^5.5.1",
  25. "postcss-loader": "^7.3.0",
  26. "sass": "^1.62.1",
  27. "sass-loader": "^13.2.2",
  28. "style-loader": "^3.3.2",
  29. "webpack": "^5.83.1",
  30. "webpack-cli": "^5.1.1",
  31. "webpack-dev-server": "^4.13.3"
  32. }
  33. }