forked from cap-js/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 814 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
{
"name": "@cap-js/docs",
"version": "0.6.0",
"description": "Capire on VitePress",
"type": "module",
"scripts": {
"start": "npm run docs:dev",
"setup": "npm ci",
"docs:dev": "vitepress dev .",
"docs:build": "vitepress build .",
"docs:preview": "vitepress preview .",
"lint": "eslint .",
"test": "echo 'No tests'"
},
"author": "SAP SE (https://www.sap.com)",
"license": "SEE LICENSE IN LICENSE",
"repository": "cap-js/docs",
"homepage": "https://cap.cloud.sap/",
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@typescript-eslint/parser": "^5.59.11",
"adm-zip": "^0.5.10",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"gray-matter": "^4.0.3",
"sass": "^1.62.1",
"sitemap": "^7.1.1",
"vitepress": "^1.0.0-beta.6"
}
}