-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 907 Bytes
/
package.json
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
{
"name": "cpu_tech_forum",
"version": "1.0.0",
"description": "Docs of CPU Assiociation's Weekly Tech Forum",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CompPsyUnion/CPU_Tech_Forum.git"
},
"keywords": [
"Tech",
"CS",
"Computer",
"Docs"
],
"author": "Computer Psycho Union",
"license": "ISC",
"bugs": {
"url": "https://github.com/CompPsyUnion/CPU_Tech_Forum/issues"
},
"homepage": "https://github.com/CompPsyUnion/CPU_Tech_Forum#readme",
"dependencies": {
"@giscus/vue": "^3.0.0",
"radix-vue": "^1.9.8",
"vitepress": "^1.4.1",
"vue": "^3.5.12"
}
}