forked from event-catalog/eventcatalog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
160 lines (160 loc) · 5.22 KB
/
package.json
File metadata and controls
160 lines (160 loc) · 5.22 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "@nhsdigital/nhso-eventcatalog-core",
"homepage": "https://github.com/NHSDigital/nhso-eventcatalog",
"repository": {
"type": "git",
"url": "https://github.com/NHSDigital/nhso-eventcatalog.git"
},
"type": "module",
"version": "3.0.0-beta.23",
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "public"
},
"bin": {
"eventcatalog": "bin/eventcatalog.js"
},
"files": [
"eventcatalog/",
"!eventcatalog/**/__tests__/",
"bin/",
"dist/"
],
"scripts": {
"dev": "astro dev",
"build:bin": "tsup",
"prepublishOnly": "pnpm run build:bin",
"test": "cross-env DISABLE_EVENTCATALOG_CACHE=true vitest",
"test:ci": "node scripts/ci/test.js",
"test:e2e": "playwright test",
"start": "astro dev",
"build": "astro build",
"build:cd": "node scripts/build-ci.js",
"preview": "astro preview",
"astro": "astro",
"start:catalog": "node scripts/start-catalog-locally.js",
"start:catalog:server": "node scripts/start-server-locally.js",
"preview:catalog": "node scripts/preview-catalog-locally.js",
"generate:catalog": "node scripts/generate-catalog-locally.js",
"verify-build:catalog": "rimraf dist && pnpm run build:cd",
"changeset": "changeset",
"generate": "pnpm run build:bin && npx . generate",
"release": "changeset publish",
"format": "prettier --config .prettierrc --write \"**/*.{js,jsx,ts,tsx,json,astro}\"",
"format:diff": "prettier --config .prettierrc --list-different \"**/*.{js,jsx,ts,tsx,json,astro}\"",
"lint:catalog": "pnpm dlx @eventcatalog/linter examples/default"
},
"dependencies": {
"@ai-sdk/react": "^2.0.60",
"@astrojs/markdown-remark": "^6.3.10",
"@astrojs/mdx": "^4.3.13",
"@astrojs/node": "^9.5.1",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.14",
"@astrojs/tailwind": "^6.0.2",
"@asyncapi/avro-schema-parser": "3.0.24",
"@asyncapi/parser": "3.4.0",
"@asyncapi/react-component": "2.4.3",
"@auth/core": "^0.37.4",
"@eventcatalog/generator-ai": "^1.1.0",
"@eventcatalog/license": "^0.0.7",
"@eventcatalog/linter": "^0.0.2",
"@eventcatalog/sdk": "^2.9.9",
"@eventcatalog/visualizer": "^0.0.6",
"@fontsource/inter": "^5.2.5",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.3",
"@iconify-json/logos": "^1.2.4",
"@mermaid-js/layout-elk": "^0.2.0",
"@nanostores/react": "^1.0.0",
"@parcel/watcher": "^2.4.1",
"@radix-ui/react-context-menu": "^2.2.6",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@radix-ui/react-tooltip": "^1.1.8",
"@scalar/api-reference-react": "^0.4.37",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.74.3",
"@tanstack/react-table": "^8.17.3",
"@xyflow/react": "^12.3.6",
"ai": "^5.0.60",
"astro": "^5.16.6",
"astro-compress": "^2.3.8",
"astro-expressive-code": "^0.41.3",
"astro-seo": "^0.8.4",
"auth-astro": "^4.2.0",
"axios": "^1.7.7",
"boxen": "^8.0.1",
"commander": "^12.1.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"dagre": "^0.8.5",
"date-fns": "^4.1.0",
"diff": "^7.0.0",
"diff2html": "^3.4.48",
"dotenv": "^16.5.0",
"elkjs": "^0.10.0",
"glob": "^10.5.0",
"gray-matter": "^4.0.3",
"html-to-image": "^1.11.11",
"js-yaml": "^4.1.1",
"jsonpath": "^1.1.1",
"jsonwebtoken": "^9.0.2",
"lodash.debounce": "^4.0.8",
"lodash.merge": "4.6.2",
"lucide-react": "^0.453.0",
"marked": "^15.0.6",
"mermaid": "^11.12.1",
"nanostores": "^1.1.0",
"pako": "^2.1.0",
"picocolors": "^1.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-expressive-code": "^0.41.3",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-comment": "^1.0.0",
"remark-directive": "^3.0.0",
"remark-gfm": "^3.0.1",
"rimraf": "^5.0.7",
"semver": "7.6.3",
"shelljs": "^0.9.0",
"tailwindcss": "^3.4.3",
"tw-animate-css": "^1.4.0",
"typescript": "^5.4.5",
"unist-util-visit": "^5.0.0",
"update-notifier": "^7.3.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@changesets/cli": "^2.27.5",
"@playwright/test": "^1.48.1",
"@types/dagre": "^0.7.52",
"@types/diff": "^5.2.2",
"@types/js-yaml": "^4.0.9",
"@types/jsonpath": "^0.2.4",
"@types/jsonwebtoken": "^9.0.10",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.merge": "4.6.9",
"@types/node": "^20.14.2",
"@types/pako": "^2.0.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/semver": "^7.5.8",
"@types/shelljs": "^0.8.15",
"@types/update-notifier": "^6.0.8",
"@types/uuid": "^10.0.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"tsup": "^8.1.0",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "2.1.9"
},
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b"
}