gui/package.json
Neil c91643d7a2
ui adjustments (#494)
* lowercase or UPPERCASE texts

* cleanup README, rm unused script

* hover effect back-forward

* conditionally run build_desktop

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-24 14:51:50 +08:00

25 lines
650 B
JSON

{
"name": "@tea/workspace",
"author": "neil molina <neil@tea.xyz>",
"private": true,
"scripts": {
"dev": "pnpm --filter tea exec pnpm electron",
"build:desktop": "pnpm --filter tea exec pnpm package",
"web:desktop": "BUILD_FOR=preview pnpm --filter tea dev"
},
"workspaces": {
"packages": [
"modules/*"
]
},
"homepage": "https://tea.xyz",
"repository": {
"type": "git",
"url": "https://github.com/teaxyz/gui.git"
},
"dependencies": {
"@crowdin/ota-client": "^0.7.0",
"lodash": "^4.17.21",
"yaml": "^2.2.1"
}
}