package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "name": " pqVideoMiniprogram",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": " 票圈视频新小程序,票圈好看视频",
  6. "templateInfo": {
  7. "name": "default",
  8. "typescript": true,
  9. "css": "Less",
  10. "framework": "React"
  11. },
  12. "scripts": {
  13. "build:weapp": "taro build --type weapp",
  14. "build:swan": "taro build --type swan",
  15. "build:alipay": "taro build --type alipay",
  16. "build:tt": "taro build --type tt",
  17. "build:h5": "taro build --type h5",
  18. "build:rn": "taro build --type rn",
  19. "build:qq": "taro build --type qq",
  20. "build:jd": "taro build --type jd",
  21. "build:quickapp": "taro build --type quickapp",
  22. "build:harmony-hybrid": "taro build --type harmony-hybrid",
  23. "dev:weapp": "npm run build:weapp -- --watch",
  24. "dev:swan": "npm run build:swan -- --watch",
  25. "dev:alipay": "npm run build:alipay -- --watch",
  26. "dev:tt": "npm run build:tt -- --watch",
  27. "dev:h5": "npm run build:h5 -- --watch",
  28. "dev:rn": "npm run build:rn -- --watch",
  29. "dev:qq": "npm run build:qq -- --watch",
  30. "dev:jd": "npm run build:jd -- --watch",
  31. "dev:quickapp": "npm run build:quickapp -- --watch",
  32. "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch",
  33. "test": "jest"
  34. },
  35. "browserslist": [
  36. "last 3 versions",
  37. "Android >= 4.1",
  38. "ios >= 8"
  39. ],
  40. "author": "",
  41. "dependencies": {
  42. "@babel/runtime": "^7.21.5",
  43. "@tarojs/components": "3.6.23",
  44. "@tarojs/helper": "3.6.23",
  45. "@tarojs/plugin-platform-weapp": "3.6.23",
  46. "@tarojs/plugin-platform-alipay": "3.6.23",
  47. "@tarojs/plugin-platform-tt": "3.6.23",
  48. "@tarojs/plugin-platform-swan": "3.6.23",
  49. "@tarojs/plugin-platform-jd": "3.6.23",
  50. "@tarojs/plugin-platform-qq": "3.6.23",
  51. "@tarojs/plugin-platform-h5": "3.6.23",
  52. "@tarojs/plugin-platform-harmony-hybrid": "3.6.23",
  53. "@tarojs/runtime": "3.6.23",
  54. "@tarojs/shared": "3.6.23",
  55. "@tarojs/taro": "3.6.23",
  56. "@tarojs/plugin-framework-react": "3.6.23",
  57. "@tarojs/react": "3.6.23",
  58. "react-dom": "^18.0.0",
  59. "react": "^18.0.0"
  60. },
  61. "devDependencies": {
  62. "@babel/core": "^7.8.0",
  63. "@tarojs/cli": "3.6.23",
  64. "@types/webpack-env": "^1.13.6",
  65. "@tarojs/test-utils-react": "^0.1.1",
  66. "@types/react": "^18.0.0",
  67. "webpack": "5.78.0",
  68. "@tarojs/taro-loader": "3.6.23",
  69. "@tarojs/webpack5-runner": "3.6.23",
  70. "babel-preset-taro": "3.6.23",
  71. "eslint-config-taro": "3.6.23",
  72. "eslint": "^8.12.0",
  73. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
  74. "react-refresh": "^0.11.0",
  75. "eslint-plugin-react": "^7.8.2",
  76. "eslint-plugin-import": "^2.12.0",
  77. "eslint-plugin-react-hooks": "^4.2.0",
  78. "stylelint": "^14.4.0",
  79. "@typescript-eslint/parser": "^6.2.0",
  80. "@typescript-eslint/eslint-plugin": "^6.2.0",
  81. "typescript": "^5.1.0",
  82. "tsconfig-paths-webpack-plugin": "^4.1.0",
  83. "postcss": "^8.4.18",
  84. "ts-node": "^10.9.1",
  85. "@types/node": "^18.15.11",
  86. "@types/jest": "^29.3.1",
  87. "jest": "^29.3.1",
  88. "jest-environment-jsdom": "^29.5.0"
  89. }
  90. }