41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "webzilla",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"bin": "backend_proxy.cjs",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"clean": "rimraf public/webftp.exe public/webftp-backend.exe dist/webftp.exe dist/webftp-backend.exe",
|
|
"build": "npm run clean && vite build && npm run build:backend && npm run build:full",
|
|
"build:full": "pkg . --output ./public/webftp.exe",
|
|
"build:backend": "pkg backend_proxy.cjs -c pkg-backend.json --output ./public/webftp-backend.exe",
|
|
"preview": "vite preview",
|
|
"proxy": "node backend_proxy.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@google/genai": "^1.37.0",
|
|
"basic-ftp": "^5.1.0",
|
|
"lucide-react": "^0.562.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"ws": "^8.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.14.0",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"pkg": "^5.8.1",
|
|
"rimraf": "^6.1.2",
|
|
"typescript": "~5.8.2",
|
|
"vite": "^6.2.0"
|
|
},
|
|
"pkg": {
|
|
"scripts": "backend_proxy.cjs",
|
|
"assets": [
|
|
"dist/**/*"
|
|
],
|
|
"targets": [
|
|
"node18-win-x64"
|
|
]
|
|
}
|
|
} |