diff --git a/packages/app/package.json b/packages/app/package.json index 273ba68b..4b671ab8 100755 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -8,7 +8,6 @@ "scripts": { "build": "vite build", "dev": "vite", - "dev:farm": "farm start", "docker-compose:update_run": "docker-compose down && git pull && yarn build && docker-compose up -d --build", "preview": "vite preview" }, @@ -17,6 +16,7 @@ }, "dependencies": { "@ant-design/icons": "^5.4.0", + "@capacitor/assets": "^2.0.4", "@capacitor/android": "^5.0.5", "@capacitor/app": "^5.0.3", "@capacitor/cli": "^5.0.5", @@ -30,29 +30,20 @@ "@capgo/capacitor-updater": "^5.0.1", "@dnd-kit/core": "^6.0.8", "@dnd-kit/sortable": "^7.0.2", - "@emotion/css": "11.0.0", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", - "@farmfe/cli": "^1.0.2", - "@farmfe/core": "^1.2.6", - "@farmfe/js-plugin-less": "^1.8.0", - "@farmfe/plugin-react": "^1.1.0", "@ffmpeg/ffmpeg": "^0.12.10", "@ffmpeg/util": "^0.12.1", "@loadable/component": "5.15.2", "@mui/material": "^5.11.9", "@ragestudio/cordova-nfc": "^1.2.0", "@sentry/browser": "^7.64.0", - "@stripe/react-stripe-js": "^2.7.3", - "@stripe/stripe-js": "^4.2.0", - "@tanstack/react-virtual": "^3.5.0", "@tauri-apps/api": "^1.5.4", "@tsmx/human-readable": "^1.0.7", - "antd": "^5.20.1", + "antd": "^5.20.6", "antd-mobile": "^5.31.0", - "axios": "^1.6.8", + "axios": "^1.7.7", "bear-react-carousel": "^4.0.10-alpha.0", - "buffer": "^6.0.3", "capacitor-music-controls-plugin-v3": "^1.1.0", "classnames": "2.3.1", "dompurify": "^3.0.0", @@ -61,7 +52,7 @@ "feather-reactjs": "2.0.13", "framer-motion": "^10.12.17", "fuse.js": "6.5.3", - "hls.js": "^1.1.5", + "hls.js": "^1.5.15", "howler": "2.2.3", "i18next": "21.6.6", "js-cookie": "3.0.1", @@ -74,29 +65,24 @@ "moment": "2.29.4", "mpegts.js": "^1.6.10", "nprogress": "^0.2.0", - "p-map": "^6.0.0", "plyr": "^3.6.12", "plyr-react": "^3.2.1", "prop-types": "^15.8.1", "react": "^18.2.0", "react-beautiful-dnd": "^13.1.1", "react-color": "2.19.3", - "react-confetti-explosion": "^2.1.2", "react-countup": "^6.4.1", "react-dom": "18.2.0", "react-fast-marquee": "^1.3.5", "react-helmet": "6.1.0", "react-i18next": "11.15.3", "react-icons": "^4.8.0", - "react-intersection-observer": "8.33.1", "react-lazy-load-image-component": "^1.5.4", - "react-lazyload": "^3.2.1", "react-markdown": "^8.0.3", "react-modal-image": "^2.6.0", "react-motion": "0.5.2", "react-rnd": "10.3.5", - "react-router-dom": "^6.6.2", - "react-slot-counter": "^3.0.1", + "react-router-dom": "^6.26.2", "react-ticker": "^1.3.2", "react-transition-group": "^4.4.5", "react-useanimations": "^2.10.0", @@ -106,14 +92,6 @@ "store": "^2.0.12", "ua-parser-js": "^1.0.36", "vaul": "^0.9.2", - "vite": "^5.2.11" - }, - "devDependencies": { - "@capacitor/assets": "^2.0.4", - "concurrently": "^7.4.0", - "cors": "2.8.5", - "cross-env": "^7.0.3", - "express": "^4.17.1", - "typescript": "^4.3.5" + "vite": "^5.4.4" } -} +} \ No newline at end of file