package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name": "new-taro-mini-book",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "mini-book",
  6. "templateInfo": {
  7. "name": "mobx",
  8. "typescript": true,
  9. "css": "Less",
  10. "framework": "React"
  11. },
  12. "scripts": {
  13. "build:weapp": "taro build --type weapp",
  14. "build:swan": "taro build --type swan",
  15. "build:alipay": "taro build --type alipay",
  16. "build:tt": "taro build --type tt",
  17. "build:h5": "taro build --type h5",
  18. "build:rn": "taro build --type rn",
  19. "build:qq": "taro build --type qq",
  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. "dev:tt": "npm run build:tt -- --watch",
  25. "dev:h5": "npm run build:h5 -- --watch",
  26. "dev:rn": "npm run build:rn -- --watch",
  27. "dev:qq": "npm run build:qq -- --watch",
  28. "dev:quickapp": "npm run build:quickapp -- --watch"
  29. },
  30. "browserslist": [
  31. "last 3 versions",
  32. "Android >= 4.1",
  33. "ios >= 8"
  34. ],
  35. "author": "",
  36. "license": "MIT",
  37. "dependencies": {
  38. "@babel/runtime": "^7.7.7",
  39. "@tarojs/components": "3.6.26",
  40. "@tarojs/helper": "3.6.26",
  41. "@tarojs/plugin-framework-react": "3.6.26",
  42. "@tarojs/plugin-platform-alipay": "3.6.26",
  43. "@tarojs/plugin-platform-h5": "3.6.26",
  44. "@tarojs/plugin-platform-jd": "3.6.26",
  45. "@tarojs/plugin-platform-qq": "3.6.26",
  46. "@tarojs/plugin-platform-swan": "3.6.26",
  47. "@tarojs/plugin-platform-tt": "3.6.26",
  48. "@tarojs/plugin-platform-weapp": "3.6.26",
  49. "@tarojs/react": "3.6.26",
  50. "@tarojs/runtime": "3.6.26",
  51. "@tarojs/shared": "3.6.26",
  52. "@tarojs/taro": "3.6.26",
  53. "mobx": "^4.8.0",
  54. "mobx-react": "^6.1.4",
  55. "react": "^18.0.0",
  56. "react-dom": "^18.0.0"
  57. },
  58. "devDependencies": {
  59. "@babel/core": "^7.8.0",
  60. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
  61. "@tarojs/cli": "3.6.26",
  62. "@tarojs/taro-loader": "3.6.26",
  63. "@tarojs/webpack5-runner": "3.6.26",
  64. "@types/node": "^18.15.11",
  65. "@types/react": "^18.0.0",
  66. "@types/webpack-env": "^1.13.6",
  67. "@typescript-eslint/eslint-plugin": "^5.20.0",
  68. "@typescript-eslint/parser": "^5.20.0",
  69. "babel-preset-taro": "3.6.26",
  70. "eslint": "^8.12.0",
  71. "eslint-config-taro": "3.6.26",
  72. "eslint-plugin-import": "^2.12.0",
  73. "eslint-plugin-react": "^7.8.2",
  74. "eslint-plugin-react-hooks": "^4.2.0",
  75. "postcss": "^8.4.18",
  76. "react-refresh": "^0.11.0",
  77. "stylelint": "9.3.0",
  78. "ts-node": "^10.9.1",
  79. "typescript": "^4.1.0",
  80. "webpack": "^5.78.0"
  81. }
  82. }