-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.92 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
48
49
50
51
52
53
54
55
56
{
"name": "agentic-react-monorepo",
"private": true,
"type": "module",
"scripts": {
"build": "node scripts/with-build-lock.mjs pnpm -r --filter './packages/**' run build",
"build:src": "pnpm --filter @agentic-react/core run build:src",
"dev": "pnpm -r --parallel --if-present run start",
"playground": "pnpm --filter agentic-react-vite-playground run start",
"playground:vite": "pnpm --filter agentic-react-vite-playground run start",
"playground:next": "pnpm --filter agentic-react-next-playground run start",
"playground:webpack": "pnpm --filter agentic-react-webpack-playground run start",
"playground:nx-mf": "pnpm -C playground/agentic-react-nx-module-federation-playground run start",
"format": "pnpm biome format --write",
"lint": "pnpm biome lint --write",
"check": "pnpm biome check --write",
"changeset": "changeset",
"changeset:status": "changeset status --since=origin/main",
"version-packages": "changeset version",
"release": "changeset publish",
"test": "pnpm run test:e2e",
"test:e2e": "node scripts/run-e2e.mjs"
},
"pnpm": {
"overrides": {
"@remix-run/router": "1.23.2",
"caniuse-lite": "1.0.30001793",
"fast-uri": "3.1.2",
"js-yaml": "4.1.1",
"read-yaml-file@1.1.0>js-yaml": "3.14.1",
"lodash": "4.18.1",
"minimatch": "3.1.5",
"next": "15.5.18",
"path-to-regexp@>=8.0.0 <8.4.0": "8.4.2",
"picomatch@2.3.1": "2.3.2",
"picomatch@4.0.2": "4.0.4",
"postcss": "8.5.15",
"qs": "6.15.2",
"rollup": "4.60.4",
"serialize-javascript": "7.0.5",
"uuid": "11.1.1",
"vite": "6.4.2",
"webpack": "5.107.1",
"webpack-dev-server": "5.2.4",
"ws": "8.21.0",
"yaml": "1.10.3"
}
},
"packageManager": "pnpm@10.6.5",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.31.0",
"shx": "0.4.0",
"typescript": "^5.8.2"
}
}