-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.56 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "calendar-api-docs",
"version": "1.1.0",
"description": "The documentation website for CalendarAPI, generated with VuePress",
"type": "module",
"author": "Cedric Specht <cedric@specht-labs.de>",
"license": "Apache-2.0",
"engines": {
"node": "^18.20.0 || >=20.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpechtLabs/CalendarAPI.git"
},
"keywords": [
"calendar-api",
"ical",
"restapi",
"rest",
"grpc",
"documentation",
"vuepress",
"website",
"docs"
],
"bugs": {
"url": "https://github.com/SpechtLabs/CalendarAPI/issues"
},
"homepage": "https://github.com/SpechtLabs/CalendarAPI#readme",
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.23",
"@vuepress/plugin-register-components": "2.0.0-rc.124",
"http-server": "^14.1.1",
"sass-embedded": "^1.93.2",
"typescript": "^5.9.3",
"vue": "^3.5.22",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-plume": "1.0.0-rc.191"
},
"dependencies": {
"@vue/component-compiler-utils": "^3.3.0",
"lru-cache": "^11.2.2",
"markdown-it-emoji": "^3.0.0",
"mermaid": "^11.12.0",
"vue-template-compiler": "^2.7.16"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.52.5",
"sass-embedded-linux-x64": "latest"
},
"scripts": {
"dev": "vuepress dev",
"dev-clean": "vuepress dev . --clean-cache --clean-temp",
"build": "vuepress build . --clean-cache --clean-temp",
"preview": "http-server ./.vuepress/dist",
"vp-update": "npx vp-update"
}
}