-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 889 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 889 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
{
"name": "nottinghamwall_docs",
"version": "1.0.0",
"description": "Docs of NottinghamWall",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CompPsyUnion/NottinghamWall.git"
},
"author": "Computer Psycho Union",
"license": "MIT",
"bugs": {
"url": "https://github.com/CompPsyUnion/NottinghamWall/issues"
},
"homepage": "https://github.com/CompPsyUnion/NottinghamWall#readme",
"dependencies": {
"@giscus/vue": "^3.0.0",
"radix-vue": "^1.9.8",
"vitepress": "^1.5.0",
"vue": "^3.5.12"
},
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
}