package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "de-net",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build-test": "vue-cli-service build --mode test",
  8. "build-local": "sh buildTestApp.sh",
  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. "build-watch": "vue-cli-service --env.NODE_ENV=development build-watch --mode development"
  13. },
  14. "dependencies": {
  15. "@sentry/tracing": "^7.5.1",
  16. "@sentry/vue": "^7.5.1",
  17. "ant-design-vue": "^2.2.8",
  18. "axios": "^0.26.1",
  19. "clipboard": "^2.0.10",
  20. "core-js": "^3.8.3",
  21. "element-plus": "^2.1.10",
  22. "eslint": "^8.13.0",
  23. "eslint-plugin-vue": "^8.7.0",
  24. "mathjs": "^10.5.0",
  25. "moment": "^2.29.1",
  26. "node-polyfill-webpack-plugin": "^2.0.1",
  27. "node-sass": "^7.0.1",
  28. "postcss-import": "^14.0.2",
  29. "postcss-url": "^10.1.3",
  30. "qrcode": "^1.5.0",
  31. "sass-loader": "^12.6.0",
  32. "vue": "^3.2.13",
  33. "vue-cropper": "^1.0.3",
  34. "vue-router": "^4.0.14"
  35. },
  36. "devDependencies": {
  37. "@babel/core": "^7.12.16",
  38. "@vue/cli-plugin-babel": "~5.0.0",
  39. "@vue/cli-service": "~5.0.0",
  40. "babel-plugin-import": "^1.13.5",
  41. "copy-webpack-plugin": "^10.2.4",
  42. "node-sass": "^7.0.1",
  43. "sass-loader": "^12.6.0",
  44. "unplugin-auto-import": "^0.6.6",
  45. "unplugin-vue-components": "^0.18.3",
  46. "vue-cli-plugin-chrome-extension-cli": "~1.1.2"
  47. },
  48. "eslintConfig": {
  49. "root": true,
  50. "env": {
  51. "node": true,
  52. "webextensions": true
  53. },
  54. "extends": [
  55. "plugin:vue/vue3-essential",
  56. "eslint:recommended"
  57. ],
  58. "parserOptions": {
  59. "parser": "@babel/eslint-parser"
  60. },
  61. "rules": {}
  62. },
  63. "browserslist": [
  64. "> 1%",
  65. "last 2 versions",
  66. "not dead",
  67. "not ie 11"
  68. ]
  69. }