Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
335 B

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