数据采集小程序

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "myApp",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "xiaofang",
  6. "templateInfo": {
  7. "name": "default",
  8. "typescript": true,
  9. "css": "less"
  10. },
  11. "scripts": {
  12. "dev": "npm run build:weapp -- --watch",
  13. "build": "taro build --type weapp",
  14. "build:weapp": "taro build --type weapp",
  15. "build:swan": "taro build --type swan",
  16. "build:alipay": "taro build --type alipay",
  17. "build:tt": "taro build --type tt",
  18. "build:h5": "taro build --type h5",
  19. "build:rn": "taro build --type rn",
  20. "build:qq": "taro build --type qq",
  21. "build:jd": "taro build --type jd",
  22. "build:quickapp": "taro build --type quickapp",
  23. "dev:weapp": "npm run build:weapp -- --watch",
  24. "dev:swan": "npm run build:swan -- --watch",
  25. "dev:alipay": "npm run build:alipay -- --watch",
  26. "dev:tt": "npm run build:tt -- --watch",
  27. "dev:h5": "npm run build:h5 -- --watch",
  28. "dev:rn": "npm run build:rn -- --watch",
  29. "dev:qq": "npm run build:qq -- --watch",
  30. "dev:jd": "npm run build:jd -- --watch",
  31. "dev:quickapp": "npm run build:quickapp -- --watch"
  32. },
  33. "browserslist": [
  34. "last 3 versions",
  35. "Android >= 4.1",
  36. "ios >= 8"
  37. ],
  38. "author": "",
  39. "dependencies": {
  40. "@antmjs/vantui": "^2.2.8",
  41. "@babel/runtime": "^7.7.7",
  42. "@tarojs/components": "3.3.6",
  43. "@tarojs/react": "3.3.6",
  44. "@tarojs/runtime": "3.3.6",
  45. "@tarojs/taro": "3.3.6",
  46. "react": "^17.0.0",
  47. "react-dom": "^17.0.0"
  48. },
  49. "devDependencies": {
  50. "@tarojs/cli": "3.3.6",
  51. "@babel/core": "^7.8.0",
  52. "@tarojs/mini-runner": "3.3.6",
  53. "@tarojs/webpack-runner": "3.3.6",
  54. "@types/react": "^17.0.2",
  55. "@types/webpack-env": "^1.13.6",
  56. "@typescript-eslint/eslint-plugin": "^4.15.1",
  57. "@typescript-eslint/parser": "^4.15.1",
  58. "babel-plugin-import": "^1.13.5",
  59. "babel-preset-taro": "3.3.6",
  60. "eslint": "^6.8.0",
  61. "eslint-config-taro": "3.3.6",
  62. "eslint-plugin-import": "^2.12.0",
  63. "eslint-plugin-react": "^7.8.2",
  64. "eslint-plugin-react-hooks": "^4.2.0",
  65. "stylelint": "9.3.0",
  66. "typescript": "^4.1.0"
  67. }
  68. }