forked from ui5-community/generator-ui5-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.41 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
48
49
50
51
52
53
54
55
56
57
{
"name": "generator-template-ui5-project",
"version": "0.3.1",
"description": "(Sub-)generator for a UI5 project",
"main": "generators/app/index.js",
"type": "module",
"scripts": {
"test": "mocha",
"workaround": "find . -name '.DS_Store' -delete",
"test:manual": "cd test/ui5-app && ui5 serve",
"prettier": "prettier --write .",
"debug": "yo ."
},
"keywords": [
"yeoman-generator",
"sap",
"sapui5",
"openui5",
"ui5",
"project-template"
],
"author": "SAP SE",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ui5-community/generator-ui5-project.git"
},
"files": [
"helpers",
"generators"
],
"dependencies": {
"@sap-ux/axios-extension": "0.10.2",
"@sap-ux/fe-fpm-writer": "0.17.6",
"@sap-ux/fiori-freestyle-writer": "0.14.9",
"@sap-ux/ui5-application-writer": "0.17.6",
"@sap-ux/ui5-config": "0.15.2",
"@sap-ux/odata-service-writer": "0.14.10",
"chalk": "^4.1.2",
"directory-tree": "^3.0.1",
"glob": "^7.2.0",
"object-assign-deep": "^0.4.0",
"valid-filename": "^4.0.0",
"yaml": "^2.2.2",
"yeoman-environment": "^3.16.2",
"yeoman-generator": "^5.8.0",
"yosay": "^2.0.2"
},
"devDependencies": {
"execa": "^7.1.1",
"mocha": "^10.2.0",
"nock": "13.3.1",
"prettier": "^2.8.8",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^7.4.0"
}
}