package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "name": "mini",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "",
  6. "templateInfo": {
  7. "name": "default",
  8. "typescript": true,
  9. "css": "None",
  10. "framework": "React"
  11. },
  12. "scripts": {
  13. "prepare": "husky",
  14. "postinstall": "weapp-tw patch",
  15. "new": "taro new",
  16. "build:weapp": "taro build --type weapp",
  17. "build:swan": "taro build --type swan",
  18. "build:alipay": "taro build --type alipay",
  19. "build:tt": "taro build --type tt",
  20. "build:h5": "taro build --type h5",
  21. "build:rn": "taro build --type rn",
  22. "build:qq": "taro build --type qq",
  23. "build:jd": "taro build --type jd",
  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:harmony-hybrid": "npm run build:harmony-hybrid -- --watch",
  34. "test": "jest",
  35. "test:watch": "jest --watch",
  36. "test:coverage": "jest --coverage",
  37. "test:components": "jest tests/components",
  38. "test:pages": "jest tests/pages",
  39. "typecheck": "tsc --noEmit --project ."
  40. },
  41. "browserslist": {
  42. "development": [
  43. "defaults and fully supports es6-module",
  44. "maintained node versions"
  45. ],
  46. "production": [
  47. "last 3 versions",
  48. "Android >= 4.1",
  49. "ios >= 8"
  50. ]
  51. },
  52. "author": "",
  53. "dependencies": {
  54. "@babel/runtime": "^7.24.4",
  55. "@hookform/resolvers": "^5.2.1",
  56. "@radix-ui/react-slot": "^1.2.3",
  57. "@tanstack/react-query": "^5.84.1",
  58. "@tarojs/components": "4.1.4",
  59. "@tarojs/helper": "4.1.4",
  60. "@tarojs/plugin-framework-react": "4.1.4",
  61. "@tarojs/plugin-platform-alipay": "4.1.4",
  62. "@tarojs/plugin-platform-h5": "4.1.4",
  63. "@tarojs/plugin-platform-harmony-hybrid": "4.1.4",
  64. "@tarojs/plugin-platform-jd": "4.1.4",
  65. "@tarojs/plugin-platform-qq": "4.1.4",
  66. "@tarojs/plugin-platform-swan": "4.1.4",
  67. "@tarojs/plugin-platform-tt": "4.1.4",
  68. "@tarojs/plugin-platform-weapp": "4.1.4",
  69. "@tarojs/react": "4.1.4",
  70. "@tarojs/runtime": "4.1.4",
  71. "@tarojs/shared": "4.1.4",
  72. "@tarojs/taro": "4.1.4",
  73. "@weapp-tailwindcss/merge": "^1.2.3",
  74. "abortcontroller-polyfill": "^1.7.8",
  75. "class-variance-authority": "^0.7.1",
  76. "clsx": "^2.1.1",
  77. "hono": "4.8.5",
  78. "react": "^18.0.0",
  79. "react-dom": "^18.0.0",
  80. "react-hook-form": "^7.62.0",
  81. "@d8d/server": "workspace:*",
  82. "zod": "^4.0.14"
  83. },
  84. "devDependencies": {
  85. "@babel/core": "^7.24.4",
  86. "@babel/plugin-transform-class-properties": "7.25.9",
  87. "@babel/preset-react": "^7.24.1",
  88. "@commitlint/cli": "^19.8.1",
  89. "@commitlint/config-conventional": "^19.8.1",
  90. "@egoist/tailwindcss-icons": "^1.9.0",
  91. "@iconify/json": "^2.2.365",
  92. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
  93. "@tailwindcss/postcss": "^4.1.11",
  94. "@tarojs/cli": "4.1.4",
  95. "@tarojs/plugin-generator": "4.1.4",
  96. "@tarojs/taro-loader": "4.1.4",
  97. "@tarojs/webpack5-runner": "4.1.4",
  98. "@types/node": "^18",
  99. "@types/react": "^18.0.0",
  100. "@types/webpack-env": "^1.13.6",
  101. "autoprefixer": "^10.4.21",
  102. "babel-preset-taro": "4.1.4",
  103. "eslint": "^8.57.0",
  104. "eslint-config-taro": "4.1.4",
  105. "eslint-plugin-react": "^7.34.1",
  106. "eslint-plugin-react-hooks": "^4.4.0",
  107. "html-webpack-plugin": "^5.6.3",
  108. "husky": "^9.1.7",
  109. "lint-staged": "^16.1.2",
  110. "postcss": "^8.4.38",
  111. "react-refresh": "^0.14.0",
  112. "stylelint": "^16.4.0",
  113. "stylelint-config-standard": "^38.0.0",
  114. "tailwindcss": "^4.1.11",
  115. "tsconfig-paths-webpack-plugin": "^4.1.0",
  116. "typescript": "^5.4.5",
  117. "weapp-tailwindcss": "^4.2.5",
  118. "webpack": "5.91.0",
  119. "webpack-plugin-iframe-communicator": "^0.0.10",
  120. "@testing-library/jest-dom": "^6.8.0",
  121. "@testing-library/react": "^16.3.0",
  122. "@testing-library/user-event": "^14.6.1",
  123. "@types/jest": "^29.5.14",
  124. "jest": "^30.2.0",
  125. "jest-environment-jsdom": "^29.7.0",
  126. "ts-jest": "^29.4.5"
  127. }
  128. }