-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (38 loc) · 910 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
38
39
{
"name": "www-dialogware-com",
"version": "1.0.1",
"description": "Documentation for DIALOGWARE",
"main": "index.js",
"author": "Tom Sapletta",
"license": "Apache License 2.0",
"homepage": "https://github.com/dialogware/www/tree/main/#readme",
"bugs": {
"url": "https://www.dialogware.com"
},
"scripts": {
"dev": "vitepress dev md",
"build": "vitepress build md",
"serve": "vitepress serve md",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dialogware/www.git"
},
"keywords": [
"dialogware",
"www",
"vue",
"vitepress"
],
"dependencies": {
"vite": "^3.1.8",
"vitepress": "*",
"vitepress-plugin-simple-search": "^1.3.0",
"vue": "*"
},
"devDependencies": {
"markdown-it": "^13.0.1",
"vitepress-plugin-search": "^1.0.4-alpha.11"
}
}