Webpack Environment Integration

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10035632

    We are using Webpack system for managing our JS and CSS etc. We are planning to adopt coporate14 theme into our project. There are many components already available in npm registry. Can you guide us how to use available modules from npm registry and rest from your vendor files.


    #10035633
    Support
    Keymaster

    Hello, thanks for your purchase.

    Here’s the package.json we use to develop the template:

    {
      "name": "porto",
      "version": "8.3.0",
      "author": "Okler Themes",
      "email": "[email protected]",
      "dependencies": {
        "@fortawesome/fontawesome-free": "~5.15.1",
        "@icon/linea-arrows": "^1.0.0-alpha.4",
        "@icon/linea-basic": "^1.0.0-alpha.4",
        "@icon/linea-basic-elaboration": "^1.0.0-alpha.4",
        "@icon/linea-ecommerce": "^1.0.0-alpha.4",
        "@icon/linea-music": "^1.0.0-alpha.5",
        "@icon/linea-software": "^1.0.0-alpha.5",
        "animate.css": "^4.1.1",
        "bootpag": "~1.0.7",
        "bootstrap": "~4.5.3",
        "bootstrap-datepicker": "~1.9.0",
        "bootstrap-star-rating": "^4.0.6",
        "bootstrap-timepicker": "~0.5.2",
        "easy-pie-chart": "~2.1.7",
        "jquery": "~3.5.1",
        "jquery-countdown": "~2.2.0",
        "jquery-countto": "^1.2.0",
        "jquery-fontspy": "^3.0.0",
        "jquery-match-height": "^0.7.2",
        "jquery-mousewheel": "~3.1.13",
        "jquery-validation": "^1.19.2",
        "jquery-visible": "^1.2.0",
        "jquery.appear": "~1.0.1",
        "jquery.cookie": "~1.4.1",
        "jquery.easing": "~1.4.1",
        "jquery.waitforimages": "^2.4.0",
        "kute.js": "^2.0.16",
        "lazysizes": "^5.3.0",
        "magnific-popup": "~1.1.0",
        "nanoscroller": "~0.8.7",
        "owl.carousel": "~2.3.4",
        "popper.js": "~1.16.1",
        "simple-line-icons": "~2.5.5",
        "vivus": "~0.4.5"
      },
      "devDependencies": {
        "assemble": "~0.24.3",
        "autoprefixer": "^9.8.6",
        "cssnano": "^4.1.10",
        "extend": "^3.0.2",
        "grunt": "^1.3.0",
        "grunt-bake": "~1.9",
        "grunt-bower": "~0.21.4",
        "grunt-concurrent": "~3.0.0",
        "grunt-contrib-clean": "~2.0.0",
        "grunt-contrib-concat": "~1.0.1",
        "grunt-contrib-connect": "~3.0.0",
        "grunt-contrib-copy": "~1.0.0",
        "grunt-contrib-cssmin": "~3.0.0",
        "grunt-contrib-imagemin": "^4.0.0",
        "grunt-contrib-less": "~2.0.0",
        "grunt-contrib-rename": "0.2.0",
        "grunt-contrib-uglify": "~5.0.0",
        "grunt-contrib-watch": "~1.1.0",
        "grunt-cssbeautifier": "~0.1.2",
        "grunt-devcode": "0.0.4-c",
        "grunt-newer": "~1.3.0",
        "grunt-open": "^0.2.4",
        "grunt-postcss": "^0.9.0",
        "grunt-remove-empty-lines": "~0.1.0",
        "grunt-sass": "^3.1.0",
        "grunt-text-replace": "~0.4.0",
        "grunt-usemin": "~3.1.1",
        "jit-grunt": "~0.10.0",
        "load-grunt-config": "^3.0.1",
        "load-grunt-tasks": "~5.1.0",
        "node-sass": "^4.14.1",
        "npm-check-updates": "^10.2.5",
        "pixrem": "^5.0.0",
        "time-grunt": "~2.0.0",
        "uglify-save-license": "^0.4.1"
      }
    }

    These are the npm modules we use to build the template.

    We hope this helps!

    Kind Regards,

    Rodrigo.


    If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.