-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"name": "docs",
"version": "3.0.0",
"private": true,
"homepage": "https://plane.so",
"license": "MIT",
"author": "Plane",
"repository": {
"type": "git",
"url": "https://github.com/makeplane/docs.git"
},
"type": "module",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress preview docs",
"fix:format": "oxfmt --write .",
"check:format": "oxfmt --check ."
},
"dependencies": {
"@tailwindcss/vite": "^4.2.1",
"@voidzero-dev/vitepress-theme": "^4.8.4",
"lucide-vue-next": "^0.577.0",
"medium-zoom": "^1.1.0",
"tailwindcss": "^4.2.1",
"vitepress": "^1.6.3",
"vitepress-plugin-tabs": "^0.8.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@types/node": "^25.6.0",
"oxfmt": "^0.36.0",
"vitepress-plugin-llms": "^1.13.1"
},
"engines": {
"node": ">=24.0.0"
},
"packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26"
}