package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "mxplugin",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "",
  6. "templateInfo": {
  7. "name": "wxplugin",
  8. "typescript": true,
  9. "css": "less"
  10. },
  11. "scripts": {
  12. "build:weapp": "taro build --plugin weapp",
  13. "dev": "npm run build:weapp -- --watch",
  14. "dev:swan": "npm run build:swan -- --watch",
  15. "dev:alipay": "npm run build:alipay -- --watch",
  16. "dev:tt": "npm run build:tt -- --watch",
  17. "dev:h5": "npm run build:h5 -- --watch",
  18. "dev:rn": "npm run build:rn -- --watch",
  19. "dev:qq": "npm run build:qq -- --watch",
  20. "dev:quickapp": "npm run build:quickapp -- --watch"
  21. },
  22. "author": "",
  23. "license": "MIT",
  24. "browserslist": [
  25. "last 3 versions",
  26. "Android >= 4.1",
  27. "ios >= 8"
  28. ],
  29. "dependencies": {
  30. "@babel/runtime": "^7.7.7",
  31. "@tarojs/components": "3.6.19",
  32. "@tarojs/helper": "3.6.19",
  33. "@tarojs/plugin-platform-weapp": "3.6.19",
  34. "@tarojs/plugin-platform-alipay": "3.6.19",
  35. "@tarojs/plugin-platform-tt": "3.6.19",
  36. "@tarojs/plugin-platform-swan": "3.6.19",
  37. "@tarojs/plugin-platform-jd": "3.6.19",
  38. "@tarojs/plugin-platform-qq": "3.6.19",
  39. "@tarojs/plugin-platform-h5": "3.6.19",
  40. "@tarojs/runtime": "3.6.19",
  41. "@tarojs/shared": "3.6.19",
  42. "@tarojs/taro": "3.6.19",
  43. "@tarojs/plugin-framework-react": "3.6.19",
  44. "@tarojs/react": "3.6.19",
  45. "react-dom": "^18.0.0",
  46. "react": "^18.0.0"
  47. },
  48. "devDependencies": {
  49. "@babel/core": "^7.8.0",
  50. "@tarojs/cli": "3.6.19",
  51. "@types/webpack-env": "^1.13.6",
  52. "postcss": "^8.4.18",
  53. "@types/react": "^18.0.0",
  54. "webpack": "^5.78.0",
  55. "@tarojs/taro-loader": "3.6.19",
  56. "@tarojs/webpack5-runner": "3.6.19",
  57. "babel-preset-taro": "3.6.19",
  58. "eslint-config-taro": "3.6.19",
  59. "eslint": "^8.12.0",
  60. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
  61. "react-refresh": "^0.11.0",
  62. "eslint-plugin-react": "^7.8.2",
  63. "eslint-plugin-import": "^2.12.0",
  64. "eslint-plugin-react-hooks": "^4.2.0",
  65. "stylelint": "9.3.0",
  66. "@typescript-eslint/parser": "^5.20.0",
  67. "@typescript-eslint/eslint-plugin": "^5.20.0",
  68. "typescript": "^4.1.0",
  69. "ts-node": "^10.9.1",
  70. "@types/node": "^18.15.11"
  71. }
  72. }