Update App version to 0.1.1

Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
This commit is contained in:
luckfox-eng29
2026-02-05 11:28:14 +08:00
parent 5e17c52afc
commit 9a4e604c61
289 changed files with 23077 additions and 12474 deletions

View File

@@ -7,7 +7,7 @@
"node": "22.15.0"
},
"scripts": {
"dev": "./dev_device.sh",
"dev": "dev_device.bat 192.168.0.105",
"dev:ssl": "USE_SSL=true ./dev_device.sh",
"dev:cloud": "vite dev --mode=cloud-development",
"build": "npm run build:prod",
@@ -29,27 +29,34 @@
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"antd": "^5.27.6",
"antd-style": "^3.7.1",
"cva": "^1.0.0-beta.3",
"dayjs": "^1.11.13",
"eslint-import-resolver-alias": "^1.1.2",
"focus-trap-react": "^11.0.3",
"framer-motion": "^12.11.4",
"jmuxer": "^2.1.0",
"lodash.throttle": "^4.1.1",
"lucide-react": "^0.522.0",
"mini-svg-data-uri": "^1.4.4",
"react": "^19.1.0",
"react-animate-height": "^3.2.3",
"react-device-detect": "^2.2.3",
"react-dom": "^19.1.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-lazylog": "^4.5.3",
"react-router-dom": "^6.22.3",
"react-simple-keyboard": "^3.8.72",
"react-use-websocket": "^4.13.0",
"react-xtermjs": "^1.0.10",
"recharts": "^2.15.3",
"styled-components": "^6.1.19",
"tailwind-merge": "^3.3.0",
"usehooks-ts": "^3.1.1",
"validator": "^13.15.0",
"w-touch": "^2.0.0",
"zustand": "^4.5.2"
},
"devDependencies": {
@@ -60,9 +67,11 @@
"@tailwindcss/postcss": "^4.1.7",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.7",
"@types/react": "^19.1.4",
"@types/jmuxer": "^2.0.7",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.1.5",
"@types/semver": "^7.7.0",
"@types/styled-components": "^5.1.35",
"@types/validator": "^13.15.0",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
@@ -82,6 +91,7 @@
"tailwindcss": "^4.1.7",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^5.1.4"
}
}