| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "mini7-android-pad-workspace",
- "version": "1.6.21-1",
- "private": true,
- "description": "Mini7-One Android Pad application",
- "scripts": {
- "dev": "npm --prefix mobile-app run dev",
- "typecheck": "tsc --noEmit -p mobile-app/tsconfig.json",
- "build:web": "npm --prefix mobile-app run build:web",
- "build:web:oem": "npm --prefix mobile-app run build:web:oem",
- "sync": "npm --prefix mobile-app run sync",
- "sync:oem": "npm --prefix mobile-app run sync:oem",
- "build:apk": "npm --prefix mobile-app run build:apk",
- "build:apk:oem": "npm --prefix mobile-app run build:apk:oem",
- "prepare:update": "npm --prefix mobile-app run prepare:update",
- "prepare:update:oem": "npm --prefix mobile-app run prepare:update:oem"
- },
- "dependencies": {
- "@ant-design/cssinjs": "^1.17.2",
- "@ant-design/icons": "^5.2.6",
- "@ant-design/pro-components": "^2.6.34",
- "@antv/g2plot": "^2.4.31",
- "antd": "^5.10.2",
- "date-fns": "^2.30.0",
- "framer-motion": "^10.16.4",
- "i18next": "^23.10.0",
- "i18next-browser-languagedetector": "^8.0.0",
- "lodash": "^4.17.21",
- "rc-field-form": "^2.7.1",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-i18next": "^14.0.1",
- "react-router-dom": "^6.16.0",
- "zustand": "^4.4.3"
- },
- "devDependencies": {
- "@electron-toolkit/preload": "^2.0.0",
- "@electron-toolkit/tsconfig": "^1.0.1",
- "@types/lodash": "^4.14.197",
- "@types/node": "^18.17.5",
- "@types/react": "^18.2.20",
- "@types/react-dom": "^18.2.7",
- "@vitejs/plugin-react": "^4.0.4",
- "autoprefixer": "^10.4.15",
- "postcss": "^8.4.29",
- "tailwindcss": "^3.3.3",
- "typescript": "5.1.6",
- "vite": "^4.4.11"
- }
- }
|