|
3 | 3 | "private": true, |
4 | 4 | "description": "Documentation site for Operational Transformation Package", |
5 | 5 | "scripts": { |
6 | | - "dev": "astro dev", |
| 6 | + "dev": "astro dev --host 0.0.0.0 --verbose", |
7 | 7 | "start": "astro dev", |
8 | 8 | "build": "astro build", |
9 | 9 | "preview": "astro preview", |
|
16 | 16 | "url": "https://github.com/otjs-docs/otjs-docs.github.io" |
17 | 17 | }, |
18 | 18 | "engines": { |
19 | | - "node": ">= 20", |
20 | | - "pnpm": ">= 8" |
| 19 | + "node": ">= 22", |
| 20 | + "pnpm": ">= 10" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | | - "@astrojs/mdx": "2.1.1", |
24 | | - "@astrojs/react": "3.0.9", |
25 | | - "@astrojs/rss": "4.0.4", |
26 | | - "@astrojs/sitemap": "3.0.5", |
27 | | - "@astrojs/tailwind": "5.1.0", |
28 | | - "@radix-ui/react-accordion": "1.1.2", |
29 | | - "@radix-ui/react-dialog": "1.0.5", |
30 | | - "@radix-ui/react-navigation-menu": "1.1.4", |
31 | | - "@radix-ui/react-scroll-area": "1.0.5", |
32 | | - "@radix-ui/react-select": "2.0.0", |
33 | | - "@radix-ui/react-slot": "1.0.2", |
34 | | - "astro": "4.3.0", |
35 | | - "astro-icon": "0.8.2", |
| 23 | + "@astrojs/mdx": "4.3.4", |
| 24 | + "@astrojs/react": "4.3.0", |
| 25 | + "@astrojs/rss": "4.0.12", |
| 26 | + "@astrojs/sitemap": "3.5.1", |
| 27 | + "@radix-ui/react-accordion": "1.2.12", |
| 28 | + "@radix-ui/react-dialog": "1.1.15", |
| 29 | + "@radix-ui/react-navigation-menu": "1.2.14", |
| 30 | + "@radix-ui/react-scroll-area": "1.2.10", |
| 31 | + "@radix-ui/react-select": "2.2.6", |
| 32 | + "@radix-ui/react-slot": "1.2.3", |
| 33 | + "@tailwindcss/vite": "4.1.12", |
| 34 | + "astro": "5.13.3", |
| 35 | + "astro-icon": "1.1.5", |
36 | 36 | "balance-text": "3.3.1", |
37 | | - "class-variance-authority": "0.7.0", |
38 | | - "clsx": "2.1.0", |
39 | | - "date-fns": "3.3.1", |
40 | | - "framer-motion": "10.16.16", |
41 | | - "lucide-react": "0.299.0", |
42 | | - "react": "18.2.0", |
43 | | - "react-dom": "18.2.0", |
44 | | - "tailwind-merge": "2.2.1", |
45 | | - "tailwindcss": "3.4.1", |
| 37 | + "class-variance-authority": "0.7.1", |
| 38 | + "clsx": "2.1.1", |
| 39 | + "date-fns": "4.1.0", |
| 40 | + "framer-motion": "12.23.12", |
| 41 | + "lucide-react": "0.541.0", |
| 42 | + "react": "19.1.1", |
| 43 | + "react-dom": "19.1.1", |
| 44 | + "tailwind-merge": "3.3.1", |
| 45 | + "tailwindcss": "4.1.12", |
46 | 46 | "tailwindcss-animate": "1.0.7" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@otjs/firebase-ace": "0.2.1", |
50 | | - "@otjs/firebase-monaco": "0.2.1", |
51 | | - "@tailwindcss/typography": "0.5.10", |
52 | | - "@types/react": "18.2.51", |
53 | | - "@types/react-dom": "18.2.18", |
54 | | - "firebase": "9.15", |
55 | | - "husky": "9.0.11", |
56 | | - "lint-staged": "15.2.2", |
57 | | - "mdast-util-toc": "7.0.0", |
58 | | - "monaco-editor": "0.33.0", |
59 | | - "prettier": "3.2.5", |
60 | | - "prettier-plugin-astro": "0.13.0", |
| 49 | + "@otjs/firebase-ace": "0.2.2", |
| 50 | + "@otjs/firebase-monaco": "0.2.2", |
| 51 | + "@tailwindcss/typography": "0.5.16", |
| 52 | + "@types/react": "19.1.11", |
| 53 | + "@types/react-dom": "19.1.7", |
| 54 | + "firebase": "~12.1.0", |
| 55 | + "husky": "9.1.7", |
| 56 | + "lint-staged": "16.1.5", |
| 57 | + "mdast-util-toc": "7.1.0", |
| 58 | + "monaco-editor": "0.52.2", |
| 59 | + "prettier": "3.6.2", |
| 60 | + "prettier-plugin-astro": "0.14.1", |
61 | 61 | "remark": "15.0.1", |
62 | | - "sass": "1.71.1", |
| 62 | + "sass": "1.90.0", |
63 | 63 | "unist-util-visit": "5.0.0" |
64 | | - } |
| 64 | + }, |
| 65 | + "packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b" |
65 | 66 | } |
0 commit comments