package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "@simple-template/app",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "simple app",
  6. "templateInfo": {
  7. "name": "default",
  8. "typescript": true,
  9. "css": "Sass",
  10. "framework": "Vue3"
  11. },
  12. "scripts": {
  13. "prepare": "echo \"Git hooks are managed by ../../.githooks\"",
  14. "new": "taro new",
  15. "build:weapp": "taro build --type weapp",
  16. "build:swan": "taro build --type swan",
  17. "build:alipay": "taro build --type alipay",
  18. "build:tt": "taro build --type tt",
  19. "build:h5": "taro build --type h5",
  20. "build:rn": "taro build --type rn",
  21. "build:qq": "taro build --type qq",
  22. "build:jd": "taro build --type jd",
  23. "build:harmony-hybrid": "taro build --type harmony-hybrid",
  24. "dev:weapp": "pnpm build:weapp -- --watch",
  25. "dev:swan": "pnpm build:swan -- --watch",
  26. "dev:alipay": "pnpm build:alipay -- --watch",
  27. "dev:tt": "pnpm build:tt -- --watch",
  28. "dev:h5": "pnpm build:h5 -- --watch",
  29. "dev:rn": "pnpm build:rn -- --watch",
  30. "dev:qq": "pnpm build:qq -- --watch",
  31. "dev:jd": "pnpm build:jd -- --watch",
  32. "dev:harmony-hybrid": "pnpm build:harmony-hybrid -- --watch",
  33. "lint": "eslint --ignore-path ../.eslintignore \"{src,config}/**/*.{vue,js,ts,tsx}\" && pnpm --dir .. exec stylelint \"app/src/**/*.{vue,css,scss}\" --config ./stylelint.config.cjs --ignore-path ./.stylelintignore",
  34. "typecheck": "tsc --noEmit"
  35. },
  36. "browserslist": [
  37. "defaults and fully supports es6-module",
  38. "maintained node versions"
  39. ],
  40. "author": "",
  41. "dependencies": {
  42. "@babel/runtime": "^7.24.4",
  43. "@tarojs/components": "4.2.0",
  44. "@tarojs/helper": "4.2.0",
  45. "@tarojs/plugin-platform-weapp": "4.2.0",
  46. "@tarojs/plugin-platform-alipay": "4.2.0",
  47. "@tarojs/plugin-platform-tt": "4.2.0",
  48. "@tarojs/plugin-platform-swan": "4.2.0",
  49. "@tarojs/plugin-platform-jd": "4.2.0",
  50. "@tarojs/plugin-platform-qq": "4.2.0",
  51. "@tarojs/plugin-platform-h5": "4.2.0",
  52. "@tarojs/plugin-platform-harmony-hybrid": "4.2.0",
  53. "@tarojs/runtime": "4.2.0",
  54. "@tarojs/shared": "4.2.0",
  55. "@tarojs/taro": "4.2.0",
  56. "@tarojs/plugin-framework-vue3": "4.2.0",
  57. "vue": "^3.0.0"
  58. },
  59. "devDependencies": {
  60. "@tarojs/plugin-generator": "4.2.0",
  61. "@babel/core": "^7.24.4",
  62. "@babel/plugin-transform-class-properties": "7.25.9",
  63. "@tarojs/cli": "4.2.0",
  64. "@tarojs/vite-runner": "4.2.0",
  65. "babel-preset-taro": "4.2.0",
  66. "eslint-config-taro": "4.2.0",
  67. "eslint": "^8.57.0",
  68. "terser": "^5.30.4",
  69. "vite": "^4.2.0",
  70. "@vitejs/plugin-vue": "^5.0.4",
  71. "@vitejs/plugin-vue-jsx": "^3.1.0",
  72. "eslint-plugin-vue": "^9.17.0",
  73. "sass": "^1.75.0",
  74. "typescript": "^5.4.5",
  75. "postcss": "^8.5.6",
  76. "@types/minimatch": "^5"
  77. }
  78. }