package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name": "client",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "LineFunQueue - Mini Program",
  6. "templateInfo": {
  7. "name": "default",
  8. "typescript": true,
  9. "css": "sass",
  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:harmony-hybrid": "taro build --type harmony-hybrid",
  22. "dev:weapp": "npm run build:weapp -- --watch",
  23. "dev:swan": "npm run build:swan -- --watch",
  24. "dev:alipay": "npm run build:alipay -- --watch",
  25. "dev:tt": "npm run build:tt -- --watch",
  26. "dev:h5": "npm run build:h5 -- --watch",
  27. "dev:rn": "npm run build:rn -- --watch",
  28. "dev:qq": "npm run build:qq -- --watch",
  29. "dev:jd": "npm run build:jd -- --watch",
  30. "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch"
  31. },
  32. "browserslist": [
  33. "last 3 versions",
  34. "Android >= 4.1",
  35. "ios >= 8"
  36. ],
  37. "author": "",
  38. "dependencies": {
  39. "@babel/runtime": "^7.24.4",
  40. "@tarojs/components": "4.0.9",
  41. "@tarojs/helper": "4.0.9",
  42. "@tarojs/plugin-framework-react": "4.0.9",
  43. "@tarojs/plugin-platform-alipay": "4.0.9",
  44. "@tarojs/plugin-platform-h5": "4.0.9",
  45. "@tarojs/plugin-platform-harmony-hybrid": "4.0.9",
  46. "@tarojs/plugin-platform-jd": "4.0.9",
  47. "@tarojs/plugin-platform-qq": "4.0.9",
  48. "@tarojs/plugin-platform-swan": "4.0.9",
  49. "@tarojs/plugin-platform-tt": "4.0.9",
  50. "@tarojs/plugin-platform-weapp": "4.0.9",
  51. "@tarojs/react": "4.0.9",
  52. "@tarojs/runtime": "4.0.9",
  53. "@tarojs/shared": "4.0.9",
  54. "@tarojs/taro": "4.0.9",
  55. "@tarojs/webpack5-runner": "^4.0.9",
  56. "react": "^18.0.0",
  57. "react-dom": "^18.0.0"
  58. },
  59. "devDependencies": {
  60. "@babel/core": "^7.24.4",
  61. "@babel/plugin-proposal-class-properties": "7.14.5",
  62. "@babel/plugin-syntax-flow": "^7.26.0",
  63. "@babel/preset-react": "^7.24.1",
  64. "@babel/preset-typescript": "^7.26.0",
  65. "@tarojs/cli": "4.0.9",
  66. "@tarojs/vite-runner": "4.0.9",
  67. "@types/react": "^18.0.0",
  68. "@vitejs/plugin-react": "^4.3.0",
  69. "babel-preset-taro": "4.0.9",
  70. "eslint": "^8.57.0",
  71. "eslint-config-taro": "4.0.9",
  72. "eslint-plugin-react": "^7.34.1",
  73. "eslint-plugin-react-hooks": "^4.4.0",
  74. "postcss": "^8.4.38",
  75. "react-refresh": "^0.14.0",
  76. "sass": "^1.75.0",
  77. "stylelint": "^16.4.0",
  78. "terser": "^5.30.4",
  79. "typescript": "^5.4.5",
  80. "vite": "^4.2.0"
  81. }
  82. }