|
8 | 8 | "dev": "next dev", |
9 | 9 | "build": "next build && node ./scripts/build-docs-search-index.mjs", |
10 | 10 | "build:search": "node ./scripts/build-docs-search-index.mjs", |
| 11 | + "build:ldo": "ldo build --input ./app/utils/conversion/shapes --output ./app/utils/conversion/ldo", |
11 | 12 | "start": "next start", |
12 | 13 | "lint": "eslint .", |
13 | 14 | "lint:fix": "eslint . --fix", |
|
16 | 17 | "test:integration:nodb": "vitest run --config vitest.integration.config.ts --tags-filter '!database'" |
17 | 18 | }, |
18 | 19 | "dependencies": { |
| 20 | + "@ldo/ldo": "1.0.0-alpha.51", |
| 21 | + "@ldo/rdf-utils": "1.0.0-alpha.51", |
19 | 22 | "@repo/database": "workspace:*", |
20 | 23 | "@repo/ui": "workspace:*", |
21 | 24 | "@supabase/auth-js": "catalog:", |
22 | 25 | "@supabase/ssr": "catalog:", |
23 | 26 | "@supabase/supabase-js": "catalog:", |
24 | 27 | "clsx": "^2.1.1", |
25 | 28 | "gray-matter": "^4.0.3", |
| 29 | + "jsonld": "^9.0.0", |
26 | 30 | "lucide-react": "^0.540.0", |
27 | 31 | "next": "^16.2.0", |
28 | 32 | "nextra": "^4.6.1", |
|
38 | 42 | "zod": "^3.24.1" |
39 | 43 | }, |
40 | 44 | "devDependencies": { |
| 45 | + "@ldo/cli": "1.0.0-alpha.51", |
| 46 | + "@rdfjs/types": "^2.0.1", |
41 | 47 | "@repo/eslint-config": "workspace:*", |
42 | 48 | "@repo/tailwind-config": "workspace:*", |
43 | 49 | "@repo/types": "workspace:*", |
44 | 50 | "@repo/typescript-config": "workspace:*", |
45 | 51 | "@tailwindcss/typography": "^0.5.15", |
| 52 | + "@types/jsonld": "^1.5.15", |
46 | 53 | "@types/node": "^20", |
47 | 54 | "@types/react": "catalog:", |
48 | 55 | "@types/react-dom": "catalog:", |
| 56 | + "@types/shexj": "^2.1.7", |
49 | 57 | "@types/showdown": "^2.0.6", |
50 | 58 | "autoprefixer": "^10.4.20", |
51 | 59 | "dotenv": "^16.0.0", |
|
0 commit comments