-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
29 lines (29 loc) · 913 Bytes
/
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
{
"name": "root",
"private": true,
"scripts": {
"ts-check": "turbo ts-check",
"test:e2e:slow": "pnpm --filter=e2e test:slow",
"test:e2e:update-snapshots": "pnpm --filter=e2e test:update-snapshots",
"test:e2e": "pnpm --filter=e2e test",
"dev:client": "turbo dev --filter=client",
"dev:server": "turbo dev --filter=server",
"dev:load-balancer": "turbo dev --filter=load-balancer"
},
"dependencies": {
"@pnpm/find-workspace-dir": "^7.0.0",
"tsx": "^4.9.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.1.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-resulto": "^0.4.3",
"prettier-plugin-tailwindcss": "^0.4.1",
"turbo": "^1.8.8",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
}