package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "de-net-hotload",
  3. "version": "0.1.0",
  4. "denet_app_version_code": 17,
  5. "private": true,
  6. "scripts": {
  7. "serve": "vue-cli-service serve",
  8. "build-test": "vue-cli-service build --mode development",
  9. "build-pre": "vue-cli-service build --mode pre",
  10. "build-prod": "vue-cli-service build --mode production",
  11. "lint": "vue-cli-service lint"
  12. },
  13. "dependencies": {
  14. "@sentry/tracing": "^7.12.0",
  15. "@sentry/vue": "^7.12.0",
  16. "@vue/composition-api": "^1.7.0",
  17. "ant-design-vue": "^3.2.11",
  18. "axios": "^0.27.2",
  19. "core-js": "^3.8.3",
  20. "element-plus": "2.1.10",
  21. "moment": "^2.29.4",
  22. "vue": "^3.2.13",
  23. "vue-router": "^4.1.2"
  24. },
  25. "devDependencies": {
  26. "@babel/core": "^7.12.16",
  27. "@babel/eslint-parser": "^7.12.16",
  28. "@vue/cli-plugin-babel": "~5.0.0",
  29. "@vue/cli-plugin-eslint": "~5.0.0",
  30. "@vue/cli-service": "~5.0.0",
  31. "eslint": "^7.32.0",
  32. "eslint-plugin-vue": "^8.0.3",
  33. "sass": "^1.54.0",
  34. "sass-loader": "^13.0.2"
  35. },
  36. "eslintConfig": {
  37. "root": true,
  38. "env": {
  39. "node": true
  40. },
  41. "extends": [
  42. "plugin:vue/vue3-essential",
  43. "eslint:recommended"
  44. ],
  45. "parserOptions": {
  46. "parser": "@babel/eslint-parser"
  47. },
  48. "rules": {
  49. "no-undef": 0,
  50. "no-unused-vars": 0,
  51. "no-prototype-builtins": 0,
  52. "no-unreachable": 0,
  53. "no-case-declarations": 0,
  54. "no-extra-semi": 0,
  55. "vue/multi-word-component-names": "off",
  56. "vue/require-v-for-key": "off",
  57. "vue/no-use-v-if-with-v-for": "off"
  58. }
  59. },
  60. "browserslist": [
  61. "> 1%",
  62. "last 2 versions",
  63. "not dead",
  64. "not ie 11"
  65. ]
  66. }