package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "name": "speed+",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": " 票圈视频新小程序,票圈极速+",
  6. "templateInfo": {
  7. "name": "default",
  8. "typescript": true,
  9. "css": "Less",
  10. "framework": "React"
  11. },
  12. "scripts": {
  13. "build:weapp": "taro build --type weapp",
  14. "build:h5": "taro build --type h5",
  15. "build:rn": "taro build --type rn",
  16. "build:quickapp": "taro build --type quickapp",
  17. "dev": "npm run build:weapp -- --watch",
  18. "dev:weapp": "npm run build:weapp -- --watch",
  19. "dev:h5": "npm run build:h5 -- --watch",
  20. "dev:rn": "npm run build:rn -- --watch",
  21. "dev:quickapp": "npm run build:quickapp -- --watch",
  22. "test": "jest",
  23. "script": "node ./script/index.mjs",
  24. "upload": "npm run build:weapp -- --upload",
  25. "preview": "npm run build:weapp -- --preview"
  26. },
  27. "browserslist": [
  28. "last 3 versions",
  29. "Android >= 4.1",
  30. "ios >= 8"
  31. ],
  32. "author": "",
  33. "dependencies": {
  34. "@babel/runtime": "^7.21.5",
  35. "@reduxjs/toolkit": "^1.9.7",
  36. "@tarojs/components": "3.6.23",
  37. "@tarojs/helper": "3.6.23",
  38. "@tarojs/plugin-platform-weapp": "3.6.23",
  39. "@tarojs/plugin-platform-h5": "3.6.23",
  40. "@tarojs/runtime": "3.6.23",
  41. "@tarojs/shared": "3.6.23",
  42. "@tarojs/taro": "3.6.23",
  43. "@tarojs/plugin-framework-react": "3.6.23",
  44. "@tarojs/react": "3.6.23",
  45. "@types/react-redux": "^7.1.30",
  46. "@tarojs/plugin-mini-ci":"^3.6.21",
  47. "react-dom": "^18.0.0",
  48. "react": "^18.0.0",
  49. "react-redux": "^8.1.3"
  50. },
  51. "devDependencies": {
  52. "@babel/core": "^7.8.0",
  53. "@tarojs/cli": "3.6.23",
  54. "@types/webpack-env": "^1.13.6",
  55. "@tarojs/test-utils-react": "^0.1.1",
  56. "@types/react": "^18.0.0",
  57. "webpack": "5.78.0",
  58. "@tarojs/taro-loader": "3.6.23",
  59. "@tarojs/webpack5-runner": "3.6.23",
  60. "babel-preset-taro": "3.6.23",
  61. "eslint-config-taro": "3.6.23",
  62. "eslint": "^8.12.0",
  63. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
  64. "react-refresh": "^0.11.0",
  65. "eslint-plugin-react": "^7.8.2",
  66. "eslint-plugin-import": "^2.12.0",
  67. "eslint-plugin-react-hooks": "^4.2.0",
  68. "stylelint": "^14.4.0",
  69. "@typescript-eslint/parser": "^6.2.0",
  70. "@typescript-eslint/eslint-plugin": "^6.2.0",
  71. "typescript": "^5.1.0",
  72. "tsconfig-paths-webpack-plugin": "^4.1.0",
  73. "postcss": "^8.4.18",
  74. "ts-node": "^10.9.1",
  75. "@types/node": "^18.15.11",
  76. "@types/jest": "^29.3.1",
  77. "jest": "^29.3.1",
  78. "jest-environment-jsdom": "^29.5.0",
  79. "@inquirer/prompts": "^3.3.0",
  80. "chalk": "^5.3.0",
  81. "commander": "^11.1.0"
  82. }
  83. }