|
21 | 21 | "default-files-for-collections/" |
22 | 22 | ], |
23 | 23 | "scripts": { |
| 24 | + "dev": "astro dev", |
24 | 25 | "build:bin": "tsup", |
25 | 26 | "prepublishOnly": "npm run build:bin", |
26 | 27 | "test": "vitest", |
27 | 28 | "test:ci": "node scripts/ci/test.js", |
28 | 29 | "test:e2e": "playwright test", |
| 30 | + "start": "astro dev", |
| 31 | + "build": "astro build", |
29 | 32 | "build:cd": "node scripts/build-ci.js", |
| 33 | + "preview": "astro preview", |
| 34 | + "astro": "astro", |
30 | 35 | "start:catalog": "node scripts/start-catalog-locally.js", |
31 | 36 | "verify-build:catalog": "rimraf dist && npm run build:cd", |
32 | 37 | "changeset": "changeset", |
|
36 | 41 | "format:diff": "prettier --config .prettierrc --list-different \"**/*.{js,jsx,ts,tsx,json,astro}\"" |
37 | 42 | }, |
38 | 43 | "dependencies": { |
| 44 | + "@astrojs/markdown-remark": "^5.3.0", |
| 45 | + "@astrojs/mdx": "^3.1.8", |
| 46 | + "@astrojs/react": "^3.6.2", |
| 47 | + "@astrojs/tailwind": "^5.1.2", |
| 48 | + "@asyncapi/avro-schema-parser": "^3.0.24", |
| 49 | + "@asyncapi/react-component": "^2.4.3", |
| 50 | + "@headlessui/react": "^2.0.3", |
| 51 | + "@heroicons/react": "^2.1.3", |
39 | 52 | "@parcel/watcher": "^2.4.1", |
| 53 | + "@stoplight/json-schema-viewer": "^4.7.0", |
| 54 | + "@stoplight/mosaic": "^1.53.2", |
| 55 | + "@tailwindcss/typography": "^0.5.13", |
| 56 | + "@tanstack/react-table": "^8.17.3", |
| 57 | + "astro": "^4.16.5", |
| 58 | + "astro-expressive-code": "^0.36.1", |
| 59 | + "astro-pagefind": "^1.6.0", |
| 60 | + "astro-seo": "^0.8.4", |
40 | 61 | "axios": "^1.7.7", |
41 | 62 | "commander": "^12.1.0", |
42 | 63 | "concurrently": "^8.2.2", |
43 | 64 | "cross-env": "^7.0.3", |
| 65 | + "dagre": "^0.8.5", |
| 66 | + "diff": "^7.0.0", |
| 67 | + "diff2html": "^3.4.48", |
44 | 68 | "glob": "^10.4.1", |
45 | 69 | "gray-matter": "^4.0.3", |
| 70 | + "html-to-image": "^1.11.11", |
| 71 | + "js-yaml": "^4.1.0", |
| 72 | + "lodash.debounce": "^4.0.8", |
| 73 | + "lodash.merge": "4.6.2", |
| 74 | + "lucide-react": "^0.453.0", |
| 75 | + "mermaid": "^10.9.1", |
| 76 | + "rapidoc": "^9.3.4", |
| 77 | + "react": "^18.3.1", |
| 78 | + "react-dom": "^18.3.1", |
| 79 | + "reactflow": "^11.11.4", |
| 80 | + "rehype-slug": "^6.0.0", |
| 81 | + "remark-gfm": "^3.0.1", |
46 | 82 | "rimraf": "^5.0.7", |
47 | | - "uuid": "^10.0.0", |
48 | | - "which-pm-runs": "^1.1.0" |
| 83 | + "semver": "7.6.3", |
| 84 | + "tailwindcss": "^3.4.3", |
| 85 | + "typescript": "^5.4.5", |
| 86 | + "unist-util-visit": "^5.0.0", |
| 87 | + "uuid": "^10.0.0" |
49 | 88 | }, |
50 | 89 | "devDependencies": { |
51 | 90 | "@astrojs/check": "^0.9.4", |
52 | 91 | "@changesets/cli": "^2.27.5", |
53 | 92 | "@playwright/test": "^1.48.1", |
54 | | - "@types/which-pm-runs": "^1.0.2", |
| 93 | + "@types/dagre": "^0.7.52", |
| 94 | + "@types/diff": "^5.2.2", |
| 95 | + "@types/js-yaml": "^4.0.9", |
| 96 | + "@types/lodash.debounce": "^4.0.9", |
| 97 | + "@types/lodash.merge": "4.6.9", |
| 98 | + "@types/node": "^20.14.2", |
| 99 | + "@types/react": "^18.3.3", |
| 100 | + "@types/react-dom": "^18.3.0", |
| 101 | + "@types/semver": "^7.5.8", |
55 | 102 | "prettier": "^3.3.3", |
56 | 103 | "prettier-plugin-astro": "^0.14.1", |
57 | 104 | "tsup": "^8.1.0", |
58 | | - "typescript": "^5.4.5", |
59 | 105 | "vite-tsconfig-paths": "^4.3.2", |
60 | 106 | "vitest": "^2.0.5" |
61 | | - }, |
62 | | - "workspaces": [ |
63 | | - "eventcatalog" |
64 | | - ] |
| 107 | + } |
65 | 108 | } |
0 commit comments