package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "scattnlay-guiapp",
  3. "version": "0.0.2",
  4. "description": "Mie scattering simulations",
  5. "productName": "Scattnlay",
  6. "author": "Konstantin Ladutenko <kostyfisik@gmail.com>",
  7. "private": true,
  8. "scripts": {
  9. "lint": "eslint --ext .js,.ts,.vue ./",
  10. "format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
  11. "test": "echo \"No test specified\" && exit 0",
  12. "dev": "quasar dev",
  13. "build": "quasar build"
  14. },
  15. "dependencies": {
  16. "@quasar/extras": "^1.16.4",
  17. "pinia": "^2.0.11",
  18. "quasar": "^2.8.0",
  19. "vue": "^3.2.29",
  20. "vue-router": "^4.0.12",
  21. "core-js": "^3.6.5",
  22. "cubic-spline-ts": "^3.0.8",
  23. "file-saver": "^2.0.5",
  24. "js-yaml": "^4.1.0",
  25. "lodash.clonedeep": "^4.5.0",
  26. "mathjs": "^9.5.0",
  27. "plotly.js-dist-min": "^2.6.2",
  28. "uuid": "^8.3.2",
  29. "vuex": "^4.0.1"
  30. },
  31. "devDependencies": {
  32. "@typescript-eslint/eslint-plugin": "^5.10.0",
  33. "@typescript-eslint/parser": "^5.10.0",
  34. "eslint": "^8.11.0",
  35. "eslint-plugin-vue": "^9.0.0",
  36. "eslint-config-prettier": "^8.1.0",
  37. "prettier": "^2.5.1",
  38. "@types/node": "^12.20.21",
  39. "@quasar/app-vite": "^1.4.3",
  40. "autoprefixer": "^10.4.2",
  41. "typescript": "^4.5.4"
  42. },
  43. "engines": {
  44. "node": "^20 || ^18 || ^16",
  45. "npm": ">= 6.13.4",
  46. "yarn": ">= 1.21.1"
  47. }
  48. }