package.json 3.2 KB

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