-
-
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
/
Copy pathpackage.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": "7.0.5",
"@astrojs/react": "6.0.2",
"@astrojs/rss": "4.0.19",
"@astrojs/sitemap": "3.7.3",
"@iconify-json/ant-design": "1.2.8",
"@iconify-json/codicon": "1.2.69",
"@iconify-json/ic": "1.2.4",
"@iconify-json/lucide": "1.2.123",
"@iconify-json/mdi": "1.2.3",
"@iconify-json/ph": "1.2.2",
"@iconify-json/simple-icons": "1.2.93",
"@radix-ui/react-accordion": "1.2.20",
"@radix-ui/react-dialog": "1.1.23",
"@radix-ui/react-navigation-menu": "1.2.22",
"@radix-ui/react-scroll-area": "1.2.18",
"@radix-ui/react-select": "2.3.7",
"@radix-ui/react-slot": "1.3.3",
"@tailwindcss/vite": "4.3.3",
"astro": "7.2.0",
"astro-icon": "1.1.5",
"balance-text": "3.3.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"date-fns": "4.4.0",
"framer-motion": "13.1.0",
"lucide-react": "1.31.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.3",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@otjs/firebase-ace": "0.2.2",
"@otjs/firebase-monaco": "0.2.2",
"@tailwindcss/typography": "0.5.20",
"@theprodev/tsconfigs": "0.3.0",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"firebase": "~12.17.1",
"husky": "9.1.7",
"lint-staged": "17.3.0",
"mdast-util-toc": "7.1.0",
"monaco-editor": "0.56.0",
"prettier": "3.9.6",
"prettier-plugin-astro": "0.14.1",
"remark": "15.0.1",
"sass": "1.102.0",
"sharp": "0.35.3",
"unist-util-visit": "5.1.0"
},
"packageManager": "pnpm@11.21.0+sha512.521705bce689924eac72f5a3587122f362689ef6571e55ba80076fd637c11132ecffada26fad4ea79c485bfddbfd3d5a2a5b05805a77e893de71ec8a6cca3bb1"
}