gui/package.json
Neil 32e53ee1ad
I18n crowdin (#242)
* #241 init crowdin usage

* #241 convert all convertible copy into i18n value

---------

Co-authored-by: neil <neil@neils-MacBook-Pro.local>
2023-02-28 13:38:57 +08:00

26 lines
No EOL
720 B
JSON

{
"name": "@tea/workspace",
"author": "neil molina <neil@tea.xyz>",
"private": true,
"scripts": {
"dev": "pnpm --filter desktop exec pnpm electron",
"release": "sh ./.github/update-latest-binary.sh",
"build:desktop": "pnpm --filter desktop exec pnpm package",
"web:desktop": "BUILD_FOR=preview pnpm --filter desktop 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"
}
}