Files
firezone/rust/gui-client/package.json
Reactor Scram 4106419ef1 refactor: rename windows-client to gui-client (#3721)
This may cause conflicts with all my other PRs but it has to happen.

```[tasklist]
- [ ] Update test names in branch protection (I don't think I have perms for this)
```
2024-02-22 20:21:27 +00:00

26 lines
615 B
JSON

{
"scripts": {
"build": "run-script-os",
"build:win32": "call build.bat",
"build:darwin:linux": "./build.sh",
"build-debug": "run-script-os",
"build-debug:win32": "call build-debug.bat",
"dev": "run-script-os",
"dev:win32": "call dev.bat",
"dev:darwin:linux": "./dev.sh",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.0",
"@tauri-apps/cli": "^1.0",
"flowbite": "^2.2.1"
},
"devDependencies": {
"@types/node": "20",
"http-server": "^14.1.1",
"run-script-os": "^1.1.6",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}