package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "sound-chain-pc",
  3. "version": "0.0.1",
  4. "author": "deng",
  5. "private": false,
  6. "scripts": {
  7. "dev:call": "vue-cli-service serve --open --mode call-dev",
  8. "test:call": "vue-cli-service build --mode call-test",
  9. "build:call": "vue-cli-service build --mode call-prod",
  10. "dev:platform": "vue-cli-service serve --open --mode platform-dev",
  11. "test:platform": "vue-cli-service build --mode platform-test",
  12. "build:platform": "vue-cli-service build --mode platform-prod",
  13. "lint": "vue-cli-service lint"
  14. },
  15. "dependencies": {
  16. "@lottiefiles/lottie-player": "^2.0.2",
  17. "animate.css": "^4.1.0",
  18. "axios": "^0.18.1",
  19. "cos-js-sdk-v5": "^0.5.27",
  20. "i": "^0.3.6",
  21. "iview-area": "^1.6.0",
  22. "js-base64": "^3.4.5",
  23. "reset.css": "^2.0.2",
  24. "v-viewer": "^1.6.4",
  25. "vue-clipboard2": "^0.3.1",
  26. "vue-drag-resize": "^1.5.4",
  27. "vue-qr": "^4.0.9",
  28. "vuex-persistedstate": "^4.0.0-beta.1"
  29. },
  30. "resolutions": {
  31. "es-abstract": "^1.20.1"
  32. },
  33. "devDependencies": {
  34. "@vue/cli-plugin-babel": "^3.0.1",
  35. "@vue/cli-plugin-eslint": "^3.0.1",
  36. "@vue/cli-plugin-unit-mocha": "^3.0.1",
  37. "@vue/cli-service": "^3.0.1",
  38. "@vue/eslint-config-standard": "^3.0.0-beta.10",
  39. "@vue/test-utils": "^1.0.0-beta.10",
  40. "chai": "^4.1.2",
  41. "eslint-plugin-cypress": "^2.0.1",
  42. "html-webpack-plugin": "^4.5.0",
  43. "less": "^2.7.3",
  44. "less-loader": "^4.1.0",
  45. "lint-staged": "^6.0.0",
  46. "mockjs": "^1.0.1-beta3",
  47. "uglifyjs-webpack-plugin": "^2.2.0",
  48. "vue-template-compiler": "^2.6.11",
  49. "vuedraggable": "^2.24.3",
  50. "vuepress": "^1.5.0",
  51. "webpack-bundle-analyzer": "^4.1.0"
  52. },
  53. "browserslist": [
  54. "> 1%",
  55. "last 2 versions",
  56. "not ie <= 8"
  57. ],
  58. "gitHooks": {
  59. "pre-commit": "lint-staged"
  60. },
  61. "lint-staged": {
  62. "*.js": [
  63. "vue-cli-service lint",
  64. "git add"
  65. ],
  66. "*.vue": [
  67. "vue-cli-service lint",
  68. "git add"
  69. ]
  70. },
  71. "description": "```\r // 安装npm包\r npm install",
  72. "main": ".eslintrc.js",
  73. "directories": {
  74. "doc": "docs"
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "ssh://git@gogs.test.wefanbot.com:3000"
  79. },
  80. "license": "ISC"
  81. }