-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.34 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
38
39
40
41
42
43
44
45
46
47
{
"name": "agyn",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "pnpm -r run --if-present build",
"lint": "pnpm -r run --if-present lint",
"test": "pnpm -r --workspace-concurrency=1 run --if-present test",
"convert-graphs": "pnpm --filter @agyn/graph-converter exec graph-converter",
"postinstall": "pnpm -r --if-present run prepare",
"proto:generate": "buf export buf.build/agynio/api --output .bufbuild && buf generate .bufbuild --template buf.gen.yaml",
"deps:up:podman": "podman compose up -d"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.5.0",
"dependencies": {
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"socket.io": "^4.8.1"
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^2.11.0",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@testing-library/jest-dom": "^6.8.0",
"@types/node": "^20.12.12",
"@types/socket.io": "^3.0.2",
"@vitejs/plugin-react": "^5.0.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"tailwind-merge": "^3.3.1",
"tsx": "^4.19.2",
"vaul": "^0.9.9",
"vitest": "3.2.4"
},
"pnpm": {
"overrides": {
"tinypool": "1.1.1",
"jsdom": "27.1.0",
"undici": "6.19.8",
"parse5": "7.1.2"
}
}
}