package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name": "psychic_camera_new",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "fix-memory-limit": "cross-env LIMIT=12000 increase-memory-limit",
  7. "serve": "vue-cli-service serve --host 0.0.0.0",
  8. "build": "vue-cli-service build",
  9. "build:pub": "vue-cli-service build --mode production.pub",
  10. "build:ins": "vue-cli-service build --mode production.ins",
  11. "build:lan": "vue-cli-service build --mode production.lan",
  12. "lint": "vue-cli-service lint",
  13. "webpack": "webpack --version"
  14. },
  15. "dependencies": {
  16. "amfe-flexible": "^2.2.1",
  17. "axios": "^0.21.4",
  18. "clipboard": "^2.0.11",
  19. "core-js": "^3.6.5",
  20. "createjs-npm": "^0.2.0",
  21. "cross-env": "^7.0.3",
  22. "crypto-js": "^4.1.1",
  23. "decimal.js": "^10.4.3",
  24. "echarts": "^5.2.1",
  25. "echarts-stat": "^1.2.0",
  26. "element-ui": "^2.15.3",
  27. "gazefilter": "^0.7.0",
  28. "html2canvas": "^1.4.1",
  29. "increase-memory-limit": "^1.0.7",
  30. "jspdf": "^2.5.1",
  31. "jsplumb": "^2.15.6",
  32. "md5": "^2.3.0",
  33. "postcss-px2rem": "^0.3.0",
  34. "qrcode.vue": "^3.3.3",
  35. "qrcodejs2": "0.0.2",
  36. "screenfull": "^4.2.1",
  37. "vant": "^2.12.26",
  38. "vue": "^2.6.11",
  39. "vue-count-to": "^1.0.13",
  40. "vue-round-slider": "^1.0.1",
  41. "vue-router": "^3.0.7",
  42. "vuex": "^2.0.0",
  43. "vuex-persist": "^3.1.3",
  44. "vuex-persistedstate": "^4.1.0"
  45. },
  46. "devDependencies": {
  47. "@vue/cli-plugin-babel": "~4.5.0",
  48. "@vue/cli-plugin-eslint": "~4.5.0",
  49. "@vue/cli-plugin-router": "^4.5.13",
  50. "@vue/cli-service": "~4.5.0",
  51. "babel-eslint": "^10.1.0",
  52. "compression-webpack-plugin": "^6.1.1",
  53. "eslint": "^6.7.2",
  54. "eslint-plugin-vue": "^6.2.2",
  55. "node-sass": "^4.14.1",
  56. "postcss-px-to-viewport": "^1.1.1",
  57. "sass-loader": "^7.3.1",
  58. "terser-webpack-plugin": "^4.2.3",
  59. "uglifyjs-webpack-plugin": "^2.2.0",
  60. "vue-template-compiler": "^2.6.11",
  61. "vue2-svg-icon": "^1.3.2"
  62. },
  63. "eslintConfig": {
  64. "root": true,
  65. "env": {
  66. "node": true
  67. },
  68. "extends": [
  69. "plugin:vue/essential",
  70. "eslint:recommended"
  71. ],
  72. "parserOptions": {
  73. "parser": "babel-eslint"
  74. },
  75. "rules": {}
  76. },
  77. "browserslist": [
  78. "> 1%",
  79. "last 2 versions",
  80. "not dead"
  81. ]
  82. }