package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "watermark-miniprogram",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "水印小程序",
  6. "templateInfo": {
  7. "name": "vue3-NutUI4",
  8. "typescript": true,
  9. "css": "sass"
  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. "dependencies": {
  38. "@babel/runtime": "^7.7.7",
  39. "@nutui/icons-vue-taro": "^0.0.9",
  40. "@nutui/nutui-taro": "^4.0.4",
  41. "@tarojs/components": "3.6.11",
  42. "@tarojs/helper": "3.6.11",
  43. "@tarojs/plugin-framework-vue3": "3.6.11",
  44. "@tarojs/plugin-html": "3.6.11",
  45. "@tarojs/plugin-platform-alipay": "3.6.11",
  46. "@tarojs/plugin-platform-h5": "3.6.11",
  47. "@tarojs/plugin-platform-jd": "3.6.11",
  48. "@tarojs/plugin-platform-qq": "3.6.11",
  49. "@tarojs/plugin-platform-swan": "3.6.11",
  50. "@tarojs/plugin-platform-tt": "3.6.11",
  51. "@tarojs/plugin-platform-weapp": "3.6.11",
  52. "@tarojs/runtime": "3.6.11",
  53. "@tarojs/shared": "3.6.11",
  54. "@tarojs/taro": "3.6.11",
  55. "vue": "^3.2.40"
  56. },
  57. "devDependencies": {
  58. "@babel/core": "^7.8.0",
  59. "@tarojs/cli": "3.6.11",
  60. "@tarojs/taro-loader": "3.6.11",
  61. "@tarojs/webpack5-runner": "3.6.11",
  62. "@types/node": "^18.15.11",
  63. "@types/webpack-env": "^1.13.6",
  64. "@typescript-eslint/eslint-plugin": "^5.20.0",
  65. "@typescript-eslint/parser": "^5.20.0",
  66. "@vue/babel-plugin-jsx": "^1.0.6",
  67. "@vue/compiler-sfc": "^3.2.40",
  68. "babel-preset-taro": "3.6.11",
  69. "css-loader": "3.4.2",
  70. "eslint": "^8.12.0",
  71. "eslint-config-taro": "3.6.11",
  72. "eslint-plugin-vue": "^8.0.0",
  73. "style-loader": "1.3.0",
  74. "stylelint": "9.3.0",
  75. "ts-node": "^10.9.1",
  76. "typescript": "^4.1.0",
  77. "unplugin-vue-components": "^0.23.0",
  78. "vue-loader": "^17.0.0",
  79. "webpack": "^5.78.0"
  80. }
  81. }