package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "camera_mobile",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "build:pub": "vue-cli-service build --mode production.pub",
  9. "build:ins": "vue-cli-service build --mode production.ins",
  10. "build:lan": "vue-cli-service build --mode production.lan",
  11. "lint": "vue-cli-service lint"
  12. },
  13. "dependencies": {
  14. "amfe-flexible": "^2.2.1",
  15. "axios": "^0.21.1",
  16. "core-js": "^3.6.5",
  17. "createjs-npm": "^0.2.0",
  18. "crypto-js": "^4.1.1",
  19. "decimal.js": "^10.4.3",
  20. "echarts": "^5.2.1",
  21. "echarts-stat": "^1.2.0",
  22. "md5": "^2.3.0",
  23. "nosleep.js": "^0.12.0",
  24. "postcss-pxtorem": "^5.1.1",
  25. "screenfull": "^6.0.2",
  26. "vant": "^2.12.25",
  27. "vue": "^2.6.11",
  28. "vue-round-slider": "^1.0.1",
  29. "vue-router": "^3.2.0",
  30. "vue2-svg-icon": "^1.3.2",
  31. "vuex": "^3.6.2",
  32. "vuex-persistedstate": "^4.1.0"
  33. },
  34. "devDependencies": {
  35. "@vue/cli-plugin-babel": "~4.5.0",
  36. "@vue/cli-plugin-eslint": "~4.5.0",
  37. "@vue/cli-plugin-router": "~4.5.0",
  38. "@vue/cli-service": "~4.5.0",
  39. "babel-eslint": "^10.1.0",
  40. "eslint": "^6.7.2",
  41. "eslint-plugin-vue": "^6.2.2",
  42. "node-sass": "^4.14.1",
  43. "sass-loader": "^8.0.2",
  44. "vue-template-compiler": "^2.6.11"
  45. },
  46. "eslintConfig": {
  47. "root": true,
  48. "env": {
  49. "node": true
  50. },
  51. "extends": [
  52. "plugin:vue/essential",
  53. "eslint:recommended"
  54. ],
  55. "parserOptions": {
  56. "parser": "babel-eslint"
  57. },
  58. "rules": {
  59. "no-console": "off",
  60. "no-irregular-whitespace": "off"
  61. }
  62. },
  63. "browserslist": [
  64. "> 1%",
  65. "last 2 versions",
  66. "not dead"
  67. ]
  68. }