package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "longvideoImerse",
  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:weapp": "npm run build:weapp -- --watch",
  18. "dev:h5": "npm run build:h5 -- --watch",
  19. "dev:rn": "npm run build:rn -- --watch",
  20. "dev:quickapp": "npm run build:quickapp -- --watch",
  21. "test": "jest",
  22. "script": "node ./script/index.mjs"
  23. },
  24. "browserslist": [
  25. "last 3 versions",
  26. "Android >= 4.1",
  27. "ios >= 8"
  28. ],
  29. "author": "",
  30. "dependencies": {
  31. "@babel/runtime": "^7.21.5",
  32. "@reduxjs/toolkit": "^1.9.7",
  33. "@tarojs/components": "3.6.23",
  34. "@tarojs/helper": "3.6.23",
  35. "@tarojs/plugin-platform-weapp": "3.6.23",
  36. "@tarojs/plugin-platform-h5": "3.6.23",
  37. "@tarojs/runtime": "3.6.23",
  38. "@tarojs/shared": "3.6.23",
  39. "@tarojs/taro": "3.6.23",
  40. "@tarojs/plugin-framework-react": "3.6.23",
  41. "@tarojs/react": "3.6.23",
  42. "@types/react-redux": "^7.1.30",
  43. "react-dom": "^18.0.0",
  44. "react": "^18.0.0",
  45. "react-redux": "^8.1.3"
  46. },
  47. "devDependencies": {
  48. "@babel/core": "^7.8.0",
  49. "@tarojs/cli": "3.6.23",
  50. "@types/webpack-env": "^1.13.6",
  51. "@tarojs/test-utils-react": "^0.1.1",
  52. "@types/react": "^18.0.0",
  53. "webpack": "5.78.0",
  54. "@tarojs/taro-loader": "3.6.23",
  55. "@tarojs/webpack5-runner": "3.6.23",
  56. "babel-preset-taro": "3.6.23",
  57. "eslint-config-taro": "3.6.23",
  58. "eslint": "^8.12.0",
  59. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
  60. "react-refresh": "^0.11.0",
  61. "eslint-plugin-react": "^7.8.2",
  62. "eslint-plugin-import": "^2.12.0",
  63. "eslint-plugin-react-hooks": "^4.2.0",
  64. "stylelint": "^14.4.0",
  65. "@typescript-eslint/parser": "^6.2.0",
  66. "@typescript-eslint/eslint-plugin": "^6.2.0",
  67. "typescript": "^5.1.0",
  68. "tsconfig-paths-webpack-plugin": "^4.1.0",
  69. "postcss": "^8.4.18",
  70. "ts-node": "^10.9.1",
  71. "@types/node": "^18.15.11",
  72. "@types/jest": "^29.3.1",
  73. "jest": "^29.3.1",
  74. "jest-environment-jsdom": "^29.5.0",
  75. "@inquirer/prompts": "^3.3.0",
  76. "chalk": "^5.3.0",
  77. "commander": "^11.1.0"
  78. }
  79. }