Release MiniVLESS 0.1.0 for Linux

This commit is contained in:
Emil
2026-09-10 18:57:05 +03:00
commit ff7c4e02a7
31 changed files with 10213 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "minivless",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1 --port 1420 --strictPort",
"build": "tsc --noEmit && vite build",
"preview": "vite preview --host 127.0.0.1",
"tauri": "tauri",
"format": "prettier --write src package.json tsconfig.json vite.config.ts && cargo fmt --manifest-path src-tauri/Cargo.toml"
},
"dependencies": {
"@tauri-apps/api": "^2.11.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.0",
"prettier": "^3.6.0",
"typescript": "^5.9.0",
"vite": "^7.1.0"
}
}