|
4 | 4 | "type": "commonjs", |
5 | 5 | "private": true, |
6 | 6 | "dependencies": { |
7 | | - "ai": "3.0.19", |
8 | | - "@nx/nx-dev-data-access-documents": "workspace:*", |
| 7 | + "@docsearch/react": "3.9.0", |
| 8 | + "@grafana/faro-web-sdk": "1.19.0", |
| 9 | + "@headlessui/react": "2.2.4", |
| 10 | + "@heroicons/react": "2.2.0", |
| 11 | + "@markdoc/markdoc": "0.2.2", |
| 12 | + "@nx/graph": "1.0.4", |
9 | 13 | "@nx/nx-dev-data-access-courses": "workspace:*", |
| 14 | + "@nx/nx-dev-data-access-documents": "workspace:*", |
| 15 | + "@nx/nx-dev-feature-ai": "workspace:*", |
| 16 | + "@nx/nx-dev-feature-analytics": "workspace:*", |
| 17 | + "@nx/nx-dev-feature-feedback": "workspace:*", |
| 18 | + "@nx/nx-dev-feature-search": "workspace:*", |
| 19 | + "@nx/nx-dev-ui-animations": "workspace:*", |
| 20 | + "@nx/nx-dev-ui-blog": "workspace:*", |
10 | 21 | "@nx/nx-dev-ui-common": "workspace:*", |
11 | 22 | "@nx/nx-dev-ui-courses": "workspace:*", |
| 23 | + "@nx/nx-dev-ui-fence": "workspace:*", |
12 | 24 | "@nx/nx-dev-ui-icons": "workspace:*", |
13 | | - "@nx/nx-dev-util-ai": "workspace:*", |
14 | 25 | "@nx/nx-dev-ui-markdoc": "workspace:*", |
15 | | - "@nx/nx-dev-feature-analytics": "workspace:*", |
| 26 | + "@nx/nx-dev-ui-podcast": "workspace:*", |
| 27 | + "@nx/nx-dev-ui-pricing": "workspace:*", |
16 | 28 | "@nx/nx-dev-ui-primitives": "workspace:*", |
17 | | - "@nx/nx-dev-feature-feedback": "workspace:*", |
18 | | - "@nx/nx-dev-ui-theme": "workspace:*", |
19 | | - "@nx/nx-dev-feature-ai": "workspace:*", |
20 | | - "@nx/nx-dev-ui-animations": "workspace:*", |
21 | | - "@nx/nx-dev-feature-search": "workspace:*", |
22 | 29 | "@nx/nx-dev-ui-references": "workspace:*", |
23 | | - "@nx/nx-dev-ui-fence": "workspace:*", |
24 | | - "@nx/nx-dev-ui-blog": "workspace:*", |
25 | 30 | "@nx/nx-dev-ui-resources": "workspace:*", |
26 | | - "@nx/nx-dev-ui-podcast": "workspace:*", |
27 | | - "@nx/nx-dev-ui-pricing": "workspace:*", |
28 | | - "@nx/nx-dev-ui-video-courses": "workspace:*" |
| 31 | + "@nx/nx-dev-ui-theme": "workspace:*", |
| 32 | + "@nx/nx-dev-ui-video-courses": "workspace:*", |
| 33 | + "@nx/nx-dev-util-ai": "workspace:*", |
| 34 | + "@tailwindcss/aspect-ratio": "0.4.2", |
| 35 | + "@tailwindcss/forms": "0.5.10", |
| 36 | + "@tailwindcss/typography": "0.5.13", |
| 37 | + "@yarnpkg/lockfile": "1.1.0", |
| 38 | + "@yarnpkg/parsers": "3.0.2", |
| 39 | + "ai": "3.0.19", |
| 40 | + "axios": "1.12.0", |
| 41 | + "classnames": "2.5.1", |
| 42 | + "cliui": "8.0.1", |
| 43 | + "enquirer": "2.3.6", |
| 44 | + "framer-motion": "11.18.2", |
| 45 | + "front-matter": "4.0.2", |
| 46 | + "ignore": "7.0.5", |
| 47 | + "next": "14.2.35", |
| 48 | + "next-seo": "5.15.0", |
| 49 | + "node-machine-id": "1.1.12", |
| 50 | + "npm-run-path": "4.0.1", |
| 51 | + "react": "18.3.1", |
| 52 | + "react-copy-to-clipboard": "5.1.0", |
| 53 | + "react-dom": "18.3.1", |
| 54 | + "react-syntax-highlighter": "15.6.1", |
| 55 | + "sharp": "0.33.5", |
| 56 | + "string-width": "4.2.3", |
| 57 | + "tailwind-merge": "2.6.0", |
| 58 | + "tailwindcss": "3.4.4", |
| 59 | + "tslib": "2.8.1", |
| 60 | + "typescript": "5.9.2" |
| 61 | + }, |
| 62 | + "packageManager": "pnpm@10.28.2", |
| 63 | + "scripts": { |
| 64 | + "start": "next start" |
29 | 65 | } |
30 | 66 | } |
0 commit comments