package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "mini7-android-pad-workspace",
  3. "version": "1.6.21-1",
  4. "private": true,
  5. "description": "Mini7-One Android Pad application",
  6. "scripts": {
  7. "dev": "npm --prefix mobile-app run dev",
  8. "typecheck": "tsc --noEmit -p mobile-app/tsconfig.json",
  9. "build:web": "npm --prefix mobile-app run build:web",
  10. "build:web:oem": "npm --prefix mobile-app run build:web:oem",
  11. "sync": "npm --prefix mobile-app run sync",
  12. "sync:oem": "npm --prefix mobile-app run sync:oem",
  13. "build:apk": "npm --prefix mobile-app run build:apk",
  14. "build:apk:oem": "npm --prefix mobile-app run build:apk:oem",
  15. "prepare:update": "npm --prefix mobile-app run prepare:update",
  16. "prepare:update:oem": "npm --prefix mobile-app run prepare:update:oem"
  17. },
  18. "dependencies": {
  19. "@ant-design/cssinjs": "^1.17.2",
  20. "@ant-design/icons": "^5.2.6",
  21. "@ant-design/pro-components": "^2.6.34",
  22. "@antv/g2plot": "^2.4.31",
  23. "antd": "^5.10.2",
  24. "date-fns": "^2.30.0",
  25. "framer-motion": "^10.16.4",
  26. "i18next": "^23.10.0",
  27. "i18next-browser-languagedetector": "^8.0.0",
  28. "lodash": "^4.17.21",
  29. "rc-field-form": "^2.7.1",
  30. "react": "^18.2.0",
  31. "react-dom": "^18.2.0",
  32. "react-i18next": "^14.0.1",
  33. "react-router-dom": "^6.16.0",
  34. "zustand": "^4.4.3"
  35. },
  36. "devDependencies": {
  37. "@electron-toolkit/preload": "^2.0.0",
  38. "@electron-toolkit/tsconfig": "^1.0.1",
  39. "@types/lodash": "^4.14.197",
  40. "@types/node": "^18.17.5",
  41. "@types/react": "^18.2.20",
  42. "@types/react-dom": "^18.2.7",
  43. "@vitejs/plugin-react": "^4.0.4",
  44. "autoprefixer": "^10.4.15",
  45. "postcss": "^8.4.29",
  46. "tailwindcss": "^3.3.3",
  47. "typescript": "5.1.6",
  48. "vite": "^4.4.11"
  49. }
  50. }