package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "name": "bluebook",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "blue note",
  6. "templateInfo": {
  7. "name": "default",
  8. "typescript": true,
  9. "css": "Less",
  10. "framework": "React"
  11. },
  12. "engines": {
  13. "node": "^v18.17.0"
  14. },
  15. "scripts": {
  16. "devbuild:weapp": "taro build --type weapp --watch --env production",
  17. "dev:weapp": "npm run build:weapp -- --watch",
  18. "build:weapp": "taro build --type weapp",
  19. "release:weapp": "taro build --type weapp --mode release --env release",
  20. "build:swan": "taro build --type swan",
  21. "build:alipay": "taro build --type alipay",
  22. "build:tt": "taro build --type tt",
  23. "build:h5": "taro build --type h5",
  24. "build:rn": "taro build --type rn",
  25. "build:qq": "taro build --type qq",
  26. "build:jd": "taro build --type jd",
  27. "build:quickapp": "taro build --type quickapp",
  28. "build:harmony-hybrid": "taro build --type harmony-hybrid",
  29. "dev:swan": "npm run build:swan -- --watch",
  30. "dev:alipay": "npm run build:alipay -- --watch",
  31. "dev:tt": "npm run build:tt -- --watch",
  32. "dev:h5": "npm run build:h5 -- --watch",
  33. "dev:rn": "npm run build:rn -- --watch",
  34. "dev:qq": "npm run build:qq -- --watch",
  35. "dev:jd": "npm run build:jd -- --watch",
  36. "dev:quickapp": "npm run build:quickapp -- --watch",
  37. "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch",
  38. "test": "jest",
  39. "postinstall": "weapp-tw patch"
  40. },
  41. "browserslist": [
  42. "last 3 versions",
  43. "Android >= 4.1",
  44. "ios >= 8"
  45. ],
  46. "author": "sheldon1930@gmail.com",
  47. "dependencies": {
  48. "@babel/runtime": "^7.21.5",
  49. "@taro-hooks/plugin-react": "^2.2.0",
  50. "@tarojs/components": "3.6.35",
  51. "@tarojs/helper": "3.6.35",
  52. "@tarojs/plugin-framework-react": "3.6.35",
  53. "@tarojs/plugin-http": "^4.1.1",
  54. "@tarojs/plugin-platform-alipay": "3.6.35",
  55. "@tarojs/plugin-platform-h5": "3.6.35",
  56. "@tarojs/plugin-platform-harmony-hybrid": "3.6.35",
  57. "@tarojs/plugin-platform-jd": "3.6.35",
  58. "@tarojs/plugin-platform-qq": "3.6.35",
  59. "@tarojs/plugin-platform-swan": "3.6.35",
  60. "@tarojs/plugin-platform-tt": "3.6.35",
  61. "@tarojs/plugin-platform-weapp": "3.6.35",
  62. "@tarojs/react": "3.6.35",
  63. "@tarojs/runtime": "3.6.35",
  64. "@tarojs/shared": "3.6.35",
  65. "@tarojs/taro": "3.6.35",
  66. "axios": "^1.9.0",
  67. "browser-id": "^2.0.96",
  68. "classnames": "^2.5.1",
  69. "dayjs": "^1.11.13",
  70. "event-target-polyfill": "^0.0.4",
  71. "miniprogram-blob": "^2.0.0",
  72. "miniprogram-formdata": "^2.0.0",
  73. "mitt": "^3.0.1",
  74. "radash": "^12.1.0",
  75. "react": "^18.0.0",
  76. "react-dom": "^18.0.0",
  77. "recordrtc": "^5.6.2",
  78. "swr": "^2.2.5",
  79. "taro-axios": "^1.1.1",
  80. "text-encoding-shim": "^1.0.5",
  81. "use-long-press": "^3.2.0",
  82. "vconsole": "^3.15.1",
  83. "yet-another-abortcontroller-polyfill": "^0.0.4",
  84. "zustand": "^4.5.5"
  85. },
  86. "devDependencies": {
  87. "@babel/core": "^7.8.0",
  88. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
  89. "@tarojs/cli": "3.6.35",
  90. "@tarojs/taro-loader": "3.6.35",
  91. "@tarojs/test-utils-react": "^0.1.1",
  92. "@tarojs/webpack5-runner": "3.6.35",
  93. "@types/jest": "^29.3.1",
  94. "@types/node": "^18.15.11",
  95. "@types/react": "^18.0.0",
  96. "@types/recordrtc": "^5.6.14",
  97. "@types/webpack-env": "^1.13.6",
  98. "@typescript-eslint/eslint-plugin": "^6.2.0",
  99. "@typescript-eslint/parser": "^6.2.0",
  100. "autoprefixer": "^10.4.20",
  101. "babel-preset-taro": "3.6.35",
  102. "eslint": "^8.12.0",
  103. "eslint-config-taro": "3.6.35",
  104. "eslint-plugin-import": "^2.12.0",
  105. "eslint-plugin-react": "^7.8.2",
  106. "eslint-plugin-react-hooks": "^4.2.0",
  107. "jest": "^29.3.1",
  108. "jest-environment-jsdom": "^29.5.0",
  109. "postcss": "^8.4.18",
  110. "postcss-rem-to-responsive-pixel": "^6.0.1",
  111. "react-refresh": "^0.11.0",
  112. "stylelint": "^14.4.0",
  113. "tailwindcss": "^3.4.10",
  114. "terser-webpack-plugin": "3.0.5",
  115. "ts-node": "^10.9.1",
  116. "tsconfig-paths-webpack-plugin": "^4.1.0",
  117. "typescript": "^5.1.0",
  118. "weapp-tailwindcss": "^3.6.2",
  119. "webpack": "5.78.0"
  120. }
  121. }