package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "fpapp",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "fp",
  6. "templateInfo": {
  7. "name": "redux",
  8. "typescript": false,
  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:quickapp": "taro build --type quickapp",
  20. "dev:weapp": "npm run build:weapp -- --watch",
  21. "dev:swan": "npm run build:swan -- --watch",
  22. "dev:alipay": "npm run build:alipay -- --watch",
  23. "dev:tt": "npm run build:tt -- --watch",
  24. "dev:h5": "npm run build:h5 -- --watch",
  25. "dev:rn": "npm run build:rn -- --watch",
  26. "dev:qq": "npm run build:qq -- --watch",
  27. "dev:quickapp": "npm run build:quickapp -- --watch"
  28. },
  29. "author": "",
  30. "license": "MIT",
  31. "dependencies": {
  32. "@tarojs/components": "2.2.16",
  33. "@tarojs/components-qa": "2.2.16",
  34. "@tarojs/redux": "2.2.16",
  35. "@tarojs/redux-h5": "2.2.16",
  36. "@tarojs/router": "2.2.16",
  37. "@tarojs/taro": "2.2.16",
  38. "@tarojs/taro-alipay": "2.2.16",
  39. "@tarojs/taro-h5": "2.2.16",
  40. "@tarojs/taro-qq": "2.2.16",
  41. "@tarojs/taro-quickapp": "2.2.16",
  42. "@tarojs/taro-rn": "2.2.16",
  43. "@tarojs/taro-swan": "2.2.16",
  44. "@tarojs/taro-tt": "2.2.16",
  45. "@tarojs/taro-weapp": "2.2.16",
  46. "babel-runtime": "^6.26.0",
  47. "crypto-js": "^4.0.0",
  48. "nerv-devtools": "^1.5.5",
  49. "nervjs": "^1.5.5",
  50. "redux": "^4.0.0",
  51. "redux-logger": "^3.0.6",
  52. "redux-thunk": "^2.3.0",
  53. "regenerator-runtime": "0.11.1",
  54. "taro-ui": "^2.3.4"
  55. },
  56. "devDependencies": {
  57. "@tarojs/cli": "^2.2.16",
  58. "@tarojs/mini-runner": "2.2.16",
  59. "@tarojs/plugin-sass": "2.2.16",
  60. "@tarojs/plugin-terser": "2.2.16",
  61. "@tarojs/webpack-runner": "2.2.16",
  62. "@types/react": "^16.4.8",
  63. "@types/webpack-env": "^1.13.6",
  64. "babel-eslint": "^8.2.3",
  65. "babel-plugin-transform-class-properties": "^6.24.1",
  66. "babel-plugin-transform-decorators-legacy": "^1.3.4",
  67. "babel-plugin-transform-jsx-stylesheet": "^0.6.5",
  68. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  69. "babel-plugin-transform-runtime": "^6.23.0",
  70. "babel-preset-env": "^1.6.1",
  71. "eslint": "^5.16.0",
  72. "eslint-config-taro": "2.2.16",
  73. "eslint-plugin-import": "^2.12.0",
  74. "eslint-plugin-react": "^7.8.2",
  75. "eslint-plugin-react-hooks": "^1.6.1",
  76. "eslint-plugin-taro": "2.2.16",
  77. "stylelint": "9.3.0",
  78. "stylelint-config-taro-rn": "2.2.16",
  79. "stylelint-taro-rn": "2.2.16"
  80. }
  81. }