package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "name": "kede-tool-weapp",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "科德工具小程序",
  6. "templateInfo": {
  7. "name": "redux",
  8. "typescript": false,
  9. "css": "less"
  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. "author": "",
  37. "license": "MIT",
  38. "dependencies": {
  39. "@babel/runtime": "^7.7.7",
  40. "@tarojs/components": "3.1.4",
  41. "@tarojs/react": "3.1.4",
  42. "@tarojs/runtime": "3.1.4",
  43. "@tarojs/taro": "3.1.4",
  44. "dayjs": "^1.10.4",
  45. "react": "^17.0.0",
  46. "react-dom": "^17.0.0",
  47. "react-redux": "^7.2.0",
  48. "redux": "^4.0.0",
  49. "redux-logger": "^3.0.6",
  50. "redux-thunk": "^2.3.0",
  51. "taro-skeleton": "^2.0.3"
  52. },
  53. "devDependencies": {
  54. "@babel/core": "^7.8.0",
  55. "@tarojs/mini-runner": "3.1.4",
  56. "@tarojs/webpack-runner": "3.1.4",
  57. "@types/react": "^17.0.2",
  58. "@types/webpack-env": "^1.13.6",
  59. "babel-preset-taro": "3.1.4",
  60. "eslint": "^6.8.0",
  61. "eslint-config-taro": "3.1.4",
  62. "eslint-plugin-import": "^2.12.0",
  63. "eslint-plugin-react": "^7.8.2",
  64. "eslint-plugin-react-hooks": "^4.2.0",
  65. "stylelint": "9.3.0",
  66. "taro-ui": "^3.0.0-alpha"
  67. }
  68. }