forked from SAP/ui5-webcomponents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "@ui5/webcomponents-localization",
"version": "2.5.0-rc.0",
"description": "Localization for UI5 Web Components",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
"type": "module",
"keywords": [
"openui5",
"sapui5",
"ui5"
],
"repository": {
"type": "git",
"url": "https://github.com/SAP/ui5-webcomponents.git",
"directory": "packages/localization"
},
"exports": {
"./dist/*": "./dist/*",
"./package.json": "./package.json",
"./*": "./dist/*"
},
"scripts": {
"clean": "nps clean",
"lint": "nps lint",
"start": "nps start",
"build": "nps build",
"generate": "nps generate",
"prepublishOnly": "tsc -b"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.23.6",
"@openui5/sap.ui.core": "1.120.17",
"@ui5/webcomponents-tools": "2.5.0-rc.0",
"babel-plugin-amd-to-esm": "^2.0.3",
"chromedriver": "^129.0.0",
"estree-walk": "^2.2.0",
"mkdirp": "^1.0.4",
"resolve": "^1.20.0"
},
"dependencies": {
"@types/openui5": "^1.113.0",
"@ui5/webcomponents-base": "2.5.0-rc.0"
}
}