package.json 3.8 KB

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