Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
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.

package.json 503 B

1234567891011121314151617181920
  1. {
  2. "scripts": {
  3. "watch": "webpack --mode development --watch",
  4. "grav": "webpack --mode development -c ./grav-webpack.config.js --watch"
  5. },
  6. "dependencies": {
  7. "html2pdf.js": "^0.10.1",
  8. "style-loader": "^3.3.3",
  9. "vue": "^3.2.41"
  10. },
  11. "devDependencies": {
  12. "css-loader": "^6.7.1",
  13. "dotenv-webpack": "^8.0.1",
  14. "vue-loader": "^17.0.1",
  15. "vue-template-compiler": "^2.7.13",
  16. "webpack": "^5.74.0",
  17. "webpack-cli": "^4.10.0",
  18. "webpack-dev-server": "^4.11.1"
  19. }
  20. }