-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.34 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
{
"name": "@ui5/tutorials",
"private": true,
"version": "0.0.0",
"description": "A repository offering tutorials for UI5.",
"author": {
"name": "SAP SE",
"email": "openui5@sap.com",
"url": "https://www.sap.com"
},
"keywords": [
"openui5",
"sapui5",
"ui5",
"build",
"development",
"tutorial"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:UI5/tutorials.git"
},
"scripts": {
"build": "node tools/builder",
"download-assets": "node tools/utils/download-assets",
"knip": "knip --config knip.config.js",
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --allowed-hosts npm --validate-https",
"start": "node tools/dev-server",
"test": "npm run typecheck",
"typecheck": "npm run typecheck --workspaces --if-present"
},
"devDependencies": {
"@highlightjs/cdn-assets": "11.12.0",
"anchor-js": "5.0.0",
"archiver": "8.0.0",
"axios": "1.20.0",
"browser-sync": "3.0.4",
"express": "5.2.1",
"fast-glob": "3.3.3",
"github-markdown-css": "5.9.0",
"handlebars": "4.7.9",
"js-yaml": "5.4.1",
"knip": "6.35.1",
"lockfile-lint": "5.0.1",
"showdown": "2.1.0",
"showdown-footnotes": "2.1.2",
"showdown-highlight": "3.1.0"
},
"workspaces": [
"packages/*/steps/*"
]
}