No Description

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "myDemo",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "test",
  6. "templateInfo": {
  7. "name": "default",
  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: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. "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:jd": "npm run build:jd -- --watch",
  29. "dev:quickapp": "npm run build:quickapp -- --watch"
  30. },
  31. "browserslist": [
  32. "last 3 versions",
  33. "Android >= 4.1",
  34. "ios >= 8"
  35. ],
  36. "dependencies": {
  37. "@babel/runtime": "^7.7.7",
  38. "@tarojs/components": "3.0.5",
  39. "@tarojs/runtime": "3.0.5",
  40. "@tarojs/taro": "3.0.5",
  41. "@tarojs/react": "3.0.5",
  42. "react-dom": "^16.10.0",
  43. "react": "^16.10.0"
  44. },
  45. "devDependencies": {
  46. "@types/webpack-env": "^1.13.6",
  47. "@types/react": "^16.0.0",
  48. "@tarojs/mini-runner": "3.0.5",
  49. "@babel/core": "^7.8.0",
  50. "@tarojs/webpack-runner": "3.0.5",
  51. "babel-preset-taro": "3.0.5",
  52. "eslint-config-taro": "3.0.5",
  53. "eslint": "^6.8.0",
  54. "eslint-plugin-react": "^7.8.2",
  55. "eslint-plugin-import": "^2.12.0",
  56. "eslint-plugin-react-hooks": "^1.6.1",
  57. "stylelint": "9.3.0"
  58. }
  59. }