package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "name": "zsdwx3",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "zsdwx3.0",
  6. "templateInfo": {
  7. "name": "redux",
  8. "typescript": true,
  9. "css": "sass"
  10. },
  11. "scripts": {
  12. "build:weapp": "taro build --type weapp",
  13. "build:swan": "taro build --type swan",
  14. "build:alipay": "taro build --type alipay",
  15. "build:tt": "taro build --type tt",
  16. "build:h5": "taro build --type h5",
  17. "build:rn": "taro build --type rn",
  18. "build:qq": "taro build --type qq",
  19. "build:jd": "taro build --type jd",
  20. "build:quickapp": "taro build --type quickapp",
  21. "dev:weapp": "npm run build:weapp -- --watch",
  22. "dev:swan": "npm run build:swan -- --watch",
  23. "dev:alipay": "npm run build:alipay -- --watch",
  24. "build:weapp2": "cross-env NODE_ENV=production CLIENT_ENV=weapp taro build --type weapp --watch",
  25. "uat:weapp2": "cross-env NODE_ENV=uat CLIENT_ENV=weapp taro build --type weapp --watch",
  26. "uat:weapp": "cross-env NODE_ENV=uat CLIENT_ENV=weapp taro build --type weapp",
  27. "dev:tt": "npm run build:tt -- --watch",
  28. "dev:h5": "npm run build:h5 -- --watch",
  29. "dev:rn": "npm run build:rn -- --watch",
  30. "dev:qq": "npm run build:qq -- --watch",
  31. "dev:jd": "npm run build:jd -- --watch",
  32. "dev:quickapp": "npm run build:quickapp -- --watch"
  33. },
  34. "browserslist": [
  35. "last 3 versions",
  36. "Android >= 4.1",
  37. "ios >= 8"
  38. ],
  39. "author": "",
  40. "license": "MIT",
  41. "dependencies": {
  42. "@babel/runtime": "^7.7.7",
  43. "@tarojs/components": "^3.0.29",
  44. "@tarojs/react": "^3.0.29",
  45. "@tarojs/runtime": "^3.0.29",
  46. "@tarojs/taro": "^3.0.29",
  47. "classnames": "^2.2.6",
  48. "dva-core": "^2.0.4",
  49. "dva-core-ts": "^2.0.7",
  50. "dva-loading": "^3.0.22",
  51. "react": "^17.0.1",
  52. "react-dom": "^17.0.1",
  53. "react-redux": "^7.2.0",
  54. "redux": "^4.0.0",
  55. "redux-logger": "^3.0.6",
  56. "redux-thunk": "^2.3.0",
  57. "signalr-for-wx": "^1.1.6",
  58. "taro-ui": "^3.0.0-alpha.3"
  59. },
  60. "devDependencies": {
  61. "@babel/core": "^7.8.0",
  62. "@tarojs/mini-runner": "^3.0.29",
  63. "@tarojs/webpack-runner": "^3.0.29",
  64. "@types/classnames": "^2.2.11",
  65. "@types/react": "^17.0.0",
  66. "@types/react-redux": "^7.1.16",
  67. "@types/webpack-env": "^1.13.6",
  68. "@typescript-eslint/eslint-plugin": "^2.x",
  69. "@typescript-eslint/parser": "^2.x",
  70. "babel-preset-taro": "^3.0.29",
  71. "eslint": "^6.8.0",
  72. "eslint-config-taro": "^3.0.29",
  73. "eslint-plugin-import": "^2.12.0",
  74. "eslint-plugin-react": "^7.8.2",
  75. "eslint-plugin-react-hooks": "^1.6.1",
  76. "node-sass": "^5.0.0",
  77. "stylelint": "^13.8.0",
  78. "typescript": "^3.7.0"
  79. }
  80. }