package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "resource",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "",
  6. "templateInfo": {
  7. "name": "wxcloud",
  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. "dev:weapp": "npm run build:weapp -- --watch",
  19. "dev:swan": "npm run build:swan -- --watch",
  20. "dev:alipay": "npm run build:alipay -- --watch",
  21. "dev:tt": "npm run build:tt -- --watch",
  22. "dev:h5": "npm run build:h5 -- --watch",
  23. "dev:rn": "npm run build:rn -- --watch"
  24. },
  25. "author": "",
  26. "license": "MIT",
  27. "dependencies": {
  28. "@tarojs/async-await": "1.3.19",
  29. "@tarojs/components": "1.3.19",
  30. "@tarojs/mobx": "1.3.19",
  31. "@tarojs/router": "1.3.19",
  32. "@tarojs/taro": "1.3.19",
  33. "@tarojs/taro-alipay": "1.3.19",
  34. "@tarojs/taro-h5": "1.3.19",
  35. "@tarojs/taro-swan": "1.3.19",
  36. "@tarojs/taro-tt": "1.3.19",
  37. "@tarojs/taro-weapp": "^1.3.21",
  38. "dayjs": "^1.8.16",
  39. "eslint-plugin-react-hooks": "^2.0.1",
  40. "mobx": "4.8.0",
  41. "moment": "^2.24.0",
  42. "nerv-devtools": "^1.4.6",
  43. "nervjs": "^1.4.6",
  44. "react": "^16.9.0",
  45. "taro-ui": "^2.2.2",
  46. "transform-runtime": "0.0.0"
  47. },
  48. "devDependencies": {
  49. "@tarojs/plugin-babel": "1.3.19",
  50. "@tarojs/plugin-csso": "1.3.19",
  51. "@tarojs/plugin-less": "^1.3.20",
  52. "@tarojs/plugin-sass": "1.3.19",
  53. "@tarojs/plugin-uglifyjs": "1.3.19",
  54. "@tarojs/webpack-runner": "1.3.19",
  55. "@types/react": "^16.4.6",
  56. "@types/webpack-env": "^1.13.6",
  57. "@typescript-eslint/parser": "^1.6.0",
  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. "eslint": "^4.19.1",
  65. "eslint-config-taro": "1.3.19",
  66. "eslint-plugin-import": "^2.12.0",
  67. "eslint-plugin-react": "^7.8.2",
  68. "eslint-plugin-react-hooks": "^1.6.1",
  69. "eslint-plugin-taro": "1.3.19",
  70. "typescript": "^3.0.1"
  71. }
  72. }