package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "sample-uniapp",
  3. "version": "2.2.4",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "@tencentcloud/call-uikit-vue": "latest",
  14. "@tencentcloud/call-uikit-vue2.6": "latest",
  15. "@tencentcloud/call-uikit-wechat": "latest",
  16. "@tencentcloud/chat": "latest",
  17. "@tencentcloud/chat-uikit-engine": "latest",
  18. "@tencentcloud/tui-core": "latest",
  19. "@tencentcloud/tui-customer-service-plugin": "^2.2.3",
  20. "@tencentcloud/universal-api": "latest",
  21. "@vue/composition-api": "^1.7.1",
  22. "dayjs": "^1.11.10",
  23. "lodash": "^4.17.21",
  24. "moment": "^2.30.1",
  25. "tim-profanity-filter-plugin": "latest",
  26. "tim-upload-plugin": "latest",
  27. "unplugin-vue2-script-setup": "^0.11.3",
  28. "uview-ui": "^2.0.36"
  29. },
  30. "devDependencies": {
  31. "@babel/plugin-transform-runtime": "^7.17.0",
  32. "@babel/runtime-corejs3": "^7.17.2",
  33. "@stylistic/eslint-plugin": "^1.6.2",
  34. "@types/lodash": "^4.14.202",
  35. "@types/uni-app": "^1.4.4",
  36. "@typescript-eslint/eslint-plugin": "^7.0.1",
  37. "@vue/cli-plugin-babel": "~4.5.0",
  38. "@vue/cli-plugin-typescript": "~4.5.0",
  39. "@vue/cli-plugin-vuex": "~4.5.0",
  40. "@vue/cli-service": "~4.5.0",
  41. "@vue/composition-api": "^1.7.1",
  42. "@vue/eslint-config-typescript": "^12.0.0",
  43. "eslint": "^8.56.0",
  44. "eslint-plugin-vue": "^9.21.1",
  45. "postcss-html": "^1.6.0",
  46. "sass": "^1.26.5",
  47. "sass-loader": "^8.0.2",
  48. "stylelint": "^16.2.1",
  49. "stylelint-config-standard": "^36.0.0",
  50. "stylelint-config-standard-scss": "^13.0.0",
  51. "stylelint-config-standard-vue": "^1.0.0",
  52. "typescript": "^4.9.5",
  53. "unplugin-vue2-script-setup": "^0.11.3",
  54. "vue-tsc": "^1.2.0"
  55. }
  56. }