微信小程序,访客邀约
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

93 lines
2.9 KiB

  1. {
  2. "name": "jsx",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "jsx",
  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.23.4",
  39. "@nutui/nutui-taro": "^4.2.1",
  40. "@nutui/touch-emulator": "^1.0.0",
  41. "@tarojs/components": "3.6.20",
  42. "@tarojs/helper": "3.6.20",
  43. "@tarojs/plugin-framework-vue3": "3.6.20",
  44. "@tarojs/plugin-html": "3.6.20",
  45. "@tarojs/plugin-platform-alipay": "3.6.20",
  46. "@tarojs/plugin-platform-h5": "3.6.20",
  47. "@tarojs/plugin-platform-jd": "3.6.20",
  48. "@tarojs/plugin-platform-qq": "3.6.20",
  49. "@tarojs/plugin-platform-swan": "3.6.20",
  50. "@tarojs/plugin-platform-tt": "3.6.20",
  51. "@tarojs/plugin-platform-weapp": "3.6.20",
  52. "@tarojs/runtime": "3.6.20",
  53. "@tarojs/shared": "3.6.20",
  54. "@tarojs/taro": "3.6.20",
  55. "chinese2pinyin": "^1.0.1",
  56. "dayjs": "^1.11.10",
  57. "graphql": "^16.8.1",
  58. "graphql-tag": "^2.12.6",
  59. "install": "^0.13.0",
  60. "pinia": "^2.1.7",
  61. "taro-icons": "^0.4.0",
  62. "tarojs-router-next": "^3.4.0",
  63. "vconsole": "^3.15.1",
  64. "vue": "^3.3.8"
  65. },
  66. "devDependencies": {
  67. "@babel/core": "^7.23.3",
  68. "@nutui/auto-import-resolver": "^1.0.0",
  69. "@tarojs/cli": "3.6.20",
  70. "@tarojs/taro-loader": "3.6.20",
  71. "@tarojs/webpack5-runner": "3.6.20",
  72. "@types/node": "^18.18.12",
  73. "@types/webpack-env": "^1.18.4",
  74. "@typescript-eslint/eslint-plugin": "^6.12.0",
  75. "@typescript-eslint/parser": "^6.12.0",
  76. "@vue/babel-plugin-jsx": "^1.1.5",
  77. "@vue/compiler-sfc": "^3.3.8",
  78. "babel-preset-taro": "3.6.20",
  79. "css-loader": "^6.8.1",
  80. "eslint": "^8.54.0",
  81. "eslint-config-taro": "3.6.20",
  82. "eslint-plugin-vue": "^9.18.1",
  83. "style-loader": "^3.3.3",
  84. "stylelint": "^15.11.0",
  85. "tarojs-router-next-plugin": "^3.4.0",
  86. "ts-node": "^10.9.1",
  87. "typescript": "^5.3.2",
  88. "unplugin-vue-components": "^0.25.2",
  89. "vue-loader": "^17.3.1",
  90. "webpack": "^5.89.0"
  91. }
  92. }