-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 3.01 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 3.01 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@graphrefly/graphrefly",
"version": "0.49.0",
"private": true,
"deprecated": "Root @graphrefly/graphrefly is retired; use @graphrefly/ts and its focused subpaths.",
"packageManager": "pnpm@11.7.0+sha512.19cc852c120c7125760f2443ee6be0ca5b40f9f50598de1a09a1f177503e010e57c23c77646e01e761de59bf874fb22a3398c33ab9691fc13eb946b6f0f4d620",
"description": "Retired GraphReFly root package. Use @graphrefly/ts for the current TypeScript package.",
"repository": {
"type": "git",
"url": "https://github.com/graphrefly/graphrefly-ts"
},
"bugs": {
"url": "https://github.com/graphrefly/graphrefly-ts/issues"
},
"homepage": "https://graphrefly.dev",
"type": "module",
"scripts": {
"docs:dev": "pnpm run docs:gen",
"docs:build": "pnpm run build && pnpm run docs:build:demos && pnpm --dir website build",
"docs:build:demos": "pnpm --dir demos/reactive-layout build && pnpm --dir demos/compat-matrix build",
"docs:legacy-site:dev": "pnpm --dir website dev",
"docs:legacy-site:build": "pnpm build && pnpm --dir website build:legacy",
"docs:legacy-site:preview": "pnpm --dir website preview",
"docs:gen": "pnpm --dir website docs:gen",
"docs:gen:check": "pnpm --dir website docs:gen:check",
"docs:gen:missing": "pnpm --dir website docs:gen:missing",
"dashboard": "node ../graphrefly/dashboard/build.mjs",
"dashboard:check": "node ../graphrefly/dashboard/build.mjs --check",
"build": "pnpm --filter @graphrefly/ts build",
"test": "pnpm --filter @graphrefly/ts test",
"test:ts": "pnpm --filter @graphrefly/ts test",
"probe:b49:ts": "tsx packages/ts/src/__bench__/b49-probe.ts",
"bench": "pnpm run probe:b49:ts",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "pnpm run build && changeset publish",
"lint": "biome check . && tsx scripts/check-no-raw-async.ts && tsx scripts/check-typecheck.ts",
"lint:no-raw-async": "tsx scripts/check-no-raw-async.ts",
"lint:typecheck": "tsx scripts/check-typecheck.ts",
"lint:fix": "biome check --write .",
"format": "biome format --write ."
},
"devDependencies": {
"@biomejs/biome": "2.4.6",
"@changesets/changelog-git": "^0.2.1",
"@changesets/cli": "^2.31.0",
"@nestjs/common": "^11.1.17",
"@nestjs/core": "^11.1.17",
"@nestjs/microservices": "^11.1.27",
"@nestjs/platform-express": "^11.1.18",
"@nestjs/platform-ws": "^11.1.18",
"@nestjs/testing": "^11.1.17",
"@nestjs/websockets": "^11.1.18",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/react": "^16.3.2",
"@testing-library/svelte": "^5.3.1",
"@testing-library/vue": "^8.1.0",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"esbuild": "^0.28.0",
"fast-check": "^4.7.0",
"hermes-compiler": "250829098.0.10",
"jsdom": "^29.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"solid-js": "^1.9.12",
"svelte": "^5.55.1",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"typescript": "^5.7.0",
"vitest": "^3.0.0",
"vue": "^3.5.31"
},
"license": "MIT"
}