package.json 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "name": "myApp",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "liaotian ",
  6. "templateInfo": {
  7. "name": "redux",
  8. "typescript": false,
  9. "css": "less"
  10. },
  11. "scripts": {
  12. "build:weapp": "taro build --type weapp",
  13. "build:weapp_upload": "taro build --type weapp --upload",
  14. "build:swan": "taro build --type swan",
  15. "build:alipay": "taro build --type alipay",
  16. "build:tt": "taro build --type tt",
  17. "build:tt_upload": "taro build --type tt --upload",
  18. "build:h5": "taro build --type h5",
  19. "build:rn": "taro build --type rn",
  20. "build:qq": "taro build --type qq",
  21. "build:jd": "taro build --type jd",
  22. "build:quickapp": "taro build --type quickapp",
  23. "dev:weapp": "npm run build:weapp -- --watch",
  24. "dev:swan": "npm run build:swan -- --watch",
  25. "dev:alipay": "npm run build:alipay -- --watch",
  26. "dev:tt": "npm run build:tt -- --watch",
  27. "dev:h5": "npm run build:h5 -- --watch",
  28. "dev:rn": "npm run build:rn -- --watch",
  29. "dev:qq": "npm run build:qq -- --watch",
  30. "dev:jd": "npm run build:jd -- --watch",
  31. "dev:quickapp": "npm run build:quickapp -- --watch",
  32. "deploy": "gh-pages -d dist"
  33. },
  34. "browserslist": [
  35. "last 3 versions",
  36. "Android >= 4.1",
  37. "ios >= 8"
  38. ],
  39. "author": "",
  40. "dependencies": {
  41. "@babel/runtime": "^7.7.7",
  42. "@tarojs/components": "3.5.7",
  43. "@tarojs/helper": "3.5.7",
  44. "@tarojs/plugin-framework-react": "3.5.7",
  45. "@tarojs/plugin-platform-alipay": "3.5.7",
  46. "@tarojs/plugin-platform-jd": "3.5.7",
  47. "@tarojs/plugin-platform-qq": "3.5.7",
  48. "@tarojs/plugin-platform-swan": "3.5.7",
  49. "@tarojs/plugin-platform-tt": "3.5.7",
  50. "@tarojs/plugin-platform-weapp": "3.5.7",
  51. "@tarojs/react": "3.5.7",
  52. "@tarojs/router": "3.5.7",
  53. "@tarojs/runtime": "3.5.7",
  54. "@tarojs/shared": "3.5.7",
  55. "@tarojs/taro": "3.5.7",
  56. "@tarojs/taro-h5": "^3.5.7",
  57. "@vant/weapp": "^1.10.14",
  58. "postcss": "^8.2.1",
  59. "react": "^18.0.0",
  60. "react-dom": "^18.0.0",
  61. "taro-cropper": "^1.2.3",
  62. "tt-ide-cli": "^0.1.15"
  63. },
  64. "devDependencies": {
  65. "@babel/core": "^7.8.0",
  66. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
  67. "@tarojs/cli": "3.5.7",
  68. "@tarojs/plugin-mini-ci": "3.5.7",
  69. "@tarojs/webpack5-runner": "3.5.7",
  70. "@types/react": "^18.0.0",
  71. "@types/webpack-env": "^1.13.6",
  72. "babel-preset-taro": "3.5.7",
  73. "eslint": "^8.12.0",
  74. "eslint-config-taro": "3.5.7",
  75. "eslint-plugin-import": "^2.12.0",
  76. "eslint-plugin-react": "^7.8.2",
  77. "eslint-plugin-react-hooks": "^4.2.0",
  78. "react-refresh": "^0.11.0",
  79. "stylelint": "^14.4.0",
  80. "taro-ui": "^3.0.0-alpha.9",
  81. "webpack": "5.69.0"
  82. },
  83. "taroConfig": {
  84. "version": "1.4.5",
  85. "desc": "更改人物动漫化"
  86. }
  87. }