gui/package.json
Neil 17acada221
i18n: translate using json file (#648)
* #641 translate using json file

* #641 bring back language dropdown
2023-06-05 18:06:33 +08:00

25 lines
654 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": {
"@google-cloud/firestore": "^6.5.0",
"lodash": "^4.17.21",
"yaml": "^2.2.1"
}
}