Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 1.6 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "flex-objects",
  3. "description": "Flexible CRUD Architecture for Grav",
  4. "author": "Trilby Media <hello@trilby.media>",
  5. "private": true,
  6. "scripts": {
  7. "watch": "webpack --mode development --watch --progress --color --mode development --config webpack.conf.js",
  8. "dev": "webpack --mode development --progress --color --config webpack.conf.js",
  9. "prod": "webpack --mode production --config webpack.conf.js"
  10. },
  11. "dependencies": {
  12. "axios": "^0.21.4",
  13. "eventemitter3": "^4.0.7",
  14. "lodash": "^4.17.21",
  15. "tiny-cookie": "^2.3.2",
  16. "vue": "^2.6.14",
  17. "vue-content-loader": "0.2.3",
  18. "vue-events": "^3.1.0",
  19. "vue-template-compiler": "^2.6.14",
  20. "vuetable-2": "^1.7.5"
  21. },
  22. "devDependencies": {
  23. "@babel/core": "^7.15.5",
  24. "@babel/eslint-parser": "^7.15.7",
  25. "@babel/plugin-proposal-object-rest-spread": "^7.15.6",
  26. "@babel/preset-env": "^7.15.6",
  27. "babel-loader": "^8.2.2",
  28. "cross-env": "^7.0.3",
  29. "css-loader": "^6.3.0",
  30. "eslint": "^7.32.0",
  31. "eslint-webpack-plugin": "^3.0.1",
  32. "exports-loader": "^3.0.0",
  33. "gulp-sourcemaps": "^3.0.0",
  34. "imports-loader": "^3.0.0",
  35. "terser-webpack-plugin": "^5.2.4",
  36. "vue-loader": "^15.9.8",
  37. "webpack": "^5.53.0",
  38. "webpack-cli": "^4.8.0"
  39. },
  40. "resolutions": {
  41. "vuetable-2/axios": "^0.21.4"
  42. },
  43. "browserslist": [
  44. "last 4 Chrome versions",
  45. "Edge >= 12",
  46. "Firefox ESR",
  47. "last 4 Safari versions",
  48. "last 4 Opera versions",
  49. "Explorer >= 10"
  50. ]
  51. }