package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "frontui",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "xkzh5",
  6. "templateInfo": {
  7. "name": "vue3-NutUI",
  8. "typescript": true,
  9. "css": "Stylus",
  10. "framework": "Vue3"
  11. },
  12. "scripts": {
  13. "build:weapp": "taro build --type weapp",
  14. "build:swan": "taro build --type swan",
  15. "build:alipay": "taro build --type alipay",
  16. "build:tt": "taro build --type tt",
  17. "build:h5": "taro build --type h5",
  18. "build:rn": "taro build --type rn",
  19. "build:qq": "taro build --type qq",
  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:quickapp": "npm run build:quickapp -- --watch"
  29. },
  30. "browserslist": [
  31. "last 3 versions",
  32. "Android >= 4.1",
  33. "ios >= 8"
  34. ],
  35. "author": "",
  36. "license": "MIT",
  37. "dependencies": {
  38. "@babel/runtime": "^7.7.7",
  39. "@tarojs/components": "4.0.8",
  40. "@tarojs/helper": "4.0.8",
  41. "@tarojs/plugin-platform-weapp": "4.0.8",
  42. "@tarojs/plugin-platform-alipay": "4.0.8",
  43. "@tarojs/plugin-platform-tt": "4.0.8",
  44. "@tarojs/plugin-platform-swan": "4.0.8",
  45. "@tarojs/plugin-platform-jd": "4.0.8",
  46. "@tarojs/plugin-platform-qq": "4.0.8",
  47. "@tarojs/plugin-platform-h5": "4.0.8",
  48. "@tarojs/runtime": "4.0.8",
  49. "@tarojs/shared": "4.0.8",
  50. "@tarojs/plugin-html": "4.0.8",
  51. "@tarojs/taro": "4.0.8",
  52. "@tarojs/plugin-framework-vue3": "4.0.8",
  53. "vue": "^3.3.0",
  54. "@nutui/nutui-taro": "^4.2.8"
  55. },
  56. "devDependencies": {
  57. "@nutui/auto-import-resolver": "^1.0.0",
  58. "unplugin-vue-components": "^0.26.0",
  59. "@babel/core": "^7.8.0",
  60. "@tarojs/cli": "4.0.8",
  61. "@tarojs/vite-runner": "4.0.8",
  62. "babel-preset-taro": "4.0.8",
  63. "eslint-config-taro": "4.0.8",
  64. "eslint": "^8.12.0",
  65. "stylelint": "^14.4.0",
  66. "terser": "^5.16.8",
  67. "vite": "^4.2.0",
  68. "@vitejs/plugin-vue": "^4.0.0",
  69. "@vitejs/plugin-vue-jsx": "^3.0.0",
  70. "eslint-plugin-vue": "^8.0.0",
  71. "stylus": "^0.59.0",
  72. "@typescript-eslint/parser": "^6.2.0",
  73. "@typescript-eslint/eslint-plugin": "^6.2.0",
  74. "typescript": "^5.1.0",
  75. "tsconfig-paths-webpack-plugin": "^4.0.1",
  76. "postcss": "^8.4.18"
  77. }
  78. }