mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-15 15:15:51 +01:00
* name services * update badge service with new app api * update examples * add dist dirs * update changelog * fix up examples * Fix changelog --------- Co-authored-by: Zach <zach@Zachs-MacBook-Pro-2.local> Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
19 lines
414 B
JSON
19 lines
414 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:dev": "tsc && vite build --minify false --mode development",
|
|
"build": "tsc && vite build --mode production",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@wailsio/runtime": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.9.3",
|
|
"vite": "^5.0.0"
|
|
}
|
|
}
|