tldraw/apps/huppy/package.json
Steve Ruiz d7002057d7
unbrivate, dot com in (#2475)
This PR moves the tldraw.com app into the public repo.

### Change Type

- [x] `internal` — Any other changes that don't affect the published
package[^2]

---------

Co-authored-by: Dan Groshev <git@dgroshev.com>
Co-authored-by: alex <alex@dytry.ch>
2024-01-16 14:38:05 +00:00

39 lines
920 B
JSON

{
"name": "huppy",
"description": "Tools for managing our public and private repos",
"version": "2.0.0-alpha.10",
"private": true,
"packageManager": "yarn@3.5.0",
"author": {
"name": "tldraw GB Ltd.",
"email": "hello@tldraw.com"
},
"homepage": "https://tldraw.dev",
"browserslist": [
"defaults"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "yarn run -T tsx ../../scripts/lint.ts"
},
"dependencies": {
"@octokit/core": "^5.0.1",
"@octokit/plugin-retry": "^6.0.1",
"@octokit/webhooks-types": "^6.11.0",
"@tldraw/utils": "workspace:*",
"@tldraw/validate": "workspace:*",
"@types/jsonwebtoken": "^9.0.1",
"json5": "^2.2.3",
"jsonwebtoken": "^9.0.0",
"next": "^13.2.3",
"octokit": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"eslint-config-next": "12.2.5",
"lazyrepo": "0.0.0-alpha.27"
}
}