-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.85 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@anthaathi/root",
"packageManager": "yarn@3.5.1",
"version": "0.0.1",
"workspaces": {
"packages": [
"modules/lib/*",
"modules/tools/*",
"modules/apps/*/*",
"modules/apps/anthaathi-auth",
"modules/apps/anthaathi-emailer-web",
"modules/apps/anthaathi-auth/*",
"modules/apps/anthaathi-commerce/*",
"modules/apps/*",
"graphql-engine",
"experimental/*"
]
},
"devDependencies": {
"@bufbuild/buf": "^1.27.0",
"@commitlint/types": "^17.4.4",
"@playwright/test": "^1.39.0",
"@types/compression": "^1.7.3",
"@types/express": "^4.17.19",
"@yarnpkg/pnpify": "^4.0.0-rc.53",
"commitlint": "^17.7.2",
"concurrently": "^8.2.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"husky": "^8.0.3",
"pinst": "^3.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"files": [],
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"start:tasks-frontend": "yarn workspace @anthaathi/task-manager dev",
"reverse-proxy": "caddy run",
"start:authentication": "yarn workspace @anthaathi-internal/auth-web dev",
"start:admin": "yarn workspace @anthaathi/tenant-web-client dev",
"start:esg": "yarn workspace @anthaathi/esg dev",
"start:graphql": "yarn workspace @anthaathi/graphql-gateway dev",
"dev": "concurrently --raw \"npm:reverse-proxy\" \"npm:start:*\"",
"test:e2e": "playwright test --trace on --headed",
"prepare": "husky install",
"postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
},
"resolutions": {
"@brillout/vite-plugin-import-build@^0.2.16": "patch:@brillout/vite-plugin-import-build@npm%3A0.2.16#./.yarn/patches/@brillout-vite-plugin-import-build-npm-0.2.16-73b809ed60.patch"
},
"dependencies": {
"@tanstack/react-table": "^8.10.6"
}
}