Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. {
  2. "name": "ce-frontend",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint",
  9. "test:e2e": "vue-cli-service test:e2e",
  10. "test:unit": "vue-cli-service test:unit",
  11. "test:unit:watch": "vue-cli-service test:unit --watch",
  12. "test:unit:coverage": "vue-cli-service test:unit --coverage"
  13. },
  14. "dependencies": {
  15. "@turf/helpers": "^6.1.4",
  16. "@turf/nearest-point": "^6.0.1",
  17. "apexcharts": "^3.10.0",
  18. "axios": "^0.19.2",
  19. "core-js": "^2.6.11",
  20. "google-protobuf": "^3.11.2",
  21. "grpc-web": "^1.0.7",
  22. "jwt-decode": "^2.2.0",
  23. "lodash.clonedeep": "^4.5.0",
  24. "lodash.debounce": "^4.0.8",
  25. "luxon": "^1.22.0",
  26. "vue": "^2.6.11",
  27. "vue-apexcharts": "^1.5.0",
  28. "vue-cookies": "^1.6.1",
  29. "vue-router": "^3.1.5",
  30. "vuetify": "^2.1.9",
  31. "vuex": "^3.1.2"
  32. },
  33. "devDependencies": {
  34. "@vue/cli-plugin-babel": "^4.0.5",
  35. "@vue/cli-plugin-e2e-cypress": "^4.0.5",
  36. "@vue/cli-plugin-eslint": "^4.0.5",
  37. "@vue/cli-plugin-unit-jest": "^4.0.5",
  38. "@vue/cli-service": "^4.0.5",
  39. "@vue/eslint-config-standard": "^4.0.0",
  40. "@vue/test-utils": "1.0.0-beta.29",
  41. "babel-core": "7.0.0-bridge.0",
  42. "babel-eslint": "^10.0.1",
  43. "babel-jest": "^23.6.0",
  44. "eslint": "^5.16.0",
  45. "eslint-plugin-vue": "^5.0.0",
  46. "flush-promises": "^1.0.2",
  47. "node-sass": "^4.13.1",
  48. "sass": "^1.25.0",
  49. "sass-loader": "^8.0.0",
  50. "vue-cli-plugin-vuetify": "^0.6.3",
  51. "vue-template-compiler": "^2.6.11",
  52. "vuetify-loader": "^1.4.3"
  53. },
  54. "eslintIgnore": ["**/*_pb.js"],
  55. "engines": {
  56. "yarn": "\n\n********************\nWe are canonically using npm, not yarn.\n********************\n\n"
  57. }
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement