-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.09 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.09 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
{
"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",
"start": "node tools/dev-server",
"download-assets": "node tools/utils/download-assets"
},
"devDependencies": {
"@highlightjs/cdn-assets": "^11.11.1",
"@octokit/rest": "^22.0.1",
"anchor-js": "^5.0.0",
"archiver": "^7.0.1",
"axios": "^1.15.0",
"browser-sync": "^3.0.4",
"concurrently": "^9.2.1",
"express": "^5.2.1",
"fast-glob": "^3.3.3",
"github-markdown-css": "^5.9.0",
"handlebars": "^4.7.9",
"showdown": "^2.1.0",
"showdown-footnotes": "^2.1.2",
"showdown-highlight": "^3.1.0"
},
"workspaces": [
"packages/*/steps/*"
]
}