forked from muni-town/roomy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.07 KB
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
{
"packageManager": "pnpm@10.16.1",
"repository": {
"url": "https://github.com/muni-town/roomy"
},
"engines": {
"node": "^22.15.0"
},
"scripts": {
"build-api-docs": "turbo build-api-docs",
"lint-staged": "turbo lint-staged",
"publish-packages": "turbo build && beachball publish -m 'chore: publish packages.'",
"prepare": "[ -f .husky/install.mjs ] && node ./.husky/install.mjs || true",
"dev": "turbo run dev --filter=app-lite",
"dev:local": "./scripts/dev-local",
"dev:bridge": "turbo run dev --filter=@roomy/discord-bridge-legacy",
"dev:all": "turbo dev"
},
"devDependencies": {
"@repo/tsconfig": "workspace:*",
"beachball": "^2.54.0",
"biome-plugin-no-type-assertion": "^1.1.1",
"clsx": "^2.1.1",
"flexsearch": "^0.8.205",
"husky": "^9.1.7",
"pkgroll": "^2.13.1",
"prettier": "^3.8.3",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"turbo": "^2.5.4",
"typescript": "^5.8.3"
},
"dependencies": {
"@muni-town/leaf-client": "0.1.0-alpha.17",
"date-fns": "^4.1.0"
}
}