package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "kede-createRD-h5",
  3. "version": "1.3.0",
  4. "private": true,
  5. "description": "Taro 多端(微信小程序 + H5 + React Native)",
  6. "scripts": {
  7. "build:weapp": "taro build --type weapp",
  8. "build:swan": "taro build --type swan",
  9. "build:alipay": "taro build --type alipay",
  10. "build:tt": "taro build --type tt",
  11. "build:h5": "cross-env CLIENT_ENV=h5 taro build --type h5",
  12. "build:rn": "cross-env CLIENT_ENV=rn taro build --type rn",
  13. "dev:weapp": "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": "cross-env CLIENT_ENV=h5 npm run build:h5 -- --watch",
  18. "dev:rn": "cross-env CLIENT_ENV=rn npm run build:rn -- --watch"
  19. },
  20. "author": "js-newbee",
  21. "license": "MIT",
  22. "dependencies": {
  23. "@tarojs/async-await": "1.3.4",
  24. "@tarojs/components": "1.3.4",
  25. "@tarojs/components-rn": "1.3.4",
  26. "@tarojs/redux": "1.3.4",
  27. "@tarojs/redux-h5": "1.3.4",
  28. "@tarojs/rn-runner": "1.3.4",
  29. "@tarojs/router": "1.3.4",
  30. "@tarojs/taro": "1.3.4",
  31. "@tarojs/taro-alipay": "1.3.4",
  32. "@tarojs/taro-h5": "1.3.4",
  33. "@tarojs/taro-redux-rn": "1.3.4",
  34. "@tarojs/taro-rn": "1.3.4",
  35. "@tarojs/taro-router-rn": "1.3.4",
  36. "@tarojs/taro-swan": "1.3.4",
  37. "@tarojs/taro-tt": "1.3.4",
  38. "@tarojs/taro-weapp": "1.3.4",
  39. "blueimp-md5": "^2.10.0",
  40. "nerv-devtools": "^1.4.3",
  41. "nervjs": "^1.4.3",
  42. "react": "16.3.1",
  43. "react-native": "0.55.4",
  44. "redux": "^4.0.0",
  45. "redux-logger": "^3.0.6",
  46. "redux-thunk": "^2.3.0",
  47. "tslib": "^1.8.0"
  48. },
  49. "devDependencies": {
  50. "@tarojs/cli": "1.3.4",
  51. "@tarojs/plugin-babel": "1.3.4",
  52. "@tarojs/plugin-csso": "1.3.4",
  53. "@tarojs/plugin-sass": "1.3.4",
  54. "@tarojs/plugin-uglifyjs": "1.3.4",
  55. "@tarojs/webpack-runner": "1.3.4",
  56. "@types/react": "^16.4.8",
  57. "@types/webpack-env": "^1.13.6",
  58. "babel-eslint": "^8.2.3",
  59. "babel-plugin-transform-class-properties": "^6.24.1",
  60. "babel-plugin-transform-decorators-legacy": "^1.3.4",
  61. "babel-plugin-transform-jsx-stylesheet": "^0.6.5",
  62. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  63. "babel-preset-env": "^1.6.1",
  64. "cross-env": "^5.2.0",
  65. "eslint": "^4.19.1",
  66. "eslint-config-taro": "1.3.4",
  67. "eslint-plugin-import": "^2.12.0",
  68. "eslint-plugin-react": "^7.8.2",
  69. "eslint-plugin-taro": "1.3.4"
  70. }
  71. }