package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "echarts": "^5.2.1",
  20. "echarts-stat": "^1.2.0",
  21. "md5": "^2.3.0",
  22. "node-sass": "^4.14.1",
  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-router": "^3.2.0",
  29. "vuex": "^3.6.2",
  30. "vuex-persistedstate": "^4.1.0"
  31. },
  32. "devDependencies": {
  33. "@vue/cli-plugin-babel": "~4.5.0",
  34. "@vue/cli-plugin-eslint": "~4.5.0",
  35. "@vue/cli-plugin-router": "~4.5.0",
  36. "@vue/cli-service": "~4.5.0",
  37. "babel-eslint": "^10.1.0",
  38. "eslint": "^6.7.2",
  39. "eslint-plugin-vue": "^6.2.2",
  40. "sass-loader": "^8.0.2",
  41. "vue-template-compiler": "^2.6.11"
  42. },
  43. "eslintConfig": {
  44. "root": true,
  45. "env": {
  46. "node": true
  47. },
  48. "extends": [
  49. "plugin:vue/essential",
  50. "eslint:recommended"
  51. ],
  52. "parserOptions": {
  53. "parser": "babel-eslint"
  54. },
  55. "rules": {
  56. "no-console": "off",
  57. "no-irregular-whitespace": "off"
  58. }
  59. },
  60. "browserslist": [
  61. "> 1%",
  62. "last 2 versions",
  63. "not dead"
  64. ]
  65. }