forked from tapexyz/tape
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "dragverse",
"description": "At Dragverse, we're not just building the next generation of the internet; we're redefining social media as a vibrant ecosystem where the art of drag and the rich diversity of the LGBTQIA+ community—and its allies—are the stars.",
"version": "2.0.2-beta",
"private": true,
"workspaces": [
"apps/embed",
"apps/mobile",
"apps/og",
"apps/web",
"packages/*",
"packages/helpers/*"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "turbo run build --parallel",
"dev": "turbo run dev --parallel",
"start": "turbo run start --parallel",
"codegen": "turbo run codegen --parallel",
"lint": "turbo run lint --parallel",
"typecheck": "turbo run typecheck --parallel",
"api:deploy": "turbo run worker:deploy --parallel",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"husky": "^9.0.11",
"prettier-plugin-tailwindcss": "^0.5.14",
"turbo": "1.13.3"
},
"eslintConfig": {
"root": true
},
"engines": {
"node": ">=16.18.1 <=19.0.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@privy-io/react-auth": "^1.81.3"
}
}