-
-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 588 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 588 Bytes
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
{
"name": "fnox-docs",
"version": "1.0.0",
"private": true,
"description": "Documentation for fnox",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"vitepress": "^1.5.0",
"vue": "^3.5.13"
},
"pnpm": {
"supportedArchitectures": {
"os": [
"linux",
"darwin"
],
"cpu": [
"x64",
"arm64"
],
"libc": [
"glibc"
]
},
"allowBuilds": {
"esbuild": true
}
}
}