-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"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",
"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": {
"oxfmt": "^0.36.0"
},
"engines": {
"node": ">=24.0.0"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
"pnpm": {
"overrides": {
"esbuild": "^0.25.0"
}
}
}