Skip to content

Commit 583419f

Browse files
committed
LDO tooling
1 parent 67cd4f4 commit 583419f

2 files changed

Lines changed: 1637 additions & 22 deletions

File tree

apps/website/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dev": "next dev",
99
"build": "next build && node ./scripts/build-docs-search-index.mjs",
1010
"build:search": "node ./scripts/build-docs-search-index.mjs",
11+
"build:ldo": "ldo build --input ./app/utils/conversion/shapes --output ./app/utils/conversion/ldo",
1112
"start": "next start",
1213
"lint": "eslint .",
1314
"lint:fix": "eslint . --fix",
@@ -16,13 +17,16 @@
1617
"test:integration:nodb": "vitest run --config vitest.integration.config.ts --tags-filter '!database'"
1718
},
1819
"dependencies": {
20+
"@ldo/ldo": "1.0.0-alpha.51",
21+
"@ldo/rdf-utils": "1.0.0-alpha.51",
1922
"@repo/database": "workspace:*",
2023
"@repo/ui": "workspace:*",
2124
"@supabase/auth-js": "catalog:",
2225
"@supabase/ssr": "catalog:",
2326
"@supabase/supabase-js": "catalog:",
2427
"clsx": "^2.1.1",
2528
"gray-matter": "^4.0.3",
29+
"jsonld": "^9.0.0",
2630
"lucide-react": "^0.540.0",
2731
"next": "^16.2.0",
2832
"nextra": "^4.6.1",
@@ -38,14 +42,18 @@
3842
"zod": "^3.24.1"
3943
},
4044
"devDependencies": {
45+
"@ldo/cli": "1.0.0-alpha.51",
46+
"@rdfjs/types": "^2.0.1",
4147
"@repo/eslint-config": "workspace:*",
4248
"@repo/tailwind-config": "workspace:*",
4349
"@repo/types": "workspace:*",
4450
"@repo/typescript-config": "workspace:*",
4551
"@tailwindcss/typography": "^0.5.15",
52+
"@types/jsonld": "^1.5.15",
4653
"@types/node": "^20",
4754
"@types/react": "catalog:",
4855
"@types/react-dom": "catalog:",
56+
"@types/shexj": "^2.1.7",
4957
"@types/showdown": "^2.0.6",
5058
"autoprefixer": "^10.4.20",
5159
"dotenv": "^16.0.0",

0 commit comments

Comments
 (0)