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.
 
 
 
 
 
 

20 line
428 B

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