forked from cap-js/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 894 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
{
"name": "@cap-js/docs",
"version": "0.44.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": "^6",
"adm-zip": "^0.5.10",
"cspell": "^7.0.1",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"gray-matter": "^4.0.3",
"markdownlint-cli": ">=0.35.0",
"markdownlint-rule-search-replace": "^1.1.1",
"sass": "^1.62.1",
"vitepress": "^1.0.0-rc.44"
}
}