-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.28 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@otjs/docs",
"private": true,
"description": "Documentation site for Operational Transformation Package",
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prettier:all": "prettier -w src/**/*.{astro,js,ts,tsx}",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "https://github.com/otjs-docs/otjs-docs.github.io"
},
"engines": {
"node": ">= 22",
"pnpm": ">= 10"
},
"dependencies": {
"@astrojs/mdx": "4.3.4",
"@astrojs/react": "4.3.0",
"@astrojs/rss": "4.0.12",
"@astrojs/sitemap": "3.5.1",
"@iconify-json/ant-design": "1.2.5",
"@iconify-json/codicon": "1.2.31",
"@iconify-json/ic": "1.2.4",
"@iconify-json/lucide": "1.2.73",
"@iconify-json/mdi": "1.2.3",
"@iconify-json/ph": "1.2.2",
"@iconify-json/simple-icons": "1.2.58",
"@radix-ui/react-accordion": "1.2.12",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-navigation-menu": "1.2.14",
"@radix-ui/react-scroll-area": "1.2.10",
"@radix-ui/react-select": "2.2.6",
"@radix-ui/react-slot": "1.2.3",
"@tailwindcss/vite": "4.1.12",
"astro": "5.13.3",
"astro-icon": "1.1.5",
"balance-text": "3.3.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"framer-motion": "12.23.12",
"lucide-react": "0.541.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"tailwind-merge": "3.3.1",
"tailwindcss": "4.1.12",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@otjs/firebase-ace": "0.2.2",
"@otjs/firebase-monaco": "0.2.2",
"@tailwindcss/typography": "0.5.16",
"@theprodev/tsconfigs": "0.3.0",
"@types/react": "19.1.11",
"@types/react-dom": "19.1.7",
"firebase": "~12.1.0",
"husky": "9.1.7",
"lint-staged": "16.1.5",
"mdast-util-toc": "7.1.0",
"monaco-editor": "0.52.2",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"remark": "15.0.1",
"sass": "1.90.0",
"sharp": "0.34.5",
"unist-util-visit": "5.0.0"
},
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
}